Home
last modified time | relevance | path

Searched refs:CopFILE_set (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h41 # define CopFILE_set(c,pv) ((c)->cop_file = savepv(pv)) macro
43 # define CopFILE_set(c,pv) ((c)->cop_file = savesharedpv(pv)) macro
79 # define CopFILE_set(c,pv) CopFILEGV_set((c), gv_fetchfile(pv)) macro
H A Dpp_ctl.c2665 CopFILE_set(&PL_compiling, tmpbuf+2); in Perl_sv_compile_2op()
3222 CopFILE_set(&PL_compiling, tryrsfp ? tryname : name); in PP()
3363 CopFILE_set(&PL_compiling, tmpbuf+2); in PP()
H A Dperl.c3102 CopFILE_set(PL_curcop, PL_origfilename); in S_parse_body()
H A Dtoke.c536 CopFILE_set(PL_curcop, s); in S_incline()
H A Dop.c3399 CopFILE_set(cop, CopFILE(PL_curcop)); /* XXX share in a pvtable? */ in Perl_newSTATEOP()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h290 #define BSET_cop_file(cop, arg) CopFILE_set(cop,arg)