Searched refs:OP_ANDASSIGN (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h179 OP_ANDASSIGN, /* 163 */ enumerator in enum:opcode
H A Dop.c1169 case OP_ANDASSIGN:
1331 case OP_ANDASSIGN:
3177 if (optype == OP_ANDASSIGN || optype == OP_ORASSIGN) {
3511 if (type == OP_ANDASSIGN || type == OP_ORASSIGN)
6536 case OP_ANDASSIGN:
H A Dtoke.c212 * into an OP_ANDASSIGN or OP_ORASSIGN
221 yylval.ival = OP_ANDASSIGN;

Completed in 170 milliseconds