Searched refs:PL_fdscript (Results 1 – 3 of 3) sorted by relevance
1321 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()
261 #undef PL_fdscript262 #define PL_fdscript (*Perl_Ifdscript_ptr(aTHX))
270 #define PL_fdscript (PERL_GET_INTERP->Ifdscript) macro592 #define PL_fdscript (vTHX->Ifdscript) macro917 #define PL_Ifdscript PL_fdscript