Searched refs:terminal_height (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmore.c68 int terminal_height; local
107 get_terminal_width_height(fileno(cin), &terminal_width, &terminal_height); local
108 terminal_height -= 1;
158 get_terminal_width_height(cin_fileno, &terminal_width, &terminal_height);
159 terminal_height -= 1;
184 if (++lines >= terminal_height || input == '\n')

Completed in 45 milliseconds