Home
last modified time | relevance | path

Searched defs: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
/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