Searched refs:ASCII_TO_UPPER (Results 1 – 3 of 3) sorted by relevance
131 #define ASCII_TO_UPPER(c) ((c) - 'a' + 'A')155 #define TO_UPPER(c) (is_ascii_char(c) ? ASCII_TO_UPPER(c) : (c))138 #define ASCII_TO_UPPER( global() macro
777 if ((o->otype & TRIPLE) && ASCII_TO_UPPER(o->oletter) == c) in is_optchar()
453 c = ASCII_TO_UPPER(c); in mca_opt_nonfirst_char()