Home
last modified time | relevance | path

Searched refs:PL_curcop (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/lang/perl5.34/perl-5.34.0/
H A Dwarnings.h142 cBOOL(PL_curcop && PL_curcop->cop_warnings != pWARN_STD)
144 cBOOL(!PL_curcop || PL_curcop->cop_warnings == pWARN_STD)
233 (PL_curcop && \
234 !specialWARN(PL_curcop->cop_warnings) && \
235 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN1(x)) || \
237 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN2(x)) || \
239 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN3(x)) || \
241 isWARNf_on(PL_curcop->cop_warnings, unpackWARN4(x)))))))))
/dports/lang/perl5.30/perl-5.30.3/
H A Dwarnings.h135 cBOOL(PL_curcop && PL_curcop->cop_warnings != pWARN_STD)
137 cBOOL(!PL_curcop || PL_curcop->cop_warnings == pWARN_STD)
233 (PL_curcop && \
234 !specialWARN(PL_curcop->cop_warnings) && \
235 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN1(x)) || \
237 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN2(x)) || \
239 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN3(x)) || \
241 isWARNf_on(PL_curcop->cop_warnings, unpackWARN4(x)))))))))
/dports/lang/perl5.32/perl-5.32.1/
H A Dwarnings.h219 cBOOL(PL_curcop && PL_curcop->cop_warnings != pWARN_STD)
221 cBOOL(!PL_curcop || PL_curcop->cop_warnings == pWARN_STD)
329 (PL_curcop && \
330 !specialWARN(PL_curcop->cop_warnings) && \
331 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN1(x)) || \
333 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN2(x)) || \
335 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN3(x)) || \
337 isWARNf_on(PL_curcop->cop_warnings, unpackWARN4(x)))))))))
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dwarnings.h145 cBOOL(PL_curcop && PL_curcop->cop_warnings != pWARN_STD)
147 cBOOL(!PL_curcop || PL_curcop->cop_warnings == pWARN_STD)
236 (PL_curcop && \
237 !specialWARN(PL_curcop->cop_warnings) && \
238 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN1(x)) || \
240 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN2(x)) || \
242 (isWARNf_on(PL_curcop->cop_warnings, unpackWARN3(x)) || \
244 isWARNf_on(PL_curcop->cop_warnings, unpackWARN4(x)))))))))
/dports/math/p5-Math-Random-MT/Math-Random-MT-1.17/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/databases/p5-Pg/Pg-2.1.1/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/net/p5-Net-Interface/Net-Interface-1.016/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/security/p5-Crypt-TEA/Crypt-TEA-1.26/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/security/p5-Crypt-Twofish/Crypt-Twofish-2.18/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/devel/p5-Event/Event-1.28/
H A Dppport.h172 # define PL_curcop curcop macro
253 HV *old_cop_stash = PL_curcop->cop_stash;
255 line_t oldline = PL_curcop->cop_line;
256 PL_curcop->cop_line = PL_copline;
260 PL_curstash = PL_curcop->cop_stash = stash;
283 PL_curcop->cop_stash = old_cop_stash;
285 PL_curcop->cop_line = oldline;
/dports/textproc/p5-Text-Tmpl/Text-Tmpl-0.33/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/security/p5-Crypt-GOST/Crypt-GOST-1.00/
H A Dppport.h172 # define PL_curcop curcop macro
247 HV *old_cop_stash = PL_curcop->cop_stash;
249 line_t oldline = PL_curcop->cop_line;
250 PL_curcop->cop_line = PL_copline;
254 PL_curstash = PL_curcop->cop_stash = stash;
277 PL_curcop->cop_stash = old_cop_stash;
279 PL_curcop->cop_line = oldline;
/dports/devel/p5-B-Hooks-Parser/B-Hooks-Parser-0.21/
H A Dstolen_chunk_of_toke.c63 #define CLINE (PL_copline = (CopLINE(PL_curcop) < PL_copline ? CopLINE(PL_curcop) : PL_copline))
318 AV *fileav = CopFILEAV(PL_curcop); in S_skipspace()
386 CopLINE_inc(PL_curcop); in S_incline()
429 const char *cf = CopFILE(PL_curcop); in S_incline()
467 CopFILE_free(PL_curcop); in S_incline()
468 CopFILE_set(PL_curcop, s); in S_incline()
471 CopLINE_set(PL_curcop, atoi(n)-1); in S_incline()
588 CopLINE_inc(PL_curcop); in S_scan_str()
657 CopLINE_inc(PL_curcop); in S_scan_str()
689 CopLINE_inc(PL_curcop); in S_scan_str()
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A DnewCONSTSUB40 HV *old_cop_stash = PL_curcop->cop_stash;
42 line_t oldline = PL_curcop->cop_line;
43 PL_curcop->cop_line = D_PPP_PL_copline;
47 PL_curstash = PL_curcop->cop_stash = stash;
59 PL_curcop->cop_stash = old_cop_stash;
61 PL_curcop->cop_line = oldline;
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A DnewCONSTSUB35 HV *old_cop_stash = PL_curcop->cop_stash;
37 line_t oldline = PL_curcop->cop_line;
38 PL_curcop->cop_line = D_PPP_PL_copline;
42 PL_curstash = PL_curcop->cop_stash = stash;
60 PL_curcop->cop_stash = old_cop_stash;
62 PL_curcop->cop_line = oldline;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A DnewCONSTSUB40 HV *old_cop_stash = PL_curcop->cop_stash;
42 line_t oldline = PL_curcop->cop_line;
43 PL_curcop->cop_line = D_PPP_PL_copline;
47 PL_curstash = PL_curcop->cop_stash = stash;
59 PL_curcop->cop_stash = old_cop_stash;
61 PL_curcop->cop_line = oldline;
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A DnewCONSTSUB40 HV *old_cop_stash = PL_curcop->cop_stash;
42 line_t oldline = PL_curcop->cop_line;
43 PL_curcop->cop_line = D_PPP_PL_copline;
47 PL_curstash = PL_curcop->cop_stash = stash;
59 PL_curcop->cop_stash = old_cop_stash;
61 PL_curcop->cop_line = oldline;
/dports/textproc/p5-RDFStore/RDFStore-0.51/include/
H A Dppport.h34 # define PL_curcop curcop macro
142 HV *old_cop_stash = PL_curcop->cop_stash;
144 line_t oldline = PL_curcop->cop_line;
145 PL_curcop->cop_line = PL_copline;
149 PL_curstash = PL_curcop->cop_stash = stash;
172 PL_curcop->cop_stash = old_cop_stash;
174 PL_curcop->cop_line = oldline;
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A DnewCONSTSUB44 HV *old_cop_stash = PL_curcop->cop_stash;
46 line_t oldline = PL_curcop->cop_line;
47 PL_curcop->cop_line = D_PPP_PL_copline;
51 PL_curstash = PL_curcop->cop_stash = stash;
63 PL_curcop->cop_stash = old_cop_stash;
65 PL_curcop->cop_line = oldline;
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/
H A Dppport.h32 # define PL_curcop curcop macro
145 HV *old_cop_stash = PL_curcop->cop_stash;
147 line_t oldline = PL_curcop->cop_line;
148 PL_curcop->cop_line = PL_copline;
152 PL_curstash = PL_curcop->cop_stash = stash;
175 PL_curcop->cop_stash = old_cop_stash;
177 PL_curcop->cop_line = oldline;
/dports/databases/db5/db-5.3.28/lang/perl/BerkeleyDB/
H A Dppport.h32 # define PL_curcop curcop macro
145 HV *old_cop_stash = PL_curcop->cop_stash;
147 line_t oldline = PL_curcop->cop_line;
148 PL_curcop->cop_line = PL_copline;
152 PL_curstash = PL_curcop->cop_stash = stash;
175 PL_curcop->cop_stash = old_cop_stash;
177 PL_curcop->cop_line = oldline;
/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/
H A Dstolen_chunk_of_toke.c82 #undef PL_curcop
83 #define PL_curcop (&PL_compiling) macro
85 #define CLINE (PL_copline = (CopLINE(PL_curcop) < PL_copline ? CopLINE(PL_curcop) : PL_copline))
502 CopLINE_inc(PL_curcop); in S_incline()
545 const char *cf = CopFILE(PL_curcop); in S_incline()
583 CopFILE_free(PL_curcop); in S_incline()
584 CopFILE_set(PL_curcop, s); in S_incline()
704 CopLINE_inc(PL_curcop); in S_scan_str()
773 CopLINE_inc(PL_curcop); in S_scan_str()
805 CopLINE_inc(PL_curcop); in S_scan_str()
[all …]
/dports/databases/db5/db-5.3.28/lang/perl/DB_File/
H A Dppport.h32 # define PL_curcop curcop macro
140 HV *old_cop_stash = PL_curcop->cop_stash;
142 line_t oldline = PL_curcop->cop_line;
143 PL_curcop->cop_line = PL_copline;
147 PL_curstash = PL_curcop->cop_stash = stash;
170 PL_curcop->cop_stash = old_cop_stash;
172 PL_curcop->cop_line = oldline;
/dports/mail/p5-Mail-Transport-Dbx/Mail-Transport-Dbx-0.07/
H A Dppport.h203 # define PL_curcop curcop macro
359 HV *old_cop_stash = PL_curcop->cop_stash;
361 line_t oldline = PL_curcop->cop_line;
362 PL_curcop->cop_line = PL_copline;
366 PL_curstash = PL_curcop->cop_stash = stash;
389 PL_curcop->cop_stash = old_cop_stash;
391 PL_curcop->cop_line = oldline;
/dports/databases/p5-File-Locate/File-Locate-0.62/
H A Dppport.h203 # define PL_curcop curcop macro
359 HV *old_cop_stash = PL_curcop->cop_stash;
361 line_t oldline = PL_curcop->cop_line;
362 PL_curcop->cop_line = PL_copline;
366 PL_curstash = PL_curcop->cop_stash = stash;
389 PL_curcop->cop_stash = old_cop_stash;
391 PL_curcop->cop_line = oldline;

12345678910>>...26