Home
last modified time | relevance | path

Searched refs:screenwidth (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c200 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 Dpcterm.c106 screenwidth = outside_info.screenwidth; in pc_get_screen_size()
205 screenwidth = ScreenCols (); in pc_prep_terminal()
265 if (outside_info.screenwidth == 0)
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); in reset_info_window_sizes()
177 window_new_screen_size (screenwidth, screenheight); in reset_info_window_sizes()
H A Dterminal.h36 extern int screenwidth, screenheight;
H A Ddisplay.c341 if (strlen (printed_line) > (unsigned int) screenwidth) in display_update_one_window()
H A Dsession.c282 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 Ddump.c743 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 Dfio.c282 if (screenwidth && (int)linelen > screenwidth) { in setptr()
283 lines_plus_wraps = linelen / screenwidth; in setptr()
284 if (linelen % screenwidth != 0) in setptr()
H A Dmain.c126 if ((screenwidth = ws.ws_col) == 0) in setscreensize()
127 screenwidth = 80; in setscreensize()
135 screenwidth = width; in setscreensize()
H A Dglob.h85 EXTERN int screenwidth; /* Screen width, or best guess */ variable
H A Dcmd1.c89 if (screenwidth > 0) in printhead()
90 msgline[screenwidth] = '\0'; in printhead()
H A Dcomplete.c81 #define ttywidth screenwidth /* in "glob.h" */
/netbsd-src/usr.bin/kdump/
H A Dkdump.c1251 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 Dfilecomplete.c547 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 Dscreen.c825 sys_width = w.screenwidth; in scrsize()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DCHANGES210 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 Dsubsearch.lt851 sys_width = w.screenwidth;
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.461987 printed_line is longer than screenwidth.
/netbsd-src/share/terminfo/
H A Dterminfo20953 # supplied with the standard apple except that screenwidth should be set
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git51436 rl_get_screen_size (&screenheight, &screenwidth);
51451 In tui_resize_all, we need the actual screen width, and using a screenwidth of