Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/dialog/
H A Dui_getc.c90 DIALOG_CALLBACK *q; in dlg_remove_callback()
136 DIALOG_CALLBACK *p; in handle_inputs()
137 DIALOG_CALLBACK *q; in handle_inputs()
170 DIALOG_CALLBACK *p; in may_handle_inputs()
190 DIALOG_CALLBACK *p; in check_inputs()
239 DIALOG_CALLBACK *p, *q; in dlg_getc_callbacks()
404 static DIALOG_CALLBACK *
415 static DIALOG_CALLBACK *
418 DIALOG_CALLBACK *q; in prev_callback()
452 DIALOG_CALLBACK *p = 0; in dlg_getc()
[all …]
H A Dguage.c39 DIALOG_CALLBACK obj; /* has to be first in struct */
182 handle_input(DIALOG_CALLBACK * cb) in handle_input()
247 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) in handle_my_getc()
265 my_cleanup(DIALOG_CALLBACK * cb) in my_cleanup()
419 dlg_add_callback_ref((DIALOG_CALLBACK **) & obj, my_cleanup); in dialog_gauge()
446 dlg_add_callback_ref((DIALOG_CALLBACK **) & obj, my_cleanup); in dialog_gauge()
H A Dtailbox.c32 DIALOG_CALLBACK obj;
205 handle_input(DIALOG_CALLBACK * cb) in handle_input()
220 valid_callback(DIALOG_CALLBACK * cb) in valid_callback()
223 DIALOG_CALLBACK *p; in valid_callback()
234 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) in handle_my_getc()
H A Ddialog.h442 } DIALOG_CALLBACK; typedef
455 DIALOG_CALLBACK *getc_callbacks;
456 DIALOG_CALLBACK *getc_redirect;
799 extern void dlg_add_callback(DIALOG_CALLBACK * /*p*/);
800 extern void dlg_add_callback_ref(DIALOG_CALLBACK ** /*p*/, DIALOG_FREEBACK /* cleanup */);
802 extern void dlg_remove_callback(DIALOG_CALLBACK * /*p*/);
H A Dprogressbox.c43 DIALOG_CALLBACK obj;
H A Dtextbox.c34 DIALOG_CALLBACK obj;