Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Ddlg_keys.h33 #define dlg_isupper(ch) iswupper((wint_t)ch) macro
36 #define dlg_isupper(ch) (isalpha(ch) && isupper(ch)) macro
H A Dbuttons.c153 if (dlg_isupper(check) && !was_hotkey(check, result, n)) { in get_hotkeys()
451 if (dlg_isupper(ch)) { in dlg_button_to_char()