Home
last modified time | relevance | path

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

/freebsd/usr.bin/tip/tip/
H A Dtip.c392 gch = gch & STRIP_PAR; in tipin()
415 gch = gch & STRIP_PAR; in tipin()
443 gch = gch & STRIP_PAR; in escape()
H A Dtipout.c161 *cp &= STRIP_PAR; in tipout()
H A Dcmds.c158 while ((c&STRIP_PAR) != '\n'); in transfer()
166 c &= STRIP_PAR; in transfer()
363 } while ((c&STRIP_PAR) != character(value(PROMPT))); in transmit()
H A Dtip.h264 #define STRIP_PAR (bits8 ? 0377 : 0177) macro