Searched refs:on_tty (Results 1 - 11 of 11) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.h81 bool on_tty(void);
H A Dterminal-util.c157 if (on_tty())
164 if (on_tty())
201 if (on_tty())
208 if (on_tty())
806 bool on_tty(void) { function
1144 return on_tty();
/systemd/src/shared/
H A Dpager.c63 if (!on_tty())
/systemd/src/cgtop/
H A Dcgtop.c543 if (on_tty())
575 if (on_tty()) {
607 if (on_tty() && j + 6 > rows)
924 arg_iterations = on_tty() ? 0 : 1;
957 if (!on_tty()) /* non-TTY: Empty newline as delimiter between polls */
973 if (on_tty()) { /* TTY: Clear any user keystroke */
/systemd/src/coredump/
H A Dcoredumpctl.c700 if (on_tty() && !arg_output) {
/systemd/src/journal/
H A Djournal-verify.c42 if (!on_tty())
86 if (!on_tty())
H A Djournalctl.c1621 if (on_tty()) {
1643 if (on_tty()) {
/systemd/src/login/
H A Dloginctl.c88 (!on_tty() || pager_have()) * OUTPUT_FULL_WIDTH |
/systemd/src/analyze/
H A Danalyze.c1191 if (on_tty())
/systemd/src/systemctl/
H A Dsystemctl.c247 (!on_tty() || pager_have()) * OUTPUT_FULL_WIDTH |
2916 if (!on_tty())
6109 if (!on_tty()) {
7627 /* Explicitly not on_tty() to avoid setting cached value.
/systemd/src/machine/
H A Dmachinectl.c108 (!on_tty() || pager_have()) * OUTPUT_FULL_WIDTH |

Completed in 4626 milliseconds