Searched refs:OPLUS_ (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/regex/grot/ |
H A D | debug.c | 139 case OPLUS_: 145 if (OP(*(s-opnd)) != OPLUS_)
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | debug.c | 200 case OPLUS_: in s_print() 206 if (OP(*(s-opnd)) != OPLUS_) in s_print()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex2.h | 88 #define OPLUS_ (9) /* + prefix fwd to suffix */ macro
|
H A D | regcomp.c | 433 INSERT(OPLUS_, pos); in p_ere_exp() 439 INSERT(OPLUS_, pos); in p_ere_exp() 634 INSERT(OPLUS_, pos); in p_simp_re() 1056 INSERT(OPLUS_, start); in repeat() 1541 case OPLUS_: /* things that don't break one */ in findmust() 1616 case OPLUS_: in pluscount()
|
H A D | engine.c | 315 case OPLUS_: in dissect() 372 case OPLUS_: in dissect() 605 case OPLUS_: in backref() 904 case OPLUS_: /* forward, this is just an empty */ in step()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex2.h | 86 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix */ macro
|
H A D | regcomp.c | 560 INSERT(OPLUS_, pos); in p_ere_exp() 566 INSERT(OPLUS_, pos); in p_ere_exp() 745 INSERT(OPLUS_, pos); in p_simp_re() 1158 INSERT(OPLUS_, start); in repeat() 1620 case OPLUS_: /* things that don't break one */ in findmust() 1687 case OPLUS_: in pluscount()
|
H A D | regengine.inc | 358 case OPLUS_: 416 case OPLUS_: 650 case OPLUS_: 968 case OPLUS_: /* forward, this is just an empty */
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 92 #define OPLUS_ (9L<<OPSHIFT) /* + prefix fwd to suffix */ macro
|
H A D | regcomp.c | 578 INSERT(OPLUS_, pos); in p_ere_exp() 584 INSERT(OPLUS_, pos); in p_ere_exp() 961 INSERT(OPLUS_, pos); in p_simp_re() 970 INSERT(OPLUS_, pos); in p_simp_re() 1505 INSERT(OPLUS_, start); 1903 case OPLUS_: /* things that don't break one */ 2248 case OPLUS_:
|
H A D | engine.c | 437 case OPLUS_: in dissect() 498 case OPLUS_: in dissect() 768 case OPLUS_: in backref() 1065 case OPLUS_: /* forward, this is just an empty */ in step()
|