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

  /src/usr.bin/mail/
glob.h 85 EXTERN int screenwidth; /* Screen width, or best guess */ variable in typeref:typename:EXTERN int
fio.c 282 if (screenwidth && (int)linelen > screenwidth) {
283 lines_plus_wraps = linelen / screenwidth;
284 if (linelen % screenwidth != 0)
main.c 126 if ((screenwidth = ws.ws_col) == 0)
127 screenwidth = 80;
135 screenwidth = width;
cmd1.c 89 if (screenwidth > 0)
90 msgline[screenwidth] = '\0';
complete.c 81 #define ttywidth screenwidth /* in "glob.h" */
  /src/usr.bin/ktruss/
dump.c 743 static int screenwidth = 0; local in function:genioprint
753 if (screenwidth == 0) {
758 screenwidth = ws.ws_col;
760 screenwidth = 80;
773 if (width + w + 2 >= screenwidth)
776 if (width + 2 >= screenwidth)
  /src/lib/libedit/
filecomplete.c 547 int screenwidth = el->el_terminal.t_size.h; local in function:fn_display_match_list
559 cols = (size_t)screenwidth / (width + 2);
  /src/usr.bin/kdump/
kdump.c 1251 static int screenwidth = 0; local in function:visdump_buf
1253 if (screenwidth == 0) {
1258 screenwidth = ws.ws_col;
1260 screenwidth = 80;
1288 if (col + width > (screenwidth - 2)) {

Completed in 37 milliseconds