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

/systemd/src/basic/
H A Dterminal-util.c807 static int cached_on_tty = -1; local
809 if (_unlikely_(cached_on_tty < 0))
810 cached_on_tty = isatty(STDOUT_FILENO) > 0;
812 return cached_on_tty;

Completed in 782 milliseconds