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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h191 OP_DBSTATE, /* 175 */ enumerator in enum:opcode
H A Dop.c321 if (type == OP_NEXTSTATE || type == OP_SETSTATE || type == OP_DBSTATE)
632 || o->op_type == OP_DBSTATE
635 || o->op_targ == OP_DBSTATE)))
804 case OP_DBSTATE:
1159 case OP_DBSTATE:
1803 if (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE)
3361 cop->op_type = OP_DBSTATE;
3362 cop->op_ppaddr = PL_ppaddr[ OP_DBSTATE ];
4053 if (type == OP_DBSTATE)
6372 case OP_DBSTATE
[all...]
H A Dpp_ctl.c2069 if ((kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) &&
2076 if (kid->op_type == OP_NEXTSTATE || kid->op_type == OP_DBSTATE) {
2080 ops[-1]->op_type == OP_DBSTATE)
H A Ddump.c670 case OP_DBSTATE:

Completed in 221 milliseconds