HomeSort by relevance Sort by last modified time
    Searched refs:twidth (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 82 static int tplen, maxlen, twidth; variable
192 twidth = 80;
194 twidth = (win.ws_col == 0 ? 80 : win.ws_col);
238 if (twidth < 132)
239 twidth = 132;
241 twidth = NCARGS;
373 twidth = twidth - strlen(hdr) + 6;
376 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/ls/
ls.c 79 static int twidth; variable
106 twidth = 80;
111 twidth = (win.ws_col == 0 ? 80 : win.ws_col);
529 columns = twidth / width;

Completed in 60 milliseconds