tag | line | file | source code |
---|---|---|---|
noctty | 1110 | drivers/char/tty_io.c | int noctty, retval; |
noctty | 1114 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
noctty | 1124 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1135 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1164 | drivers/char/tty_io.c | if (!noctty && |