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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h17 OP_STUB, /* 1 */ enumerator in enum:opcode
H A Dop.c949 o = newOP(OP_STUB, 0);
998 case OP_STUB:
1885 if (o->op_type == OP_STUB) {
2200 return newOP(OP_STUB, 0);
2270 first = newOP(OP_STUB, 0);
2968 if (arg && arg->op_type == OP_STUB)
3203 && right->op_type == OP_STUB
3897 if (label->op_type == OP_STUB && (label->op_flags & OPf_PARENS))
4338 if (block->op_type == OP_STUB) {
4914 if (cLISTOPo->op_first->op_type == OP_STUB) {
[all...]

Completed in 176 milliseconds