Lines Matching refs:bracode
7305 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
7309 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7314 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7329 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7330 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
7331 *bracode = OP_SCOND; in compile_branch()
7342 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
7344 int nlen = (int)(code - bracode); in compile_branch()
7345 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7348 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
7351 PUT(bracode, 1, nlen); in compile_branch()
7358 *bracode += 1; /* Switch to xxxPOS opcodes */ in compile_branch()