Searched refs:pospush (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 280 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(en in parse() [all...] |
/titanic_51/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 …]
|