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

/freebsd-11-stable/contrib/dialog/
H A Ddialog.h394 struct _dlg_callback;
396 typedef void (*DIALOG_FREEBACK) (struct _dlg_callback * /* p */);
398 typedef struct _dlg_callback { struct
399 struct _dlg_callback *next;
404 bool (*handle_getc)(struct _dlg_callback *p, int ch, int fkey, int *result);
407 struct _dlg_callback **caller;
410 bool (*handle_input)(struct _dlg_callback *p);

Completed in 62 milliseconds