Home
last modified time | relevance | path

Searched defs:dlg_toupper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/dialog/
H A Ddlg_keys.h32 #define dlg_toupper(ch) towupper((wint_t)ch) macro
35 #define dlg_toupper(ch) (((ch) > 0 && (ch) <= 255) ? toupper(ch) : (ch)) macro