Home
last modified time | relevance | path

Searched refs:dialog_tty (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/dialog/
H A Dutil.c264 #define dialog_tty() (dlg_getenv_num("DIALOG_TTY", (int *)0) > 0) macro
389 && (fileno(stdout) == fileno(output) || dialog_tty())) { in init_dialog()