OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:win_resized
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
progressmeter.c
65
static volatile sig_atomic_t
win_resized
; /* for window resizing */
variable
226
if (
win_resized
) {
228
win_resized
= 0;
276
win_resized
= 1;
/external/openssh/
progressmeter.c
75
static volatile sig_atomic_t
win_resized
; /* for window resizing */
variable
237
if (
win_resized
) {
239
win_resized
= 0;
288
win_resized
= 1;
Completed in 974 milliseconds