Searched refs:reghop (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c110 #define reghop_c(pos,off) ((char*)reghop((U8*)pos, off))
112 #define HOP(pos,off) (PL_reg_match_utf8 ? reghop((U8*)pos, off) : (U8*)(pos + off))
H A Dembed.h1732 #define reghop S_reghop macro
4249 #define reghop(a,b) S_reghop(aTHX_ a,b) macro

Completed in 63 milliseconds