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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h163 #define ISWORD(c) (isalnum(c&0xff) || (c) == '_') macro
/freebsd-11-stable/lib/libc/regex/
H A Dregex2.h193 #define ISWORD(c) (iswalnum((uch)(c)) || (c) == '_') macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c))) macro

Completed in 86 milliseconds