Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/tip/tip/
H A Dtip.c406 gch = gch & STRIP_PAR; in tipin()
429 gch = gch & STRIP_PAR; in tipin()
457 gch = gch & STRIP_PAR; in escape()
H A Dtipout.c169 *cp &= STRIP_PAR; in tipout()
H A Dcmds.c166 while ((c&STRIP_PAR) != '\n'); in transfer()
174 c &= STRIP_PAR; in transfer()
371 } while ((c&STRIP_PAR) != character(value(PROMPT))); in transmit()
H A Dtip.h266 #define STRIP_PAR (bits8 ? 0377 : 0177) macro