Searched defs:ISWORD (Results 1 – 3 of 3) sorted by relevance
173 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c))) macro
206 #define ISWORD( global() macro
163 #define ISWORD(c) (isalnum(c&0xff) || (c) == '_') macro