Searched refs:OQUEST_ (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/lib/libc/regex/grot/ |
| D | debug.c | 152 case OQUEST_: 158 if (OP(*(s-opnd)) != OQUEST_)
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/ |
| D | debug.c | 210 case OQUEST_: in s_print() 216 if (OP(*(s-opnd)) != OQUEST_) in s_print()
|
| /freebsd-12-stable/contrib/nvi/regex/ |
| D | regex2.h | 90 #define OQUEST_ (11) /* ? prefix fwd to suffix */ macro
|
| D | engine.c | 316 case OQUEST_: in dissect() 348 case OQUEST_: in dissect() 599 case OQUEST_: /* to null or not */ in backref() 917 case OQUEST_: /* two branches, both forward */ in step()
|
| D | regcomp.c | 435 INSERT(OQUEST_, pos); in p_ere_exp() 636 INSERT(OQUEST_, pos); in p_simp_re() 1545 case OQUEST_: /* things that must be skipped */ in findmust()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | regex2.h | 88 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */ macro
|
| D | regcomp.c | 562 INSERT(OQUEST_, pos); in p_ere_exp() 747 INSERT(OQUEST_, pos); in p_simp_re() 1626 case OQUEST_: /* things that must be skipped */ in findmust()
|
| D | regengine.inc | 318 case OQUEST_: 350 case OQUEST_: 602 case OQUEST_: /* to null or not */ 917 case OQUEST_: /* two branches, both forward */
|
| /freebsd-12-stable/lib/libc/regex/ |
| D | regex2.h | 97 #define OQUEST_ (11L<<OPSHIFT) /* ? prefix fwd to suffix */ macro
|
| D | engine.c | 443 case OQUEST_: in dissect() 479 case OQUEST_: in dissect() 768 case OQUEST_: /* to null or not */ in backref() 1083 case OQUEST_: /* two branches, both forward */ in step()
|
| D | regcomp.c | 557 INSERT(OQUEST_, pos); in p_ere_exp() 937 INSERT(OQUEST_, pos); in p_simp_re() 941 INSERT(OQUEST_, pos); in p_simp_re() 1866 case OQUEST_: /* things that must be skipped */ 2016 case OQUEST_:
|