Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dialog/
H A Dmixedform.c99 dlg_add_string(help_result); in dialog_mixedform()
107 dlg_add_string(listitems[i].text); in dialog_mixedform()
H A Dchecklist.c674 dlg_add_string(help_result); in dialog_checklist()
680 dlg_add_string(help_result); in dialog_checklist()
689 dlg_add_string(listitems[i].name); in dialog_checklist()
697 dlg_add_string(listitems[i].name); in dialog_checklist()
H A Dtreeview.c649 dlg_add_string(help_result); in dialog_treeview()
655 dlg_add_string(help_result); in dialog_treeview()
666 dlg_add_string(listitems[i].name); in dialog_treeview()
671 dlg_add_string(listitems[i].name); in dialog_treeview()
H A Dmenubox.c210 dlg_add_string(items[choice].name); in handle_button()
214 dlg_add_string(help_result); in handle_button()
227 dlg_add_string(items[current].name); in dlg_renamed_menutext()
229 dlg_add_string(newtext); in dlg_renamed_menutext()
H A Dbuildlist.c1237 dlg_add_string(help_result); in dialog_buildlist()
1242 dlg_add_string(help_result); in dialog_buildlist()
1253 dlg_add_string(listitems[i].name); in dialog_buildlist()
H A Dformbox.c984 dlg_add_string(help_result); in dialog_form()
992 dlg_add_string(listitems[i].text); in dialog_form()
H A Dui_getc.c308 dlg_add_string(temp); in dlg_add_last_key()
H A Ddialog.h692 extern void dlg_add_string(char * /*string*/);
H A Dutil.c2855 dlg_add_string(char *string) in dlg_add_string() function