Searched refs:twidth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c84 static int tplen, maxlen, twidth; variable
194 twidth = 80;
196 twidth = (win.ws_col == 0 ? 80 : win.ws_col);
240 if (twidth < 132)
241 twidth = 132;
243 twidth = NCARGS;
375 twidth = twidth - strlen(hdr) + 6;
378 if (twidth > PRARGSZ && (psargs = malloc(twidth))
[all...]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c79 static int twidth; variable
106 twidth = 80;
111 twidth = (win.ws_col == 0 ? 80 : win.ws_col);
529 columns = twidth / width;

Completed in 1114 milliseconds