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

/illumos-gate/usr/src/cmd/ps/
H A Dps.c260 static size_t ttysz = 0; variable
552 if (ntty == ttysz) {
553 if ((ttysz *= 2) == 0)
554 ttysz = NTTYS;
556 (ttysz + 1) * sizeof (struct tty));
760 if (ntty == ttysz) {
761 if ((ttysz *= 2) == 0)
762 ttysz = NTTYS;
763 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty));

Completed in 2637 milliseconds