Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c1321 PL_fdscript = -1; in S_parse_body()
3058 PL_fdscript = -1; in S_parse_body()
3070 PL_fdscript = atoi(s); in S_parse_body()
3105 if (PL_fdscript >= 0) { in S_parse_body()
3106 PL_rsfp = PerlIO_fdopen(PL_fdscript,PERL_SCRIPT_MODE); in S_parse_body()
3394 if (PL_fdscript < 0 || PL_suidscript != 1) in S_validate_suid()
3537 if (PL_fdscript < 0 && in S_validate_suid()
3545 if (PL_fdscript < 0 && in S_validate_suid()
3666 else if (PL_fdscript < 0 || PL_suidscript != 1) in S_validate_suid()
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