Searched refs:screenwidth (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui-win.c | 420 int screenheight, screenwidth; in tui_update_gdb_sizes() local 422 rl_get_screen_size (&screenheight, &screenwidth); in tui_update_gdb_sizes() 425 tui_active ? TUI_CMD_WIN->generic.width : screenwidth); in tui_update_gdb_sizes() 606 int screenheight, screenwidth; in tui_resize_all() local 608 rl_get_screen_size (&screenheight, &screenwidth); in tui_resize_all() 609 width_diff = screenwidth - tui_term_width (); in tui_resize_all() 622 resize_term (screenheight, screenwidth); in tui_resize_all() 629 tui_set_term_width_to (screenwidth); in tui_resize_all()
|
| H A D | tui-io.c | 408 int screenwidth = TUI_CMD_WIN->generic.width; in tui_rl_display_match_list() local 427 limit = screenwidth / max; in tui_rl_display_match_list() 428 if (limit != 1 && (limit * max == screenwidth)) in tui_rl_display_match_list()
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | main.c | 347 if ((screenwidth = ws.ws_col) == 0) in setscreensize() 348 screenwidth = 80; in setscreensize()
|
| H A D | glob.h | 78 int screenwidth; /* Screen width, or best guess */ variable
|
| H A D | cmd1.c | 198 subjlen = screenwidth - 50 - strlen(wcount); in printhead()
|
| /freebsd-12.1/usr.bin/kdump/ |
| H A D | kdump.c | 1547 hexdump(char *p, int len, int screenwidth) in hexdump() argument 1561 } while (i < screenwidth); in hexdump() 1593 visdump(char *dp, int datalen, int screenwidth) in visdump() argument 1624 if (col + width > (screenwidth-2)) { in visdump() 1643 static int screenwidth = 0; in ktrgenio() local 1651 if (screenwidth == 0) { in ktrgenio() 1656 screenwidth = ws.ws_col; in ktrgenio() 1658 screenwidth = 80; in ktrgenio() 1671 hexdump(dp, datalen, screenwidth); in ktrgenio() 1673 visdump(dp, datalen, screenwidth); in ktrgenio()
|
| /freebsd-12.1/lib/libedit/ |
| H A D | filecomplete.c | 366 int screenwidth = el->el_terminal.t_size.h; in fn_display_match_list() local 376 cols = (size_t)screenwidth / (width + 1); in fn_display_match_list()
|
| /freebsd-12.1/contrib/less/ |
| H A D | screen.c | 737 sys_width = w.screenwidth; in scrsize()
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 17620 # supplied with the standard apple except that screenwidth should be set
|