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

/freebsd-13-stable/contrib/dialog/
H A Dguage.c181 handle_input(DIALOG_CALLBACK * cb) function
253 (void) handle_input(cb);
254 /* cb might be freed in handle_input */
338 obj->obj.handle_input = handle_input;
H A Dtailbox.c203 handle_input(DIALOG_CALLBACK * cb) function
276 handle_input(cb);
384 obj->obj.handle_input = bg_task ? handle_input : 0;
H A Dui_getc.c143 if ((p->handle_input != 0) && p->input_ready) {
148 if (p->handle_input(p)) {
H A Ddialog.h424 bool (*handle_input)(struct _dlg_callback *p); member in struct:_dlg_callback

Completed in 81 milliseconds