Searched refs:OQUEST_ (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/lib/libc/regex/grot/ |
| HD | debug.c | 149 case OQUEST_: 155 if (OP(*(s-opnd)) != OQUEST_)
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/regex/ |
| HD | debug.c | 210 case OQUEST_: in s_print() 216 if (OP(*(s-opnd)) != OQUEST_) in s_print()
|
| /freebsd-14-stable/contrib/nvi/regex/ |
| HD | regex2.h | 90 #define OQUEST_ (11) /* ? prefix fwd to suffix */ macro
|
| HD | 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()
|
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | regex2.h | 88 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */ macro
|
| HD | regcomp.c | 562 INSERT(OQUEST_, pos); in p_ere_exp() 747 INSERT(OQUEST_, pos); in p_simp_re() 1624 case OQUEST_: /* things that must be skipped */ in findmust()
|
| HD | regengine.inc | 359 case OQUEST_: 391 case OQUEST_: 644 case OQUEST_: /* to null or not */ 981 case OQUEST_: /* two branches, both forward */
|
| /freebsd-14-stable/lib/libc/regex/ |
| HD | regex2.h | 96 #define OQUEST_ (11L<<OPSHIFT) /* ? prefix fwd to suffix */ macro
|
| HD | engine.c | 440 case OQUEST_: in dissect() 476 case OQUEST_: in dissect() 765 case OQUEST_: /* to null or not */ in backref() 1080 case OQUEST_: /* two branches, both forward */ in step()
|
| HD | regcomp.c | 570 INSERT(OQUEST_, pos); in p_ere_exp() 950 INSERT(OQUEST_, pos); in p_simp_re() 954 INSERT(OQUEST_, pos); in p_simp_re() 1894 case OQUEST_: /* things that must be skipped */ 2044 case OQUEST_:
|