Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/tip/
Dtip.c80 #define STRIP_PAR (bits8 ? 0377 : 0177) macro
408 return c & STRIP_PAR; in xgetchar()
Dcmds.c152 while ((c&STRIP_PAR) != '\n'); in transfer()
160 c &= STRIP_PAR; in transfer()
361 } while ((c&STRIP_PAR) != character(value(PROMPT))); in transmit()
Dtipout.c173 *cp &= STRIP_PAR; in tipout()
Dtip.h249 #define STRIP_PAR (bits8 ? 0377 : 0177) macro