Home
last modified time | relevance | path

Searched refs:TTYROOM (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/telnet/
H A Ddefines.h56 #define TTYROOM() (ring_empty_count(&ttyoring)) macro
H A Dtelnet.c1416 while (TTYROOM() > 2) { in telrcv()