HomeSort by relevance Sort by last modified time
    Searched defs:NTTYS (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 69 #define NTTYS 2 /* max ttys that can be specified with the -t option */
123 } tty[NTTYS]; /* for t option */
269 do { /* only loop through once (NTTYS = 2) */
271 if (ntty >= NTTYS-1)
ps.c 65 #define NTTYS 20 /* initial size of table for -t option */
541 ttysz = NTTYS;
749 ttysz = NTTYS;
    [all...]

Completed in 58 milliseconds