Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c84 static int tplen, maxlen, twidth; variable
959 if ((tplen = strlen(tp)) > 9) in prcom()
960 maxlen = twidth - tplen + 9; in prcom()