Searched refs:CALLREGEXEC (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_hot.c | 3831 if (!CALLREGEXEC(rx, (char*)s, (char *)strend, (char*)truebase, in PP() 5341 if (!CALLREGEXEC(rx, orig, strend, orig, 0, TARG, NULL, r_flags)) in PP() 5463 } while (CALLREGEXEC(rx, s, strend, orig, in PP() 5550 } while (CALLREGEXEC(rx, s, strend, orig, in PP()
|
| D | perl.h | 290 #define CALLREGEXEC(prog,stringarg,strend,strbeg,minend,sv,data,flags) \ macro
|
| D | pp_ctl.c | 250 !CALLREGEXEC(rx, s, cx->sb_strend, orig, in PP()
|
| D | pp.c | 6896 rex_return = CALLREGEXEC(rx, (char*)s, (char*)strend, (char*)orig, 1,
|
| D | regcomp.c | 14124 result = CALLREGEXEC(prog, stringarg, strend, strbeg, minend, screamer, in S_execute_wildcard()
|
| D | MANIFEST | 5100 ext/XS-APItest/t/callregexec.t XS::APItest: tests for CALLREGEXEC()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5005000 | 21 CALLREGEXEC # Z added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 4609 # provide access to CALLREGEXEC, except replace pointers within the 4621 RETVAL = CALLREGEXEC((REGEXP *)prog, in callregexec()
|