Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dui_getc.c74 DIALOG_CALLBACK *q; in dlg_remove_callback()
120 DIALOG_CALLBACK *p; in handle_inputs()
121 DIALOG_CALLBACK *q; in handle_inputs()
154 DIALOG_CALLBACK *p; in may_handle_inputs()
174 DIALOG_CALLBACK *p; in check_inputs()
223 DIALOG_CALLBACK *p, *q; in dlg_getc_callbacks()
388 static DIALOG_CALLBACK *
399 static DIALOG_CALLBACK *
402 DIALOG_CALLBACK *q; in prev_callback()
436 DIALOG_CALLBACK *p = 0; in dlg_getc()
[all …]
H A Dguage.c37 DIALOG_CALLBACK obj; /* has to be first in struct */
180 handle_input(DIALOG_CALLBACK * cb) in handle_input()
248 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) in handle_my_getc()
266 my_cleanup(DIALOG_CALLBACK * cb) in my_cleanup()
420 dlg_add_callback_ref((DIALOG_CALLBACK **) & obj, my_cleanup); in dialog_gauge()
447 dlg_add_callback_ref((DIALOG_CALLBACK **) & obj, my_cleanup); in dialog_gauge()
H A Dtailbox.c31 DIALOG_CALLBACK obj;
204 handle_input(DIALOG_CALLBACK * cb) in handle_input()
219 valid_callback(DIALOG_CALLBACK * cb) in valid_callback()
222 DIALOG_CALLBACK *p; in valid_callback()
233 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) in handle_my_getc()
H A Ddialog.h305 } DIALOG_CALLBACK; typedef
318 DIALOG_CALLBACK *getc_callbacks;
319 DIALOG_CALLBACK *getc_redirect;
650 extern void dlg_add_callback(DIALOG_CALLBACK * /*p*/);
651 extern void dlg_add_callback_ref(DIALOG_CALLBACK ** /*p*/, DIALOG_FREEBACK /* cleanup */);
653 extern void dlg_remove_callback(DIALOG_CALLBACK * /*p*/);
H A Dprogressbox.c39 DIALOG_CALLBACK obj;
H A Dtextbox.c34 DIALOG_CALLBACK obj;