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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c1948 PADOFFSET tmp = find_threadsv(name);
4491 /* thr->threadsvp is set when find_threadsv is called */
4541 (void) find_threadsv("@"); /* Ensure $@ is initialised early */
H A Dop.c212 /* find_threadsv is not reentrant */
270 "find_threadsv: new SV %p for $%s%c\n",
1862 o->op_targ = find_threadsv("_");
1973 o2->op_targ = find_threadsv(";");
3823 padoff = find_threadsv("_");
H A Dtoke.c2326 PL_nextval[PL_nexttoke].opval->op_targ = find_threadsv("\"");
5320 && (tmp = find_threadsv(&PL_tokenbuf[1])) != NOT_IN_PAD)
H A Dembed.h297 #define find_threadsv Perl_find_threadsv macro
2826 #define find_threadsv(a) Perl_find_threadsv(aTHX_ a) macro

Completed in 183 milliseconds