Home
last modified time | relevance | path

Searched refs:yyin_is_a_tty (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c957 boolean_t yyin_is_a_tty = isatty(fileno(yyin)); in read_input() local
969 if (yyin_is_a_tty) { in read_input()
1024 if (time_to_exit || (!yyin_is_a_tty && feof(yyin))) in read_input()
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c6988 boolean_t yyin_is_a_tty = isatty(fileno(yyin)); in read_input() local
6998 if (yyin_is_a_tty) { in read_input()
7029 if (time_to_exit || (!yyin_is_a_tty && feof(yyin))) in read_input()