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

/freebsd-12-stable/contrib/nvi/regex/
H A Dregex2.h66 * - OPLUS_ and O_PLUS are *inside* the loop they create.
89 #define O_PLUS (10) /* + suffix back to prefix */ macro
H A Dregcomp.c434 ASTERN(O_PLUS, pos);
440 ASTERN(O_PLUS, pos);
635 ASTERN(O_PLUS, pos);
1057 ASTERN(O_PLUS, start);
1619 case O_PLUS:
H A Dengine.c443 case O_PLUS:
611 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h58 * - OPLUS_ and O_PLUS are *inside* the loop they create.
87 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
H A Dregcomp.c561 ASTERN(O_PLUS, pos);
567 ASTERN(O_PLUS, pos);
746 ASTERN(O_PLUS, pos);
1161 ASTERN(O_PLUS, start);
1692 case O_PLUS:
H A Dregengine.inc452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c202 if (OP(*(s+opnd)) != O_PLUS)
205 case O_PLUS:
/freebsd-12-stable/lib/libc/regex/grot/
H A Ddebug.c144 if (OP(*(s+opnd)) != O_PLUS)
147 case O_PLUS:
/freebsd-12-stable/lib/libc/regex/
H A Dregex2.h67 * - OPLUS_ and O_PLUS are *inside* the loop they create.
96 #define O_PLUS (10L<<OPSHIFT) /* + suffix back to prefix */ macro
H A Dengine.c574 case O_PLUS:
778 case O_PLUS:
1073 case O_PLUS: /* both forward and back */
H A Dregcomp.c556 ASTERN(O_PLUS, pos);
562 ASTERN(O_PLUS, pos);
936 ASTERN(O_PLUS, pos);
945 ASTERN(O_PLUS, pos);
1480 ASTERN(O_PLUS, start);
2210 case O_PLUS:

Completed in 183 milliseconds