Home
last modified time | relevance | path

Searched defs:_dlg_callback (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/dialog/
H A Ddialog.h291 typedef struct _dlg_callback { struct
292 struct _dlg_callback *next; argument
297 bool (*handle_getc)(struct _dlg_callback *p, int ch, int fkey, int *result); argument
300 struct _dlg_callback **caller; argument
303 bool (*handle_input)(struct _dlg_callback *p); argument
304 bool input_ready;