Searched refs:STRIP_PAR (Results 1 – 4 of 4) sorted by relevance
392 gch = gch & STRIP_PAR; in tipin()415 gch = gch & STRIP_PAR; in tipin()443 gch = gch & STRIP_PAR; in escape()
161 *cp &= STRIP_PAR; in tipout()
158 while ((c&STRIP_PAR) != '\n'); in transfer()166 c &= STRIP_PAR; in transfer()363 } while ((c&STRIP_PAR) != character(value(PROMPT))); in transmit()
264 #define STRIP_PAR (bits8 ? 0377 : 0177) macro