Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/package/
H A Ddialog.sym149 dlg_keep_tite
H A Ddialog.map260 dlg_keep_tite;
/freebsd/contrib/dialog/
H A Ddialog.h859 extern void dlg_keep_tite(FILE * /*output */);
H A Dutil.c420 dlg_keep_tite(dialog_state.screen_output); in init_dialog()
444 dlg_keep_tite(FILE *output) in dlg_keep_tite() function
H A Ddialog.c1962 dlg_keep_tite((dialog_state.output == stdout) ? stderr : stdout); in main()