Searched refs:END_ANY (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 110 #define END_ANY 5 /* end of any of above */ macro 339 if (oe->be != END_ANY) in better() 349 if (ne->be != END_ANY) in better() 412 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep() 475 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep() 855 if (pospush(env, rex, s, END_ANY)) in parse() 1207 if (pospush(env, rex, s, END_ANY)) in parse() 1679 if (env->stack && pospush(env, rex, s, END_ANY)) in parse() 1690 else if (pospush(env, rex, s, END_ANY)) in parse()
|