Lines Matching refs:bracode
6163 pcre_uchar *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
6167 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6168 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6173 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6185 pcre_uchar *scode = bracode; in compile_branch()
6190 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6207 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6209 int nlen = (int)(code - bracode); in compile_branch()
6211 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6212 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
6215 *bracode = OP_BRAPOS; in compile_branch()
6218 PUT(bracode, 1, nlen); in compile_branch()
6225 *bracode += 1; /* Switch to xxxPOS opcodes */ in compile_branch()