taglinefilesource code
iscntrl593drivers/char/tty_io.cif (!iscntrl(c))
iscntrl606drivers/char/tty_io.cif (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') {
iscntrl675drivers/char/tty_io.celse if (iscntrl(c)) {
iscntrl690drivers/char/tty_io.cif (iscntrl(c) && L_ECHOCTL(tty)) {
iscntrl695drivers/char/tty_io.cif (!iscntrl(c) || L_ECHOCTL(tty)) {