Searched refs:help_result (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/dialog/ |
| D | mixedform.c | 57 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()
|
| D | treeview.c | 582 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()
|
| D | checklist.c | 610 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()
|
| D | buildlist.c | 1030 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()
|
| D | menubox.c | 194 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()
|
| D | formbox.c | 918 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()
|