Searched refs:coerce_to_upper (Results 1 – 2 of 2) sorted by relevance
248 #define coerce_to_upper(c) ((islower(c) ? toupper(c) : (c))) macro254 #define UNCTL(c) coerce_to_upper(((c)|control_character_bit))
939 output_paragraph[start_pos] = coerce_to_upper (c); in cm_var()977 output_paragraph[start_pos] = coerce_to_upper (c); in cm_sc()