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

/netgear-R7000-V1.0.7.12_1.2.5/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 31 milliseconds