Home
last modified time | relevance | path

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

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