Searched refs:this_upper (Results 1 – 1 of 1) sorted by relevance
206 int this_upper = FALSE; // init for gcc in spell_check() local211 this_upper = SPELL_ISUPPER(c); in spell_check()219 prev_upper = this_upper; in spell_check()221 this_upper = SPELL_ISUPPER(c); in spell_check()222 camel_case = !prev_upper && this_upper; in spell_check()