/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.mk | 32 LINES.variable-ifndef= \ 43 LINES.variable-ifndef-reuse= \ 53 LINES.variable-ifndef-zero= \ 63 LINES.variable-ifndef-one= \ 71 LINES.comments= \ 86 LINES.variable-if= \ 97 LINES.variable-if-reuse= \ 107 LINES.variable-if-triple-negation= \ 117 LINES.variable-if-spaced= \ 127 LINES.variable-if-parenthesized= \ [all …]
|
/freebsd/usr.bin/systat/ |
H A D | swap.c | 61 return (subwin(stdscr, LINES - 3 - 1, 0, MAINWIN_ROW, 0)); in openswap() 133 dslabel(12, 0, LINES - DISKHIGHT - 1); in labelswap() 154 dsshow(12, 0, LINES - DISKHIGHT - 1, &cur_dev, &last_dev); in showswap() 175 procshow(kvnsw + count, LINES - 5 - kvnsw + 3 - DISKHIGHT + 1, in showswap()
|
H A D | main.c | 133 CMDLINE = LINES - 1; in resize() 213 CMDLINE = LINES - 1; in main()
|
H A D | pigs.c | 65 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openpigs()
|
H A D | ifstat.c | 169 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openifstat() 209 if (ifp->if_ypos < LINES - 3 && ifp->if_ypos != -1) { in showifstat()
|
H A D | vmstat.c | 331 if (LINES - 1 > VMSTATROW + 17) in labelkre() 414 if (nextintsrow == LINES) in showkre() 486 if (LINES - 1 > VMSTATROW + 17) in showkre()
|
H A D | icmp.c | 87 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openicmp()
|
H A D | icmp6.c | 86 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openicmp6()
|
H A D | ip6.c | 90 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openip6()
|
H A D | zarc.c | 67 return (subwin(stdscr, LINES - 3 - 1, 0, MAINWIN_ROW, 0)); in openzarc()
|
H A D | tcp.c | 89 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in opentcp()
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 89 my_win.x_nlines = LINES / 2; in init_display() 96 his_win.x_nlines = LINES / 2 - 1; in init_display() 194 (ws.ws_row == LINES && ws.ws_col == COLS)) in resize_display() 204 my_win.x_nlines = LINES / 2; in resize_display() 210 his_win.x_nlines = LINES / 2 - 1; in resize_display()
|
H A D | io.c | 157 move(LINES-1, 0); in p_error()
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 315 #define LINES (24-2) /* error lines after which the two headlines are repeated */ macro 335 int errs = LINES+1; in main() 442 if (errs > LINES) in main()
|
H A D | dcfd.c | 170 #define LINES (24-2) /* error lines after which the two headlines are repeated */ macro 1499 errs = LINES+1; in main() 1671 if (errs > LINES) in main()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 484 int LINES; variable 749 if (ws.ws_row == LINES && ws.ws_col == COLS) 752 LINES = ws.ws_row; 757 local_virt = newwin(LINES, COLS, 0, 0); 758 local_std = newwin(LINES, COLS, 0, 0); 759 local_cur = newwin(LINES, COLS, 0, 0); 770 virtual_lines = (int *) malloc(LINES * (sizeof(int))); 986 LINES = Numbers[li__]; in initscr() 992 LINES = value; in initscr() 1007 LINES = ws.ws_row; in initscr() [all …]
|
H A D | ee.c | 3278 if (((LINES > 15) && (COLS >= 80)) && info_window) in set_up_term() 3279 last_line = LINES - 8; in set_up_term() 3283 last_line = LINES - 2; in set_up_term() 3287 com_win = newwin(1, COLS, (LINES - 1), 0); in set_up_term() 3292 text_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term() 3294 text_win = newwin((LINES - 7), COLS, 6, 0); in set_up_term() 3298 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term() 3310 local_LINES = LINES; in set_up_term() 3323 if ((LINES == local_LINES) && (COLS == local_COLS)) in resize_check() 3389 if (list_size > LINES) in menu_op() [all …]
|
H A D | new_curse.h | 185 extern int LINES, COLS;
|
/freebsd/usr.bin/pr/ |
H A D | pr.h | 48 #define LINES 66 macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | select.sh | 136 lines = LINES / PARALLEL;
|
/freebsd/tools/tools/net80211/stumbler/ |
H A D | stumbler.c | 252 y = LINES - 1; in display_chan() 403 assert(y < LINES); in display_node() 488 if (node->pos == LINES) in update_node()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | t_curses.sh | 7 export LINES=24
|
/freebsd/contrib/dialog/ |
H A D | dialog.h | 133 #define DLG_LINES (LINES ? LINES : dialog_state.screen_height) 143 #define SLINES LINES
|
H A D | util.c | 257 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear() 1141 int high = LINES; in dlg_print_scrolled() 2046 if ((width > COLS) || (height > LINES)) { in dlg_ctl_size() 2048 height, width, LINES, COLS); in dlg_ctl_size() 2053 if ((width <= COLS) && (height <= LINES)) { in dlg_ctl_size() 2554 (void) wmove(stdscr, LINES - 1, 0); in dlg_item_help()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_funcs.c | 400 0, LINES - 2), 1, cl_putchar); in cl_ex_adjust() 751 (void)wmove(win, LINES - 1, 0); in cl_suspend()
|