Home | History | Annotate | Download | only in src

Lines Matching refs:bracode

577 PCRE2_SPTR bracode;     /* Temp pointer to start of group */
5050 bracode = mb->start_code + GET(Fecode, 1);
5051 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE);
5075 Lstart_branch = bracode;
5454 bracode = Fecode - GET(Fecode, 1);
5459 if (*bracode != OP_BRA && *bracode != OP_COND)
5490 switch (*bracode)
5537 number = GET2(bracode, 1+LINK_SIZE);
5596 RMATCH(bracode, RM7);