Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c82 static int Notword(int c) { return !iswalnum(c) && c != '_'; } in Notword() function
291 case T_ALNUM_NOT: return Notword; in classfun()