Home
last modified time | relevance | path

Searched refs:LINES (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-12.1/usr.bin/talk/
H A Dinit_disp.c95 my_win.x_nlines = LINES / 2; in init_display()
102 his_win.x_nlines = LINES / 2 - 1; in init_display()
200 (ws.ws_row == LINES && ws.ws_col == COLS)) in resize_display()
210 my_win.x_nlines = LINES / 2; in resize_display()
216 his_win.x_nlines = LINES / 2 - 1; in resize_display()
H A Dio.c163 move(LINES-1, 0); in p_error()
/freebsd-12.1/contrib/ntp/parseutil/
H A Dtestdcf.c315 #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 Ddcfd.c170 #define LINES (24-2) /* error lines after which the two headlines are repeated */ macro
1495 errs = LINES+1; in main()
1667 if (errs > LINES) in main()
/freebsd-12.1/contrib/ee/
H A Dnew_curse.c484 int LINES; variable
752 LINES = ws.ws_row;
758 local_std = newwin(LINES, COLS, 0, 0);
986 LINES = Numbers[li__]; in initscr()
992 LINES = value; in initscr()
1007 LINES = ws.ws_row; in initscr()
1013 stdscr = newwin(LINES, COLS, 0, 0); in initscr()
1014 curscr = newwin(LINES, COLS, 0, 0); in initscr()
3304 while (from_top < LINES) in doupdate()
3428 list[0] = LINES - 1; in doupdate()
[all …]
H A Dee.c3280 last_line = LINES - 8; in set_up_term()
3284 last_line = LINES - 2; in set_up_term()
3288 com_win = newwin(1, COLS, (LINES - 1), 0); in set_up_term()
3299 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term()
3311 local_LINES = LINES; in set_up_term()
3392 if (list_size > LINES)
3394 max_height = LINES;
3406 if (LINES >= (vert_size + 8))
3415 y_off = (LINES - max_height - 1) / 2;
3721 last_line = LINES - 2; in no_info_window()
[all …]
H A Dnew_curse.h185 extern int LINES, COLS;
/freebsd-12.1/usr.bin/pr/
H A Dpr.h51 #define LINES 66 macro
/freebsd-12.1/usr.bin/systat/
H A Dswap.c71 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openswap()
H A Difstat.c176 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openifstat()
216 if (ifp->if_ypos < LINES - 3 && ifp->if_ypos != -1) in showifstat()
H A Dpigs.c73 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openpigs()
H A Dicmp.c93 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openicmp()
H A Dicmp6.c92 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openicmp6()
H A Dzarc.c64 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openzarc()
H A Dip6.c96 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openip6()
H A Dvmstat.c354 if (LINES - 1 > VMSTATROW + 17) in labelkre()
457 if (nextintsrow == LINES) in showkre()
530 if (LINES - 1 > VMSTATROW + 17) in showkre()
H A Dtcp.c101 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in opentcp()
H A Dip.c101 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openip()
H A Dmain.c202 CMDLINE = LINES - 1; in main()
/freebsd-12.1/tools/tools/net80211/stumbler/
H A Dstumbler.c254 y = LINES - 1; in display_chan()
405 assert(y < LINES); in display_node()
490 if (node->pos == LINES) in update_node()
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/
H A Dt_curses.sh7 export LINES=24
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c136 NCURSES_PUBLIC_VAR(LINES) (void) in NCURSES_PUBLIC_VAR() argument
166 NCURSES_EXPORT_VAR(int) LINES = 0;
/freebsd-12.1/contrib/nvi/cl/
H A Dcl_funcs.c404 0, LINES - 2), 1, cl_putchar); in cl_ex_adjust()
755 (void)wmove(win, LINES - 1, 0); in cl_suspend()
/freebsd-12.1/contrib/dialog/
H A Dutil.c230 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
1036 int high = LINES; in dlg_print_scrolled()
1806 if ((width > COLS) || (height > LINES)) { in dlg_ctl_size()
1808 height, width, LINES, COLS); in dlg_ctl_size()
1813 if ((width <= COLS) && (height <= LINES)) { in dlg_ctl_size()
2217 (void) wmove(stdscr, LINES - 1, 0); in dlg_item_help()
H A Ddialog.h131 #define SLINES (LINES - (dialog_state.use_shadow ? 1 : 0))
134 #define SLINES LINES

123