HomeSort by: relevance | last modified time | path
    Searched defs:screenwidth (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/mail/
glob.h 85 EXTERN int screenwidth; /* Screen width, or best guess */ variable
  /src/lib/libedit/
filecomplete.c 547 int screenwidth = el->el_terminal.t_size.h; local
559 cols = (size_t)screenwidth / (width + 2);
  /src/usr.bin/ktruss/
dump.c 743 static int screenwidth = 0; local
753 if (screenwidth == 0) {
758 screenwidth = ws.ws_col;
760 screenwidth = 80;
773 if (width + w + 2 >= screenwidth)
776 if (width + 2 >= screenwidth)
  /src/external/gpl2/texinfo/dist/info/
terminal.c 201 int screenwidth, screenheight;
455 /* Set the global variables SCREENWIDTH and 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
200 int screenwidth, screenheight; variable
    [all...]
  /src/usr.bin/kdump/
kdump.c 1316 static int screenwidth = 0; local
1318 if (screenwidth == 0) {
1323 screenwidth = ws.ws_col;
1325 screenwidth = 80;
1353 if (col + width > (screenwidth - 2)) {
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c 494 int screenheight, screenwidth;
496 rl_get_screen_size (&screenheight, &screenwidth);
497 screenwidth += readline_hidden_cols;
499 width_diff = screenwidth - tui_term_width ();
504 resize_term (screenheight, screenwidth);
510 tui_set_term_width_to (screenwidth);
492 int screenheight, screenwidth; local
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c 494 int screenheight, screenwidth;
496 rl_get_screen_size (&screenheight, &screenwidth);
497 screenwidth += readline_hidden_cols;
499 width_diff = screenwidth - tui_term_width ();
504 resize_term (screenheight, screenwidth);
510 tui_set_term_width_to (screenwidth);
492 int screenheight, screenwidth; local

Completed in 23 milliseconds