Lines Matching refs:bracode
6264 pcre_uchar *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6269 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6286 pcre_uchar *scode = bracode; in compile_branch()
6291 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6302 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
6303 *bracode = OP_SCOND; in compile_branch()
6314 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6316 int nlen = (int)(code - bracode); in compile_branch()
6318 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, item_hwm_offset); in compile_branch()
6319 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
6322 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
6325 PUT(bracode, 1, nlen); in compile_branch()
6332 *bracode += 1; /* Switch to xxxPOS opcodes */ in compile_branch()