Searched refs:matchpop (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 239 #define matchpop(e,x) do if ((x)->re.group.number) { Match_frame_t* fp = (void*)stkframe(stkstd)->data; memcpy(fp->match, fp->save, fp->size); stkpop(stkstd); } while (0) macro 451 matchpop(env, rex); in parserep() 843 matchpop(env, rex); in parse()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 240 #define matchpop(e,x) ((x)->re.group.number?memcpy(matchframe->match,matchframe->save,matchframe->s… macro 452 matchpop(env, rex); in parserep() 844 matchpop(env, rex); in parse()
|