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
  /src/lib/libedit/
filecomplete.c 547 int screenwidth = el->el_terminal.t_size.h; local
559 cols = (size_t)screenwidth / (width + 2);
  /src/usr.bin/ktruss/
dump.c 743 static int screenwidth = 0; local
753 if (screenwidth == 0) {
758 screenwidth = ws.ws_col;
760 screenwidth = 80;
773 if (width + w + 2 >= screenwidth)
776 if (width + 2 >= screenwidth)
  /src/usr.bin/kdump/
kdump.c 1316 static int screenwidth = 0; local
1318 if (screenwidth == 0) {
1323 screenwidth = ws.ws_col;
1325 screenwidth = 80;
1353 if (col + width > (screenwidth - 2)) {

Completed in 19 milliseconds