Home
last modified time | relevance | path

Searched refs:OP_THREADSV (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h366 OP_THREADSV, /* 348 */ enumerator
Dop.c391 case OP_THREADSV: /* Was holding index into thr->threadsv AV. */ in Perl_op_clear()
1277 case OP_THREADSV: in Perl_mod()
1487 case OP_THREADSV: in Perl_ref()
1948 OP *const o = newOP(OP_THREADSV, 0); in S_newDEFSVOP()
2059 o2 = newOP(OP_THREADSV, 0); in Perl_jmaybe()
2847 else if (repl->op_type == OP_THREADSV in Perl_pmruntime()
2861 if (curop->op_type == OP_THREADSV) { in Perl_pmruntime()
3912 else if (sv->op_type == OP_THREADSV) { /* per-thread variable */ in Perl_newFOROP()
4909 else if (o->op_type == OP_THREADSV && !(o->op_flags & OPpDONE_SVREF)) { in Perl_newSVREF()
6355 o2->op_type == OP_THREADSV) in Perl_ck_subr()
Ddump.c609 else if (o->op_type == OP_THREADSV) { in Perl_do_op_dump()
Dtoke.c2534 PL_nextval[PL_nexttoke].opval = newOP(OP_THREADSV, 0);
5536 yylval.opval = newOP(OP_THREADSV, 0);
DChanges5.00517242 Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DC.pm234 my $OP_THREADSV = opnumber('threadsv');
370 if ($type == $OP_THREADSV) {