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

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

Completed in 177 milliseconds