HomeSort by relevance Sort by last modified time
    Searched defs:ISWORD (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 209 #define ISWORD(c) (isalnum((unsigned char)c) || (c) == '_')
  /external/llvm/lib/Support/
regex2.h 157 #define ISWORD(c) (isalnum(c&0xff) || (c) == '_')
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 157 #define ISWORD(c) (isalnum(c) || (c) == '_')

Completed in 138 milliseconds