Lines Matching refs:regstclass
835 if (prog->regstclass) {
836 /* minlen == 0 is possible if regstclass is \b or \B,
841 regstclass does not come from lookahead... */
842 /* If regstclass takes bytelength more than 1: If charlength==1, OK.
844 U8* str = (U8*)STRING(prog->regstclass);
845 int cl_l = (PL_regkind[(U8)OP(prog->regstclass)] == EXACT
846 ? CHR_DIST(str+STR_LEN(prog->regstclass), str)
858 s = find_byclass(prog, prog->regstclass, s, endpos, startpos, 1);
1594 Perl_croak(aTHX_ "panic: unknown regstclass %d", (int)OP(c));
1918 else if ((c = prog->regstclass)) {
1920 I32 op = (U8)OP(prog->regstclass);