Searched defs:IS_WORD_CHAR (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h478 #define IS_WORD_CHAR(ch) (isalnum (ch) || (ch) == '_') macro

Completed in 103 milliseconds