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

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c71 #define NTTYS 2 /* max ttys that can be specified with the -t option */ macro
125 } tty[NTTYS]; /* for t option */
271 do { /* only loop through once (NTTYS = 2) */
273 if (ntty >= NTTYS-1)
H A Dps.c71 #define NTTYS 20 /* initial size of table for -t option */ macro
554 ttysz = NTTYS;
762 ttysz = NTTYS;

Completed in 64 milliseconds