Searched refs:handle_input (Results 1 – 4 of 4) sorted by relevance
181 handle_input(DIALOG_CALLBACK * cb) in handle_input() function253 (void) handle_input(cb); in handle_my_getc()338 obj->obj.handle_input = handle_input; in dlg_reallocate_gauge()
203 handle_input(DIALOG_CALLBACK * cb) in handle_input() function276 handle_input(cb); in handle_my_getc()384 obj->obj.handle_input = bg_task ? handle_input : 0; in dialog_tailbox()
143 if ((p->handle_input != 0) && p->input_ready) { in handle_inputs()148 if (p->handle_input(p)) { in handle_inputs()
424 bool (*handle_input)(struct _dlg_callback *p); member