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

/freebsd-9.3-release/contrib/dialog/
H A Ddialog.h382 bool (*handle_input)(struct _dlg_callback *p); member in struct:_dlg_callback
H A Dguage.c178 handle_input(DIALOG_CALLBACK * cb) function
245 (void) handle_input(cb);
246 /* cb might be freed in handle_input */
314 obj->obj.handle_input = handle_input;
H A Dtailbox.c207 handle_input(DIALOG_CALLBACK * cb) function
263 handle_input(cb);
360 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)) {

Completed in 101 milliseconds