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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dterminal.h36 extern int screenwidth, screenheight;
H A Dterminal.c201 int screenwidth, screenheight;
463 screenwidth = screenheight = 0;
471 screenwidth = (int) window_size.ws_col;
478 if (screenwidth <= 0)
483 screenwidth = atoi (sw);
485 if (screenwidth <= 0)
486 screenwidth = tgetnum ("co");
502 if (screenwidth <= 0)
503 screenwidth = 80;
547 screenwidth
200 int screenwidth, screenheight; variable
[all...]
H A Dm-x.c213 display_initialize_display (screenwidth, screenheight);
214 window_new_screen_size (screenwidth, screenheight);
H A Dsignals.c176 display_initialize_display (screenwidth, screenheight);
177 window_new_screen_size (screenwidth, screenheight);
H A Dpcterm.c106 screenwidth = outside_info.screenwidth;
205 screenwidth = ScreenCols ();
265 if (outside_info.screenwidth == 0)
H A Ddisplay.c341 if (strlen (printed_line) > (unsigned int) screenwidth)
342 /* printed_line[] can include more than screenwidth
346 screenwidth characters only. */
H A Dsession.c282 window_initialize_windows (screenwidth, screenheight);
284 display_initialize_display (screenwidth, screenheight);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dglob.h84 EXTERN int screenwidth; /* Screen width, or best guess */ variable
H A Dfio.c275 if (screenwidth && (int)linelen > screenwidth) {
276 lines_plus_wraps = linelen / screenwidth;
277 if (linelen % screenwidth != 0)
H A Dmain.c126 if ((screenwidth = ws.ws_col) == 0)
127 screenwidth = 80;
135 screenwidth = width;
H A Dcmd1.c89 if (screenwidth > 0)
90 msgline[screenwidth] = '\0';
H A Dcomplete.c81 #define ttywidth screenwidth /* in "glob.h" */
/netbsd-6-1-5-RELEASE/usr.bin/ktruss/
H A Ddump.c731 static int screenwidth = 0; local
741 if (screenwidth == 0) {
746 screenwidth = ws.ws_col;
748 screenwidth = 80;
761 if (width + w + 2 >= screenwidth)
764 if (width + 2 >= screenwidth)
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dfilecomplete.c365 int screenwidth = el->el_terminal.t_size.h; local
375 cols = (size_t)screenwidth / (width + 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c412 int screenwidth = TUI_CMD_WIN->generic.width; local
431 limit = screenwidth / max;
432 if (limit != 1 && (limit * max == screenwidth))
435 /* Avoid a possible floating exception. If max > screenwidth, limit
H A Dtui-win.c659 int screenheight, screenwidth; local
661 rl_get_screen_size (&screenheight, &screenwidth);
662 width_diff = screenwidth - tui_term_width ();
675 resize_term (screenheight, screenwidth);
682 tui_set_term_width_to (screenwidth);
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A Dkdump.c820 static int screenwidth = 0; local
822 if (screenwidth == 0) {
827 screenwidth = ws.ws_col;
829 screenwidth = 80;
857 if (col + width > (screenwidth - 2)) {
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dscreen.c733 sys_width = w.screenwidth;

Completed in 317 milliseconds