Searched refs:dlg_add_help_listitem (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 61 dlg_add_help_listitem
|
H A D | dialog.map | 221 dlg_add_help_listitem;
|
/freebsd/contrib/dialog/ |
H A D | checklist.c | 666 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_checklist()
|
H A D | treeview.c | 638 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_treeview()
|
H A D | menubox.c | 213 dlg_add_help_listitem(&code, &help_result, &items[choice]); in handle_button()
|
H A D | dialog.h | 837 extern void dlg_add_help_listitem(int * /* result */, char ** /* tag */, DIALOG_LISTITEM * /* item …
|
H A D | buildlist.c | 1236 dlg_add_help_listitem(&result, &help_result, &listitems[current]); in dialog_buildlist()
|
H A D | util.c | 2902 dlg_add_help_listitem(int *result, char **tag, DIALOG_LISTITEM * item) in dlg_add_help_listitem() function
|