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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c1473 if (PL_Cmd) {
1474 Safefree(PL_Cmd);
1475 PL_Cmd = Nullch;
1573 PL_Cmd = savepvn(cmd, s-cmd);
1575 for (s = PL_Cmd; *s;) {
H A Dperlapi.h91 #undef PL_Cmd
92 #define PL_Cmd (*Perl_ICmd_ptr(aTHX))
H A Dembedvar.h185 #define PL_Cmd (PERL_GET_INTERP->ICmd) macro
507 #define PL_Cmd (vTHX->ICmd) macro
832 #define PL_ICmd PL_Cmd
H A Dsv.c10962 PL_Cmd = Nullch;

Completed in 959 milliseconds