Home
last modified time | relevance | path

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

/original-bsd/usr.bin/telnet/
H A Dtn3270.c179 if (TTYROOM() == 0) {
186 while (TTYROOM() == 0) {
195 c = TTYROOM();
279 if (!TTYROOM()) {
H A Ddefines.h28 #define TTYROOM() (ring_empty_count(&ttyoring)) macro
H A Dtelnet.c1707 while (TTYROOM() > 2) { in telrcv()
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c157 #define TTYROOM() (TTYMAX()-TTYLOC()+1) macro
1970 while ((scc > 0) && (TTYROOM() > 2)) { in telrcv()
2479 if (TTYROOM()) {
2483 if (!ISend && TTYROOM()) {