Home
last modified time | relevance | path

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

/freebsd-12.1/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 Dtreeview.c624 dlg_add_string(help_result); in dialog_treeview()
630 dlg_add_string(help_result); in dialog_treeview()
639 dlg_add_string(listitems[i].name); in dialog_treeview()
647 dlg_add_string(listitems[i].name); in dialog_treeview()
H A Dchecklist.c647 dlg_add_string(help_result); in dialog_checklist()
653 dlg_add_string(help_result); in dialog_checklist()
662 dlg_add_string(listitems[i].name); in dialog_checklist()
670 dlg_add_string(listitems[i].name); in dialog_checklist()
H A Dmenubox.c199 dlg_add_string(items[choice].name); in handle_button()
203 dlg_add_string(help_result); in handle_button()
215 dlg_add_string(items[current].name); in dlg_renamed_menutext()
217 dlg_add_string(newtext); in dlg_renamed_menutext()
H A Dbuildlist.c1067 dlg_add_string(help_result); in dialog_buildlist()
1073 dlg_add_string(help_result); in dialog_buildlist()
1082 dlg_add_string(listitems[i].name); in dialog_buildlist()
H A Dformbox.c960 dlg_add_string(help_result); in dialog_form()
968 dlg_add_string(listitems[i].text); in dialog_form()
H A Dui_getc.c309 dlg_add_string(temp); in dlg_add_last_key()
H A Ddialog.h763 extern void dlg_add_string(char * /*string*/);
H A Dutil.c2527 dlg_add_string(char *string) in dlg_add_string() function