Searched refs:handle_input (Results 1 – 4 of 4) sorted by relevance
181 handle_input(DIALOG_CALLBACK * cb) in handle_input() function248 (void) handle_input(cb); in handle_my_getc()331 obj->obj.handle_input = handle_input; in dlg_reallocate_gauge()
208 handle_input(DIALOG_CALLBACK * cb) in handle_input() function264 handle_input(cb); in handle_my_getc()361 obj->obj.handle_input = bg_task ? handle_input : 0; in dialog_tailbox()
137 if ((p->handle_input != 0) && p->input_ready) { in handle_inputs()142 if (p->handle_input(p)) { in handle_inputs()
410 bool (*handle_input)(struct _dlg_callback *p); member