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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h364 OP_THREADSV, /* 348 */ enumerator in enum:opcode
H A Dop.c336 case OP_THREADSV: /* Was holding index into thr->threadsv AV. */
1201 case OP_THREADSV:
1411 case OP_THREADSV:
1861 OP *o = newOP(OP_THREADSV, 0);
1972 o2 = newOP(OP_THREADSV, 0);
2750 else if (repl->op_type == OP_THREADSV
2764 if (curop->op_type == OP_THREADSV) {
3811 else if (sv->op_type == OP_THREADSV) { /* per-thread variable */
4786 else if (o->op_type == OP_THREADSV && !(o->op_flags & OPpDONE_SVREF)) {
6248 o2->op_type == OP_THREADSV)
[all...]
H A Ddump.c603 else if (o->op_type == OP_THREADSV) {
H A Dtoke.c2325 PL_nextval[PL_nexttoke].opval = newOP(OP_THREADSV, 0);
5322 yylval.opval = newOP(OP_THREADSV, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm240 my $OP_THREADSV = opnumber('threadsv');
344 if ($type == $OP_THREADSV) {

Completed in 103 milliseconds