Searched refs:is_tty_stdin (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/xz/src/xz/ | ||
| HD | util.h | 116 extern bool is_tty_stdin(void); |
| HD | main.c | 244 } else if (is_tty_stdin()) { in main() |
| HD | util.c | 276 is_tty_stdin(void) in is_tty_stdin() function |