Home
last modified time | relevance | path

Searched refs:twidth (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c84 static int tplen, maxlen, twidth; variable
193 twidth = 80; in ucbmain()
239 if (twidth < 132) in ucbmain()
240 twidth = 132; in ucbmain()
242 twidth = NCARGS; in ucbmain()
374 twidth = twidth - strlen(hdr) + 6; in ucbmain()
377 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL) { in ucbmain()
569 int bsize = twidth; in preadargs()
665 bsize = twidth - len - 1; in preadenvs()
960 maxlen = twidth - tplen + 9; in prcom()
[all …]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c77 static int twidth; variable
104 twidth = 80; in main()
109 twidth = (win.ws_col == 0 ? 80 : win.ws_col); in main()
527 columns = twidth / width; in formatf()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c293 uint16_t twidth; /* total width in bits */ member