Searched refs:O_PLUS (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/regex/grot/ |
H A D | debug.c | 141 if (OP(*(s+opnd)) != O_PLUS) 144 case O_PLUS:
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | debug.c | 202 if (OP(*(s+opnd)) != O_PLUS) in s_print() 205 case O_PLUS: in s_print()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex2.h | 89 #define O_PLUS (10) /* + suffix back to prefix */ macro
|
H A D | regcomp.c | 434 ASTERN(O_PLUS, pos); in p_ere_exp() 440 ASTERN(O_PLUS, pos); in p_ere_exp() 635 ASTERN(O_PLUS, pos); in p_simp_re() 1057 ASTERN(O_PLUS, start); in repeat() 1619 case O_PLUS: in pluscount()
|
H A D | engine.c | 443 case O_PLUS: in dissect() 611 case O_PLUS: in backref() 907 case O_PLUS: /* both forward and back */ in step()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex2.h | 87 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
|
H A D | regcomp.c | 561 ASTERN(O_PLUS, pos); in p_ere_exp() 567 ASTERN(O_PLUS, pos); in p_ere_exp() 746 ASTERN(O_PLUS, pos); in p_simp_re() 1159 ASTERN(O_PLUS, start); in repeat() 1690 case O_PLUS: in pluscount()
|
H A D | regengine.inc | 493 case O_PLUS: 656 case O_PLUS: 971 case O_PLUS: /* both forward and back */
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 93 #define O_PLUS (10L<<OPSHIFT) /* + suffix back to prefix */ macro
|
H A D | regcomp.c | 579 ASTERN(O_PLUS, pos); in p_ere_exp() 585 ASTERN(O_PLUS, pos); in p_ere_exp() 962 ASTERN(O_PLUS, pos); in p_simp_re() 971 ASTERN(O_PLUS, pos); in p_simp_re() 1506 ASTERN(O_PLUS, start); 2251 case O_PLUS:
|
H A D | engine.c | 569 case O_PLUS: in dissect() 773 case O_PLUS: in backref() 1068 case O_PLUS: /* both forward and back */ in step()
|