Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/dialog/
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()
Dtreeview.c582 char *help_result; in dialog_treeview() local
621 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_treeview()
624 dlg_add_string(help_result); in dialog_treeview()
627 dlg_add_quoted(help_result); in dialog_treeview()
630 dlg_add_string(help_result); in dialog_treeview()
Dchecklist.c610 char *help_result; in dialog_checklist() local
644 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_checklist()
647 dlg_add_string(help_result); in dialog_checklist()
650 dlg_add_quoted(help_result); in dialog_checklist()
653 dlg_add_string(help_result); in dialog_checklist()
Dbuildlist.c1030 char *help_result; in dialog_buildlist() local
1064 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_buildlist()
1067 dlg_add_string(help_result); in dialog_buildlist()
1070 dlg_add_quoted(help_result); in dialog_buildlist()
1073 dlg_add_string(help_result); in dialog_buildlist()
Dmenubox.c194 char *help_result; in handle_button() local
202 dlg_add_help_listitem(&code, &help_result, &items[choice]); in handle_button()
203 dlg_add_string(help_result); in handle_button()
Dformbox.c918 char *help_result; in dialog_form() local
958 dlg_add_help_formitem(&result, &help_result, &listitems[choice]); in dialog_form()
960 dlg_add_string(help_result); in dialog_form()