Searched refs:lowerit (Results 1 – 1 of 1) sorted by relevance
275 static char lowerit(char);2437 switch (lowerit(*ep)) { in rulesub()3905 lowerit(char a) in lowerit() function3926 while (lowerit(*ap) == lowerit(*bp++)) in ciequal()3936 if (lowerit(*abbr) != lowerit(*word)) in itsabbr()3943 } while (lowerit(*word++) != lowerit(*abbr)); in itsabbr()3956 while (lowerit(*abbr++) == lowerit(*word++)); in ciprefix()