Searched refs:isPunct (Results 1 – 1 of 1) sorted by relevance
26 static bool isPunct(char c) { in isPunct() function374 } else if (isalpha(*curPtr) || isPunct(*curPtr)) { in lexPrefixedIdentifier()377 } while (isalpha(*curPtr) || isdigit(*curPtr) || isPunct(*curPtr)); in lexPrefixedIdentifier()