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

  /src/usr.bin/mail/
glob.h 85 EXTERN int screenwidth; /* Screen width, or best guess */ variable in typeref:typename:EXTERN int
  /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 13 milliseconds