Home
last modified time | relevance | path

Searched refs:host_perl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/win32/
H A Dperllib.c50 win32_checkTLS(PerlInterpreter *host_perl) in win32_checkTLS() argument
53 if (host_perl != my_perl) { in win32_checkTLS()
131 pHost->host_perl = my_perl; in perl_alloc_override()
154 pHost->host_perl = my_perl; in perl_alloc()
297 h->host_perl = proto_perl; in perl_clone_host()
H A Dperlhost.h220 struct interpreter *host_perl; variable
225 extern "C" void win32_checkTLS(struct interpreter *host_perl);
231 win32_checkTLS(host->host_perl); in CheckInterp()
2004 h->host_perl = new_perl; in CPerlHost()