taglinefilesource code
iscntrl148drivers/char/n_tty.cif (!iscntrl(c))
iscntrl166drivers/char/n_tty.cif (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') {
iscntrl249drivers/char/n_tty.celse if (iscntrl(c)) {
iscntrl264drivers/char/n_tty.cif (iscntrl(c) && L_ECHOCTL(tty)) {
iscntrl270drivers/char/n_tty.cif (!iscntrl(c) || L_ECHOCTL(tty)) {