Searched refs:help_result (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/dialog/ |
H A 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()
|
H A D | checklist.c | 632 char *help_result; in dialog_checklist() local 666 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_checklist() 669 dlg_add_string(help_result); in dialog_checklist() 672 dlg_add_quoted(help_result); in dialog_checklist() 675 dlg_add_string(help_result); in dialog_checklist()
|
H A D | treeview.c | 589 char *help_result; in dialog_treeview() local 638 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_treeview() 641 dlg_add_string(help_result); in dialog_treeview() 644 dlg_add_quoted(help_result); in dialog_treeview() 647 dlg_add_string(help_result); in dialog_treeview()
|
H A D | buildlist.c | 1192 char *help_result; in dialog_buildlist() local 1236 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_buildlist() 1239 dlg_add_string(help_result); in dialog_buildlist() 1241 dlg_add_quoted(help_result); in dialog_buildlist() 1244 dlg_add_string(help_result); in dialog_buildlist()
|
H A D | menubox.c | 205 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 D | formbox.c | 941 char *help_result; in dialog_form() local 981 dlg_add_help_formitem(&result, &help_result, &listitems[choice]); in dialog_form() 983 dlg_add_string(help_result); in dialog_form()
|