Searched refs:PL_fdscript (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c1321 PL_fdscript = -1;
3058 PL_fdscript = -1;
3070 PL_fdscript = atoi(s);
3105 if (PL_fdscript >= 0) {
3106 PL_rsfp = PerlIO_fdopen(PL_fdscript,PERL_SCRIPT_MODE);
3394 if (PL_fdscript < 0 || PL_suidscript != 1)
3537 if (PL_fdscript < 0 &&
3545 if (PL_fdscript < 0 &&
3558 * PL_fdscript to avoid loops), and do the execs
3666 else if (PL_fdscript <
[all...]
H A Dperlapi.h261 #undef PL_fdscript
262 #define PL_fdscript (*Perl_Ifdscript_ptr(aTHX))
H A Dembedvar.h270 #define PL_fdscript (PERL_GET_INTERP->Ifdscript) macro
592 #define PL_fdscript (vTHX->Ifdscript) macro
917 #define PL_Ifdscript PL_fdscript

Completed in 33 milliseconds