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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dwinsize.c47 #define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr)
53 extern int shell_tty;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c170 int shell_tty = -1; variable
1935 #define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr)
3518 shell_tty = fileno (stderr);
3525 shell_tty = dup (fileno (stderr)); /* fd 2 */
3527 shell_tty = move_to_high_fd (shell_tty, 1, -1);
3535 tcsetpgrp (shell_tty, shell_pgrp);
3538 while ((terminal_pgrp = tcgetpgrp (shell_tty)) != -1)
3553 if (set_new_line_discipline (shell_tty) <
[all...]
H A Dnojobs.c68 #define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr)
92 int shell_tty = -1; variable
404 shell_tty = fileno (stderr);

Completed in 77 milliseconds