Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dyesno.c72 dlg_tab_correct_str(prompt); in dialog_yesno()
H A Dmsgbox.c83 dlg_tab_correct_str(prompt); in dialog_msgbox()
H A Ddialog.h235 #define tab_correct_str(s) dlg_tab_correct_str(s)
720 extern void dlg_tab_correct_str(char * /*prompt*/);
H A Dpause.c100 dlg_tab_correct_str(prompt); in dialog_pause()
H A Dinputbox.c101 dlg_tab_correct_str(prompt); in dialog_inputbox()
H A Dguage.c310 dlg_tab_correct_str(prompt); in dlg_reallocate_gauge()
H A Dmixedgauge.c208 dlg_tab_correct_str(result); in clean_copy()
H A Dprogressbox.c85 dlg_tab_correct_str(obj->prompt); in start_obj()
H A Dchecklist.c256 dlg_tab_correct_str(prompt); in dlg_checklist()
H A Dtreeview.c230 dlg_tab_correct_str(prompt); in dlg_treeview()
H A Dmenubox.c396 dlg_tab_correct_str(prompt); in dlg_menu()
H A Dformbox.c542 dlg_tab_correct_str(prompt); in dlg_form()
H A Dbuildlist.c602 dlg_tab_correct_str(prompt); in dlg_buildlist()
H A Dutil.c2052 dlg_tab_correct_str(char *prompt) in dlg_tab_correct_str() function