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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h325 OP_REQUIRE, /* 309 */ enumerator in enum:opcode
H A Dpp_ctl.c1386 if (optype == OP_REQUIRE) {
1837 if (optype == OP_REQUIRE &&
2769 PL_in_eval = ((saveop && saveop->op_type == OP_REQUIRE)
2838 if (optype == OP_REQUIRE) {
2872 * If the last op is an OP_REQUIRE, force scalar context.
2877 == OP_REQUIRE)
2889 if (PERLDB_INTER && saveop->op_type == OP_REQUIRE) {
3036 if (PL_op->op_type == OP_REQUIRE &&
3225 if (PL_op->op_type == OP_REQUIRE) {
3471 if (optype == OP_REQUIRE
[all...]
H A Dop.c822 case OP_REQUIRE:
918 case OP_REQUIRE:
2997 newSTATEOP(0, Nullch, newUNOP(OP_REQUIRE, 0, idop)),
H A Dtoke.c4831 UNI(OP_REQUIRE);

Completed in 82 milliseconds