Lines Matching defs:what
724 pit(unsigned char what, char *itsname, char *sep)
730 if ((term & TERMIOS) && what == _POSIX_VDISABLE ||
731 !(term & TERMIOS) && what == 0200) {
736 if (what & 0200 && !isprint(what)) {
738 what &= ~ 0200;
740 if (what == 0177) {
743 } else if (what < ' ') {
745 what += '`';
747 (void) fprintf(output, "%c%s", what, sep);