Searched refs:ttysz (Results 1 – 1 of 1) sorted by relevance
260 static size_t ttysz = 0; variable552 if (ntty == ttysz) { in stdmain()553 if ((ttysz *= 2) == 0) in stdmain()554 ttysz = NTTYS; in stdmain()556 (ttysz + 1) * sizeof (struct tty)); in stdmain()760 if (ntty == ttysz) { in stdmain()761 if ((ttysz *= 2) == 0) in stdmain()762 ttysz = NTTYS; in stdmain()763 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty)); in stdmain()