Home
last modified time | relevance | path

Searched refs:help_result (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/dialog/
H A Dmixedform.c57 char *help_result; in dialog_mixedform() local
97 dlg_add_help_formitem(&result, &help_result, &listitems[choice]); in dialog_mixedform()
99 dlg_add_string(help_result); in dialog_mixedform()
H A Dchecklist.c637 char *help_result; in dialog_checklist() local
671 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_checklist()
674 dlg_add_string(help_result); in dialog_checklist()
677 dlg_add_quoted(help_result); in dialog_checklist()
680 dlg_add_string(help_result); in dialog_checklist()
H A Dtreeview.c597 char *help_result; in dialog_treeview() local
646 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_treeview()
649 dlg_add_string(help_result); in dialog_treeview()
652 dlg_add_quoted(help_result); in dialog_treeview()
655 dlg_add_string(help_result); in dialog_treeview()
H A Dbuildlist.c1190 char *help_result; in dialog_buildlist() local
1234 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_buildlist()
1237 dlg_add_string(help_result); in dialog_buildlist()
1239 dlg_add_quoted(help_result); in dialog_buildlist()
1242 dlg_add_string(help_result); in dialog_buildlist()
H A Dmenubox.c205 char *help_result; in handle_button() local
213 dlg_add_help_listitem(&code, &help_result, &items[choice]); in handle_button()
214 dlg_add_string(help_result); in handle_button()
H A Dformbox.c942 char *help_result; in dialog_form() local
982 dlg_add_help_formitem(&result, &help_result, &listitems[choice]); in dialog_form()
984 dlg_add_string(help_result); in dialog_form()