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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dterminal.h34 extern int screenwidth, screenheight;
H A Dterminal.c198 int screenwidth, screenheight;
460 screenwidth = screenheight = 0;
468 screenwidth = (int) window_size.ws_col;
475 if (screenwidth <= 0)
480 screenwidth = atoi (sw);
482 if (screenwidth <= 0)
483 screenwidth = tgetnum ("co");
499 if (screenwidth <= 0)
500 screenwidth = 80;
544 screenwidth
197 int screenwidth, screenheight; variable
[all...]
H A Dm-x.c211 display_initialize_display (screenwidth, screenheight);
212 window_new_screen_size (screenwidth, screenheight);
H A Dsignals.c174 display_initialize_display (screenwidth, screenheight);
175 window_new_screen_size (screenwidth, screenheight);
H A Dpcterm.c104 screenwidth = outside_info.screenwidth;
203 screenwidth = ScreenCols ();
263 if (outside_info.screenwidth == 0)
H A Ddisplay.c339 if (strlen (printed_line) > (unsigned int) screenwidth)
340 /* printed_line[] can include more than screenwidth
344 screenwidth characters only. */
H A Dsession.c280 window_initialize_windows (screenwidth, screenheight);
282 display_initialize_display (screenwidth, screenheight);
/openbsd-current/usr.bin/mail/
H A Dglob.h77 extern int screenwidth; /* Screen width, or best guess */
H A Dmain.c75 int screenwidth; /* Screen width, or best guess */ variable
332 if ((screenwidth = ws.ws_col) == 0)
333 screenwidth = 80;
H A Dcmd1.c238 printf("%.*s\n", screenwidth, fmtline);
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-win.c420 int screenheight, screenwidth; local
422 rl_get_screen_size (&screenheight, &screenwidth);
425 tui_active ? TUI_CMD_WIN->generic.width : screenwidth);
606 int screenheight, screenwidth; local
608 rl_get_screen_size (&screenheight, &screenwidth);
609 width_diff = screenwidth - tui_term_width ();
622 resize_term (screenheight, screenwidth);
629 tui_set_term_width_to (screenwidth);
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,
/openbsd-current/lib/libedit/
H A Dfilecomplete.c340 int screenwidth = el->el_terminal.t_size.h; local
350 cols = screenwidth / (width + 1);
/openbsd-current/usr.bin/kdump/
H A Dkdump.c153 static int screenwidth; variable
164 if (screenwidth == 0) {
169 screenwidth = ws.ws_col;
171 screenwidth = 80;
1260 if (col + width > (screenwidth-2)) {
1294 if (col + 3 > screenwidth) {
1305 bpl = (screenwidth - 13)/4;

Completed in 128 milliseconds