Searched refs:handle_my_getc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/dialog/
H A Dtailbox.c234 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) function
394 obj->obj.handle_getc = handle_my_getc;
429 while (handle_my_getc(&(obj->obj), ch, fkey, &result));
H A Dguage.c247 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) function
338 obj->obj.handle_getc = handle_my_getc;
451 while (valid(obj) && handle_my_getc(&(obj->obj), ch, fkey, &result));

Completed in 108 milliseconds