Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/regex/
H A Dregclass.c89 static int Notword(int c) { return !iswalnum(c) && c != '_'; } in Notword() function
236 case T_ALNUM_NOT: return Notword; in classfun()