Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDtailbox.c204 handle_input(DIALOG_CALLBACK * cb) in handle_input() function
286 handle_input(cb); in handle_my_getc()
394 obj->obj.handle_input = bg_task ? handle_input : 0; in dialog_tailbox()
HDguage.c180 handle_input(DIALOG_CALLBACK * cb) in handle_input() function
255 (void) handle_input(cb); in handle_my_getc()
340 obj->obj.handle_input = handle_input; in dlg_reallocate_gauge()
HDui_getc.c128 if ((p->handle_input != 0) && p->input_ready) { in handle_inputs()
133 if (p->handle_input(p)) { in handle_inputs()
HDdialog.h303 bool (*handle_input)(struct _dlg_callback *p); member
HDCHANGES65 + modify gauge's handle_input function to use the file pointer in the