Searched refs:isinword (Results 1 – 1 of 1) sorted by relevance
414 #define isinword(ch) (isalnum(ch) || (ch) == '_') macro427 if ((pos != big && isinword(pos[-1])) || isinword(pos[len])) in strstrword()