Searched refs:input_tty (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dwinsize.c47 #define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr) macro
69 tty = input_tty ();
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dnojobs.c68 #define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr) macro
845 tty = input_tty ();
861 tty = input_tty ();
H A Djobs.c1935 #define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr) macro
1943 tty = input_tty ();
1980 tty = input_tty ();

Completed in 174 milliseconds