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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1530 OP *pack, *imop, *arg; local
1565 imop = convert(OP_ENTERSUB, OPf_STACKED|OPf_SPECIAL|OPf_WANT_VOID,
1569 imop->op_private |= OPpENTERSUB_NOMOD;
1572 *imopsp = append_elem(OP_LIST, *imopsp, imop);
2931 OP *imop; local
2969 imop = arg; /* no import on explicit () */
2971 imop = Nullop; /* use 5.0; */
2984 imop = convert(OP_ENTERSUB, OPf_STACKED|OPf_SPECIAL,
2999 newSTATEOP(0, Nullch, imop) ));
3064 OP *modname, *veop, *imop; local
[all...]

Completed in 22 milliseconds