Searched refs:LINES (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcpstat.d51 LINES = 20; line = 0;
65 line = LINES;
H A Dudpstat.d51 LINES = 20; line = 0;
65 line = LINES;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Net/
H A Dtcpstat.d51 LINES = 20; line = 0;
65 line = LINES;
H A Dudpstat.d51 LINES = 20; line = 0;
65 line = LINES;
/freebsd-9.3-release/usr.bin/pr/
H A Dpr.h49 #define LINES 66 macro
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dfselect.c120 ds_win = newwin(LINES-8, COLS-30, 4, 15);
123 LINES-8, COLS-30, 4, 15);
126 draw_box(ds_win, 0, 0, LINES-8, COLS-30, dialog_attr, border_attr);
129 draw_shadow(stdscr, 4, 15, LINES-8, COLS-30);
130 display_helpline(ds_win, LINES-9, COLS-30);
141 LINES-15, COLS-48, nd);
263 fs_win = newwin(LINES-2, COLS-20, 1, 10);
267 LINES-2, COLS-20, 2, 10);
270 draw_box(fs_win, 0, 0, LINES-2, COLS-20, dialog_attr, border_attr);
277 draw_shadow(stdscr, 1, 10, LINES
[all...]
H A Dinputbox.c47 if (height > LINES)
48 height = LINES;
51 y = DialogY ? DialogY : (LINES - height)/2;
H A Dprgbox.c53 if (height > LINES)
54 height = LINES;
57 y = DialogY ? DialogY : (LINES - height)/2;
H A Dyesno.c71 if (height > LINES)
72 height = LINES;
75 y = DialogY ? DialogY : (LINES - height)/2;
H A Dmsgbox.c55 if (height > LINES)
56 height = LINES;
59 y = DialogY ? DialogY : (LINES - height)/2;
137 if (height > LINES)
138 height = LINES;
141 y = (LINES - height)/2;
H A Dhelp.c101 dialog_mesgbox("Online help", buf, LINES-4, COLS-4);
H A Dmenubox.c99 if (height > LINES)
100 height = LINES;
103 y = DialogY ? DialogY : (LINES - height) / 2;
H A Dtextbox.c91 if (height > LINES)
92 height = LINES;
95 y = DialogY ? DialogY : (LINES - height)/2;
/freebsd-9.3-release/usr.bin/talk/
H A Dinit_disp.c95 my_win.x_nlines = LINES / 2;
102 his_win.x_nlines = LINES / 2 - 1;
200 (ws.ws_row == LINES && ws.ws_col == COLS))
210 my_win.x_nlines = LINES / 2;
216 his_win.x_nlines = LINES / 2 - 1;
H A Dio.c161 move(LINES-1, 0);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dsetbuf.c117 buf_len = min(LINES * (COLS + 6), 2800);
H A Dlib_setup.c124 NCURSES_PUBLIC_VAR(LINES) (void) function
145 NCURSES_EXPORT_VAR(int) LINES = 0;
211 } else { /* usually want to query LINES and COLUMNS from environment */
217 if ((value = _nc_getenv_num("LINES")) > 0) {
223 T(("screen size: environment LINES = %d COLUMNS = %d", *linep, *colp));
231 T(("EMX screen size: environment LINES = %d COLUMNS = %d",
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.c484 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__];
988 if ((lines_string = getenv("LINES")) != NULL)
992 LINES
[all...]
/freebsd-9.3-release/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;
442 if (errs > LINES)
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c139 /* this loads the capability entry, then sets LINES and COLS */
154 if (_nc_setupscreen(LINES,
/freebsd-9.3-release/usr.bin/systat/
H A Dmbufs.c70 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dswap.c69 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dpigs.c71 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_funcs.c351 0, LINES - 2), 1, cl_putchar);
600 (void)move(LINES - 1, 0);
/freebsd-9.3-release/usr.sbin/sade/
H A Dmisc.c362 win = newwin(LINES, COLS, 0, 0);
424 display_helpline(win, LINES - 1, COLS - 1);

Completed in 155 milliseconds

123