tag | line | file | source code |
---|---|---|---|
noctty | 1116 | drivers/char/tty_io.c | int noctty, retval; |
noctty | 1120 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
noctty | 1130 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1141 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1170 | drivers/char/tty_io.c | if (!noctty && |