Searched defs:comma_pDEPTH (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | regexec.c | 228 S_regcppush(pTHX_ const regexp *rex, I32 parenfloor, U32 maxopenparen comma_pDEPTH) in S_regcppush() argument 350 S_unwind_paren(pTHX_ regexp *rex, U32 lp, U32 lcp comma_pDEPTH) { in S_unwind_paren() argument 373 S_capture_clear(pTHX_ regexp *rex, U16 from_ix, U16 to_ix, const char *str comma_pDEPTH) { in S_capture_clear() argument 400 S_regcppop(pTHX_ regexp *rex, U32 *maxopenparen_p comma_pDEPTH) in S_regcppop() argument 498 S_regcp_restore(pTHX_ regexp *rex, I32 ix, U32 *maxopenparen_p comma_pDEPTH) in S_regcp_restore() argument 10211 S_regrepeat(pTHX_ regexp * prog,char ** startposp,const regnode * p,char * loceol,regmatch_info * const reginfo,I32 max comma_pDEPTH) S_regrepeat() argument
|
H A D | perl.h | 75 # define comma_pDEPTH global() macro 82 # define comma_pDEPTH global() macro
|