Searched refs:end1 (Results 1 – 2 of 2) sorted by relevance
102 int end1 = 0; in word_eq() local111 end1 = !isgraph(c1); in word_eq()113 if (end1 || end2 || c1 != c2) in word_eq()116 return end1 && end2; /* reached end of both words? */ in word_eq()
42 int end1 = 0; in token_eq() local51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-'); in token_eq()53 if (end1 || end2 || c1 != c2) in token_eq()56 return end1 && end2; /* reached end of both words? */ in token_eq()