Searched refs:OP_NOT (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h112 OP_NOT, /* 96 */ enumerator in enum:opcode
H A Dperly.c2125 { yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); }
2319 { yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); }
H A Dop.c1771 if (type == OP_NOT)
1772 return newUNOP(OP_NOT, 0, scalar(o));
1786 return newUNOP(OP_NOT, OPf_SPECIAL, scalar(o));
3436 if (first->op_type == OP_NOT && (first->op_flags & OPf_SPECIAL)) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c119 * to the stack. OP_NOT inverts the bits of the value on the
161 OP_NOT, enumerator in enum:optype
684 case OP_NOT:
2161 emitop(OP_NOT);
2310 emitop(OP_NOT);
2517 emitop(OP_NOT);
2560 emitop(OP_NOT);

Completed in 110 milliseconds