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

/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dmenu_analyze.c167 int tty_lines = get_tty_lines(); local
203 (!nomore && (lines % (tty_lines - 1) == 0))) {
207 if (lines < (tty_lines -1))
H A Dmisc.c951 int tty_lines = TTY_LINES; local
963 * by (tty_lines - 1, tty_lines - 2) to work.
965 tty_lines = winsize.ws_row;
969 return (tty_lines);
H A Dmenu_defect.c455 int tty_lines = get_tty_lines(); local
494 (!nomore && ((i + 1) % (tty_lines - 1) == 0))) {
H A Dmenu_command.c116 int tty_lines; local
171 tty_lines = get_tty_lines();
186 ((2 * i + 1) % (tty_lines - 2) <= 1))) {

Completed in 109 milliseconds