Searched refs:dialog_key (Results 1 – 2 of 2) sorted by relevance
131 q[0].dialog_key = curses_key; in dlg_register_buttons()219 return p->binding[n].dialog_key; in dlg_lookup_key()223 *fkey = p->binding[n].dialog_key; in dlg_lookup_key()243 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) in dlg_result_key() argument249 switch ((DLG_KEYS_ENUM) dialog_key) { in dlg_result_key()281 if (dialog_key == ESC) { in dlg_result_key()284 } else if (dialog_key == ERR) { in dlg_result_key()497 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument515 data[0].dialog_key = dialog_key; in make_binding()566 int dialog_key; in dlg_parse_bindkey() local[all …]
45 int dialog_key; member