Searched refs:OP_MATCH (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h47 OP_MATCH, /* 31 */ enumerator in enum:opcode
H A Dop.c417 case OP_MATCH:
582 case OP_MATCH:
883 case OP_MATCH:
1742 ? right->op_type : OP_MATCH];
1759 (right->op_type == OP_MATCH ||
1763 if (right->op_type != OP_MATCH &&
1777 pmruntime(newPMOP(OP_MATCH, 0), right, Nullop));
6037 if (kid->op_type != OP_MATCH || kid->op_flags & OPf_STACKED) {
6040 kid = pmruntime( newPMOP(OP_MATCH, OPf_SPECIAL), kid, Nullop);
6078 if (kid && kid->op_type == OP_MATCH) {
[all...]
H A Ddump.c711 case OP_MATCH:
H A Dtoke.c1075 if (PL_lex_inwhat == OP_MATCH || PL_lex_inwhat == OP_QR || PL_lex_inwhat == OP_SUBST)
3373 PMop(OP_MATCH);
3631 s = scan_pat(s,OP_MATCH);
4611 s = scan_pat(s,OP_MATCH);
6394 yylval.ival = OP_MATCH;
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dexpr.c137 #define OP_MATCH (T_FUN|2) macro

Completed in 128 milliseconds