Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckctel.c445 #ifndef TN_WAIT_BUF_SZ
446 #define TN_WAIT_BUF_SZ 4096 macro
448 static char tn_wait_buf[TN_WAIT_BUF_SZ];
656 } while ((tn_wait_idx < TN_WAIT_BUF_SZ) &&
659 if (tn_wait_idx == TN_WAIT_BUF_SZ) {
927 while (x >= 0 && ttchk() > 0 && tn_wait_idx < TN_WAIT_BUF_SZ) { in tn_flui()
2264 tn_wait_idx == TN_WAIT_BUF_SZ &&
2278 if (tn_wait_idx == TN_WAIT_BUF_SZ) {
2307 } while (x == 0 && flushok && tn_wait_idx == TN_WAIT_BUF_SZ);
2312 if (tn_wait_idx == TN_WAIT_BUF_SZ) {