Searched refs:to_ix (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | regexec.c | 373 S_capture_clear(pTHX_ regexp *rex, U16 from_ix, U16 to_ix, const char *str comma_pDEPTH) { in S_capture_clear() argument 378 for ( my_ix = from_ix; my_ix <= to_ix; my_ix++ ) { in S_capture_clear() 396 #define CAPTURE_CLEAR(from_ix, to_ix, str) \ argument 397 if (from_ix) capture_clear(rex,from_ix, to_ix, str)
|
H A D | proto.h | 8871 S_capture_clear(pTHX_ regexp *rex, U16 from_ix, U16 to_ix, const char *str comma_pDEPTH);
|
H A D | embed.fnc | 5517 |U16 to_ix \
|