Searched refs:handle_input (Results 1 – 4 of 4) sorted by relevance
205 handle_input(DIALOG_CALLBACK * cb) in handle_input() function287 handle_input(cb); in handle_my_getc()395 obj->obj.handle_input = bg_task ? handle_input : 0; in dialog_tailbox()
182 handle_input(DIALOG_CALLBACK * cb) in handle_input() function254 (void) handle_input(cb); in handle_my_getc()339 obj->obj.handle_input = handle_input; in dlg_reallocate_gauge()
144 if ((p->handle_input != 0) && p->input_ready) { in handle_inputs()149 if (p->handle_input(p)) { in handle_inputs()
440 bool (*handle_input)(struct _dlg_callback *p); member