Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c280 pospush(Env_t* env, Rex_t* rex, unsigned char* p, int be) in pospush() function
411 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep()
442 if (pospush(env, rex, s, BEG_ONE)) in parserep()
474 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep()
827 if (pospush(env, rex, s, BEG_ALT)) in parse()
854 if (pospush(env, rex, s, END_ANY)) in parse()
1184 if (pospush(env, rex, s, BEG_SUB)) in parse()
1206 if (pospush(env, rex, s, END_ANY)) in parse()
1671 if (env->stack && pospush(env, rex, s, BEG_REP)) in parse()
1679 if (env->stack && pospush(env, rex, s, END_ANY)) in parse()
[all …]