Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusr.h2094 #define CLR_INP 2 /* Clear Input Buffers */ macro
2095 #define CLR_BTH CLR_DEV|CLR_INP /* Clear Device and Input */
H A Dckuusr.c2789 { "both", CLR_DEV|CLR_INP, CM_INV },
2796 { "device-and-input", CLR_DEV|CLR_INP, 0 },
2803 { "input-buffer", CLR_INP, 0 },
6559 if (x & CLR_INP) { in doclear()