Searched refs:Isword (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/regex/
H A Dregclass.c81 static int Isword(int c) { return iswalnum(c) || c == '_'; } function
121 { SZ("word"), Isword },
290 case T_ALNUM: return Isword;

Completed in 10 milliseconds