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

/freebsd-13-stable/contrib/dialog/
H A Dguage.c246 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) function
337 obj->obj.handle_getc = handle_my_getc;
448 while (valid(obj) && handle_my_getc(&(obj->obj), ch, fkey, &result));
H A Dtailbox.c232 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) function
383 obj->obj.handle_getc = handle_my_getc;
421 while (handle_my_getc(&(obj->obj), ch, fkey, &result));

Completed in 64 milliseconds