Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDui_getc.c67 dlg_add_callback(DIALOG_CALLBACK * p) in dlg_add_callback()
79 dlg_add_callback_ref(DIALOG_CALLBACK ** p, DIALOG_FREEBACK freeback) in dlg_add_callback_ref()
87 dlg_remove_callback(DIALOG_CALLBACK * p) in dlg_remove_callback()
89 DIALOG_CALLBACK *q; in dlg_remove_callback()
129 DIALOG_CALLBACK *p; in handle_inputs()
130 DIALOG_CALLBACK *q; in handle_inputs()
160 DIALOG_CALLBACK *p; in may_handle_inputs()
180 DIALOG_CALLBACK *p; in check_inputs()
227 DIALOG_CALLBACK *p, *q; in dlg_getc_callbacks()
388 static DIALOG_CALLBACK *
[all …]
HDguage.c39 DIALOG_CALLBACK obj; /* has to be first in struct */
181 handle_input(DIALOG_CALLBACK * cb) in handle_input()
241 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) in handle_my_getc()
259 my_cleanup(DIALOG_CALLBACK * cb) in my_cleanup()
400 dlg_add_callback_ref((DIALOG_CALLBACK **) & obj, my_cleanup); in dialog_gauge()
428 dlg_add_callback_ref((DIALOG_CALLBACK **) & obj, my_cleanup); in dialog_gauge()
HDdialog.h412 } DIALOG_CALLBACK; typedef
424 DIALOG_CALLBACK *getc_callbacks;
425 DIALOG_CALLBACK *getc_redirect;
728 extern void dlg_add_callback(DIALOG_CALLBACK * /*p*/);
729 extern void dlg_add_callback_ref(DIALOG_CALLBACK ** /*p*/, DIALOG_FREEBACK /* cleanup */);
731 extern void dlg_remove_callback(DIALOG_CALLBACK * /*p*/);
HDtailbox.c32 DIALOG_CALLBACK obj;
208 handle_input(DIALOG_CALLBACK * cb) in handle_input()
223 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) in handle_my_getc()
HDprogressbox.c33 DIALOG_CALLBACK obj;
HDtextbox.c34 DIALOG_CALLBACK obj;