Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c1161 nlines(int *linesp, int *colsp) in nlines() argument
1167 *linesp = -1; in nlines()
1171 *linesp = ws.ws_row; in nlines()
1181 *linesp = n; in nlines()
1190 return ((*linesp > 0 && *colsp > 0) ? 0 : -1); in nlines()