Searched refs:STRIP_PAR (Results 1 – 4 of 4) sorted by relevance
80 #define STRIP_PAR (bits8 ? 0377 : 0177) macro408 return c & STRIP_PAR; in xgetchar()
152 while ((c&STRIP_PAR) != '\n'); in transfer()160 c &= STRIP_PAR; in transfer()361 } while ((c&STRIP_PAR) != character(value(PROMPT))); in transmit()
173 *cp &= STRIP_PAR; in tipout()
249 #define STRIP_PAR (bits8 ? 0377 : 0177) macro