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

/freebsd-10-stable/contrib/dialog/
H A Ddlg_keys.c143 q[0].dialog_key = curses_key;
240 return q->dialog_key;
244 *fkey = q->dialog_key;
264 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) argument
270 switch ((DLG_KEYS_ENUM) dialog_key) {
302 if (dialog_key == ESC) {
305 } else if (dialog_key == ERR) {
532 make_binding(char *widget, int curses_key, int is_function, int dialog_key) argument
550 data[0].dialog_key = dialog_key;
601 int dialog_key; local
713 dump_dialog_key(FILE *fp, int dialog_key) argument
[all...]
H A Ddlg_keys.h46 int dialog_key; member in struct:__anon895
157 extern int dlg_lookup_key(WINDOW * /*win*/, int /*curses_key*/, int * /*dialog_key*/);
158 extern int dlg_result_key(int /*dialog_key*/, int /*fkey*/, int * /*resultp*/);

Completed in 58 milliseconds