Home
last modified time | relevance | path

Searched refs:ORPAREN (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/lib/libc/regex/
Dregex2.h85 #define ORPAREN (14LU<<OPSHIFT) /* ) back to ( */ macro
Dregcomp.c324 EMIT(ORPAREN, subno); in p_ere_exp()
538 EMIT(ORPAREN, subno); in p_simp_re()
561 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1463 case ORPAREN: in findmust()
Dengine.c460 case ORPAREN: in dissect()
654 case ORPAREN: /* must undo assignment if rest fails */ in backref()
924 case ORPAREN: in step()
/mirbsd/src/lib/libc/regex/test/
Ddebug.c209 case ORPAREN: in s_print()
/mirbsd/src/gnu/usr.bin/perl/x2p/
Da2p.h168 #define ORPAREN 16 macro
Da2p.y126 { $$ = oper1(ORPAREN,$2); }
Da2p.c2539 { yyval = oper1(ORPAREN,yyvsp[-1]); } in yyparse()
Dwalk.c408 case ORPAREN: in walk()
1724 case ORPAREN: in prewalk()