Searched refs:handle_input (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dguage.c181 handle_input(DIALOG_CALLBACK * cb) function
248 (void) handle_input(cb);
249 /* cb might be freed in handle_input */
331 obj->obj.handle_input = handle_input;
H A Dtailbox.c208 handle_input(DIALOG_CALLBACK * cb) function
264 handle_input(cb);
361 obj->obj.handle_input = bg_task ? handle_input : 0;
H A Dui_getc.c137 if ((p->handle_input != 0) && p->input_ready) {
142 if (p->handle_input(p)) {
H A Ddialog.h410 bool (*handle_input)(struct _dlg_callback *p); member in struct:_dlg_callback

Completed in 69 milliseconds