Searched refs:pospush (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 281 pospush(Env_t* env, Rex_t* rex, unsigned char* p, int be) in pospush() function 412 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep() 443 if (pospush(env, rex, s, BEG_ONE)) in parserep() 475 if (env->stack && pospush(env, rex, s, END_ANY)) in parserep() 828 if (pospush(env, rex, s, BEG_ALT)) in parse() 855 if (pospush(env, rex, s, END_ANY)) in parse() 1185 if (pospush(env, rex, s, BEG_SUB)) in parse() 1207 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 …]
|