Searched refs:OOR1 (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex2.h69 * OOR1 and OOR2 are respectively the end and the beginning of one of
71 * and an implicit OOR1 preceding O_CH.
95 #define OOR1 (16) /* | pt. 1 back to OOR1 or OCH_ */ macro
97 #define O_CH (18) /* end choice back to OOR1 */
H A Dengine.c424 assert(m->g->strip[esub] == OOR1);
429 assert(m->g->strip[esub] == OOR1);
445 case OOR1:
553 case OOR1: /* matches null but needs to skip */
625 assert(m->g->strip[esub] == OOR1);
933 case OOR1: /* done a branch, find the O_CH */
H A Dregcomp.c318 ASTERN(OOR1, prevback);
445 ASTERN(OOR1, pos); /* this one's right */
1034 ASTERN(OOR1, start);
1046 ASTERN(OOR1, start);
/freebsd-13-stable/lib/libc/regex/grot/
H A Ddebug.c173 case OOR1:
174 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
184 if (OP(*(s-opnd)) != OOR1)
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c231 case OOR1:
232 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
242 if (OP(*(s-opnd)) != OOR1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h61 * OOR1 and OOR2 are respectively the end and the beginning of one of
63 * and an implicit OOR1 preceding O_CH.
93 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */ macro
95 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */
H A Dregcomp.c417 ASTERN(OOR1, prevback);
572 ASTERN(OOR1, pos); /* this one's right */
1138 ASTERN(OOR1, start);
1150 ASTERN(OOR1, start);
H A Dregengine.inc430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
454 case OOR1:
559 case OOR1: /* matches null but needs to skip */
628 assert(OP(m->g->strip[esub]) == OOR1);
933 case OOR1: /* done a branch, find the O_CH */
/freebsd-13-stable/lib/libc/regex/
H A Dregex2.h70 * OOR1 and OOR2 are respectively the end and the beginning of one of
72 * and an implicit OOR1 preceding O_CH.
102 #define OOR1 (16L<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */ macro
104 #define O_CH (18L<<OPSHIFT) /* end choice back to OOR1 */
H A Dengine.c555 assert(OP(m->g->strip[esub]) == OOR1);
560 assert(OP(m->g->strip[esub]) == OOR1);
576 case OOR1:
726 case OOR1: /* matches null but needs to skip */
791 assert(OP(m->g->strip[esub]) == OOR1);
1099 case OOR1: /* done a branch, find the O_CH */
H A Dregcomp.c583 ASTERN(OOR1, pos); /* this one's right */
661 ASTERN(OOR1, bc->back);
1473 ASTERN(OOR1, start);
1485 ASTERN(OOR1, start);
2027 case OOR1:

Completed in 188 milliseconds