OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tty_devtty
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
main.c
1109
* i.e. if
tty_devtty
was already set or the new would not set it.
1117
if (
tty_devtty
) {
1163
tty_devtty
= is_devtty;
[
all
...]
sh.h
2070
EXTERN bool
tty_devtty
; \/* true if tty_fd is from \/dev\/tty *\/
variable
[
all
...]
jobs.c
299
if ((ttypgrp_ok = (use_tty && tty_fd >= 0 &&
tty_devtty
))) {
[
all
...]
Completed in 2650 milliseconds