Searched refs:END_ANY (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 110 #define END_ANY 5 /* end of any of above */ macro 338 if (oe->be != END_ANY) in better() 348 if (ne->be != END_ANY) in better() 411 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep() 474 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep() 854 if (pospush(env, rex, s, END_ANY)) in parse() 1206 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()
|
/titanic_51/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()
|