Home
last modified time | relevance | path

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

/NextBSD/usr.bin/tip/tip/
HDtip.c403 gch = getchar()&STRIP_PAR; in tipin()
421 gch = getchar()&STRIP_PAR; in tipin()
445 gch = (getchar()&STRIP_PAR); in escape()
HDcmds.c166 while ((c&STRIP_PAR) != '\n'); in transfer()
174 c &= STRIP_PAR; in transfer()
371 } while ((c&STRIP_PAR) != character(value(PROMPT))); in transmit()
HDtipout.c169 *cp &= STRIP_PAR; in tipout()
HDtip.h263 #define STRIP_PAR (bits8 ? 0377 : 0177) macro