Home
last modified time | relevance | path

Searched refs:dialog_key (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dialog/
H A Ddlg_keys.c195 q[0].dialog_key = curses_key; in dlg_register_buttons()
294 return q->dialog_key; in dlg_lookup_key()
298 *fkey = q->dialog_key; in dlg_lookup_key()
325 if (dialog_key == ERR) { in dlg_result_key()
326 dialog_key = 0; in dlg_result_key()
370 if (dialog_key == ESC) { in dlg_result_key()
425 *dialog_key = *fkey = DLGK_ENTER; in dlg_button_key()
703 data[0].dialog_key = dialog_key; in make_binding()
794 int dialog_key; in dlg_parse_bindkey() local
797 dialog_key = -1; in dlg_parse_bindkey()
[all …]
H A Ddlg_keys.h46 int dialog_key; member