Searched refs:dialog_key (Results 1 – 2 of 2) sorted by relevance
154 q[0].dialog_key = curses_key; in dlg_register_buttons()253 return q->dialog_key; in dlg_lookup_key()257 *fkey = q->dialog_key; in dlg_lookup_key()277 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) in dlg_result_key() argument281 DLG_TRACE(("# dlg_result_key(dialog_key=%d, fkey=%d)\n", dialog_key, fkey)); in dlg_result_key()284 if (dialog_key == ERR) { in dlg_result_key()285 dialog_key = 0; in dlg_result_key()289 } else if (fkey && dialog_key == KEY_RESIZE) { in dlg_result_key()295 switch ((DLG_KEYS_ENUM) dialog_key) { in dlg_result_key()329 if (dialog_key == ESC) { in dlg_result_key()[all …]
46 int dialog_key; member