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

/osnet-11/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)) {

Completed in 44 milliseconds