Searched defs:dialog_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 277 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) in dlg_result_key() 349 dlg_button_key(int exit_code, int *button, int *dialog_key, int *fkey) in dlg_button_key() 390 dlg_ok_button_key(int exit_code, int *button, int *dialog_key, int *fkey) in dlg_ok_button_key() 644 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() 753 int dialog_key; in dlg_parse_bindkey() local 881 dump_dialog_key(FILE *fp, int dialog_key) in dump_dialog_key()
|
H A D | dlg_keys.h | 46 int dialog_key; member
|