Lines Matching defs:scode
1128 PCRE2_SPTR scode = ecode;1129 if (*scode != OP_ONCE) /* If not at start, find it */1131 while (*scode == OP_ALT) scode += GET(scode, 1);1132 scode -= GET(scode, 1);1134 if (mb->once_target == scode) rrc = MATCH_NOMATCH;