Home | History | Annotate | Download | only in src

Lines Matching full:isalnum

411 #define isinword(ch) (isalnum(ch) || (ch) == '_')