| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | terminal.c | 200 int screenwidth, screenheight; variable 462 screenwidth = screenheight = 0; in terminal_get_screen_size() 470 screenwidth = (int) window_size.ws_col; in terminal_get_screen_size() 477 if (screenwidth <= 0) in terminal_get_screen_size() 482 screenwidth = atoi (sw); in terminal_get_screen_size() 484 if (screenwidth <= 0) in terminal_get_screen_size() 485 screenwidth = tgetnum ("co"); in terminal_get_screen_size() 501 if (screenwidth <= 0) in terminal_get_screen_size() 502 screenwidth = 80; in terminal_get_screen_size() 546 screenwidth = 80; in terminal_initialize_terminal()
|
| H A D | pcterm.c | 106 screenwidth = outside_info.screenwidth; in pc_get_screen_size() 205 screenwidth = ScreenCols (); in pc_prep_terminal() 265 if (outside_info.screenwidth == 0)
|
| H A D | m-x.c | 213 display_initialize_display (screenwidth, screenheight); 214 window_new_screen_size (screenwidth, screenheight);
|
| H A D | signals.c | 176 display_initialize_display (screenwidth, screenheight); in reset_info_window_sizes() 177 window_new_screen_size (screenwidth, screenheight); in reset_info_window_sizes()
|
| H A D | terminal.h | 36 extern int screenwidth, screenheight;
|
| H A D | display.c | 341 if (strlen (printed_line) > (unsigned int) screenwidth) in display_update_one_window()
|
| H A D | session.c | 282 window_initialize_windows (screenwidth, screenheight); in initialize_info_session() 284 display_initialize_display (screenwidth, screenheight); in initialize_info_session()
|
| /netbsd-src/usr.bin/ktruss/ |
| H A D | dump.c | 743 static int screenwidth = 0; in genioprint() local 753 if (screenwidth == 0) { in genioprint() 758 screenwidth = ws.ws_col; in genioprint() 760 screenwidth = 80; in genioprint() 773 if (width + w + 2 >= screenwidth) in genioprint() 776 if (width + 2 >= screenwidth) in genioprint()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | fio.c | 282 if (screenwidth && (int)linelen > screenwidth) { in setptr() 283 lines_plus_wraps = linelen / screenwidth; in setptr() 284 if (linelen % screenwidth != 0) in setptr()
|
| H A D | main.c | 126 if ((screenwidth = ws.ws_col) == 0) in setscreensize() 127 screenwidth = 80; in setscreensize() 135 screenwidth = width; in setscreensize()
|
| H A D | glob.h | 85 EXTERN int screenwidth; /* Screen width, or best guess */ variable
|
| H A D | cmd1.c | 89 if (screenwidth > 0) in printhead() 90 msgline[screenwidth] = '\0'; in printhead()
|
| H A D | complete.c | 81 #define ttywidth screenwidth /* in "glob.h" */
|
| /netbsd-src/usr.bin/kdump/ |
| H A D | kdump.c | 1251 static int screenwidth = 0; in visdump_buf() local 1253 if (screenwidth == 0) { in visdump_buf() 1258 screenwidth = ws.ws_col; in visdump_buf() 1260 screenwidth = 80; in visdump_buf() 1288 if (col + width > (screenwidth - 2)) { in visdump_buf()
|
| /netbsd-src/lib/libedit/ |
| H A D | filecomplete.c | 547 int screenwidth = el->el_terminal.t_size.h; in fn_display_match_list() local 559 cols = (size_t)screenwidth / (width + 2); in fn_display_match_list()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | screen.c | 825 sys_width = w.screenwidth; in scrsize()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | CHANGES | 210 accept-line when the line length is exactly the screenwidth. 1417 screenheight, screenwidth, alphabetic, etc.
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | subsearch.lt | 851 sys_width = w.screenwidth;
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog.46 | 1987 printed_line is longer than screenwidth.
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 20953 # supplied with the standard apple except that screenwidth should be set
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 51436 rl_get_screen_size (&screenheight, &screenwidth); 51451 In tui_resize_all, we need the actual screen width, and using a screenwidth of
|