Lines Matching refs:op

8275    int op = *scode;  in is_anchored()  local
8279 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8280 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
8288 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8289 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8298 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_anchored()
8305 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
8314 else if (op == OP_ONCE) in is_anchored()
8327 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8328 op == OP_TYPEPOSSTAR)) in is_anchored()
8338 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE; in is_anchored()
8380 int op = *scode; in is_startline() local
8387 if (op == OP_COND) in is_startline()
8412 op = *scode; in is_startline()
8417 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8418 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
8426 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8427 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8436 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_startline()
8444 else if (op == OP_ONCE) in is_startline()
8457 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
8469 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
8664 PCRE2_UCHAR op = *scode; in find_firstassertedcu() local
8666 switch(op) in find_firstassertedcu()
8682 ((op == OP_ASSERT || op == OP_ASSERT_NA)?1:0)); in find_firstassertedcu()