Searched refs:ttysz (Results 1 – 1 of 1) sorted by relevance
262 static size_t ttysz = 0; variable554 if (ntty == ttysz) { in stdmain()555 if ((ttysz *= 2) == 0) in stdmain()556 ttysz = NTTYS; in stdmain()558 (ttysz + 1) * sizeof (struct tty)); in stdmain()762 if (ntty == ttysz) { in stdmain()763 if ((ttysz *= 2) == 0) in stdmain()764 ttysz = NTTYS; in stdmain()765 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty)); in stdmain()