Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Ddialog.h136 #define DLG_EXIT_TIMEOUT 5 macro
H A Dutil.c1828 { DLG_EXIT_TIMEOUT, "DIALOG_TIMEOUT" }, in dlg_exit()
1960 dlg_exit(strcmp(fmt, "timeout") == 0 ? DLG_EXIT_TIMEOUT : DLG_EXIT_ERROR); in dlg_exiterr()
H A DCHANGES134 + add DLG_EXIT_TIMEOUT to allow scripts to exit on an expired timeout