Searched refs:UpCase (Results 1 – 1 of 1) sorted by relevance
1201 #define UpCase 1 macro1210 return (rl_change_case (count, UpCase));1251 if (op != UpCase && op != DownCase && op != CapCase)1283 nop = inword ? DownCase : UpCase;1290 nc = (nop == UpCase) ? _rl_to_upper (c) : _rl_to_lower (c);1297 nwc = (nop == UpCase) ? _rl_to_wupper (wc) : _rl_to_wlower (wc);