taglinefilesource code
iscntrl149drivers/char/n_tty.cif (!iscntrl(c))
iscntrl167drivers/char/n_tty.cif (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') {
iscntrl250drivers/char/n_tty.celse if (iscntrl(c)) {
iscntrl265drivers/char/n_tty.cif (iscntrl(c) && L_ECHOCTL(tty)) {
iscntrl271drivers/char/n_tty.cif (!iscntrl(c) || L_ECHOCTL(tty)) {