Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dtailbox.c205 handle_input(DIALOG_CALLBACK * cb) in handle_input() function
287 handle_input(cb); in handle_my_getc()
395 obj->obj.handle_input = bg_task ? handle_input : 0; in dialog_tailbox()
H A Dguage.c182 handle_input(DIALOG_CALLBACK * cb) in handle_input() function
254 (void) handle_input(cb); in handle_my_getc()
339 obj->obj.handle_input = handle_input; in dlg_reallocate_gauge()
H A Dui_getc.c144 if ((p->handle_input != 0) && p->input_ready) { in handle_inputs()
149 if (p->handle_input(p)) { in handle_inputs()
H A Ddialog.h440 bool (*handle_input)(struct _dlg_callback *p); member