Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c967 boolean_t yyin_is_a_tty = isatty(fileno(yyin)); in read_input() local
979 if (yyin_is_a_tty) { in read_input()
1034 if (time_to_exit || (!yyin_is_a_tty && feof(yyin))) in read_input()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c7311 boolean_t yyin_is_a_tty = isatty(fileno(yyin)); in read_input() local
7321 if (yyin_is_a_tty) { in read_input()
7352 if (time_to_exit || (!yyin_is_a_tty && feof(yyin))) in read_input()