Searched refs:REX_WORD_NOT (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 126 #define REX_WORD_NOT 44 /* not word boundary */ macro
|
H A D | regcomp.c | 1864 case REX_WORD_NOT: in rep() 2843 e = rep(env, node(env, REX_WORD_NOT, 0, 0, 0), 0, 0); in seq()
|
H A D | regnexec.c | 86 "REX_WORD_NOT" 1765 case REX_WORD_NOT: in parse()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 126 #define REX_WORD_NOT 44 /* not word boundary */ macro
|
H A D | regcomp.c | 1841 case REX_WORD_NOT: in rep() 2792 e = rep(env, node(env, REX_WORD_NOT, 0, 0, 0), 0, 0); in seq()
|
H A D | regnexec.c | 1765 case REX_WORD_NOT: in parse()
|