Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Ddlg_keys.c511 #define COUNT_DIALOG TableSize(dialog_names)
512 static const CODENAME dialog_names[] = variable
821 if (!dlg_strcmp(dialog_names[xx].name, q)) { in dlg_parse_bindkey()
822 dialog_key = dialog_names[xx].code; in dlg_parse_bindkey()
886 if (dialog_names[n].code == dialog_key) { in dump_dialog_key()
887 fputs(dialog_names[n].name, fp); in dump_dialog_key()