OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_WINSIZE
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
progressmeter.c
34
#define
MAX_WINSIZE
512
111
char buf[
MAX_WINSIZE
+ 1];
286
if (winsize.ws_col >
MAX_WINSIZE
)
287
win_size =
MAX_WINSIZE
;
/external/openssh/
progressmeter.c
44
#define
MAX_WINSIZE
512
121
char buf[
MAX_WINSIZE
+ 1];
298
if (winsize.ws_col >
MAX_WINSIZE
)
299
win_size =
MAX_WINSIZE
;
Completed in 30 milliseconds