Searched refs:packed_warn (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | dquote.c | 18 U32 * packed_warn) in Perl_grok_bslash_c() argument 38 if (packed_warn) *packed_warn = 0; in Perl_grok_bslash_c() 69 if (packed_warn) { in Perl_grok_bslash_c() 71 *packed_warn = packWARN(WARN_SYNTAX); in Perl_grok_bslash_c() 235 U32 * packed_warn, in Perl_grok_bslash_o() argument 286 if (packed_warn) *packed_warn = 0; in Perl_grok_bslash_o() 358 if (packed_warn) { in Perl_grok_bslash_o() 377 U32 * packed_warn, in Perl_grok_bslash_x() argument 433 if (packed_warn) *packed_warn = 0; in Perl_grok_bslash_x() 469 if (! packed_warn) { in Perl_grok_bslash_x() [all …]
|
H A D | regcomp_internal.h | 1028 #define warn_non_literal_string(loc, packed_warn, m) \ argument 1029 _WARN_HELPER(loc, packed_warn, \ 1030 Perl_warner(aTHX_ packed_warn, \
|
H A D | regcomp.c | 6323 U32 packed_warn; in S_regatom() local 6446 &packed_warn, in S_regatom() 6457 warn_non_literal_string(p, packed_warn, message); in S_regatom() 6465 &packed_warn, in S_regatom() 6476 warn_non_literal_string(p, packed_warn, message); in S_regatom() 6490 &message, &packed_warn)) in S_regatom() 6504 warn_non_literal_string(p, packed_warn, message); in S_regatom() 9732 U32 packed_warn; in S_regclass() local 10056 &packed_warn, in S_regclass() 10065 warn_non_literal_string(RExC_parse, packed_warn, message); in S_regclass() [all …]
|
H A D | proto.h | 6785 Perl_grok_bslash_c(pTHX_ const char source, U8 *result, const char **message, U32 *packed_warn) 6791 … char **s, const char * const send, UV *uv, const char **message, U32 *packed_warn, const bool str… 6797 … char **s, const char * const send, UV *uv, const char **message, U32 *packed_warn, const bool str…
|
H A D | embed.fnc | 4245 |NULLOK U32 *packed_warn 4250 |NULLOK U32 *packed_warn \ 4258 |NULLOK U32 *packed_warn \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2307 |NULLOK U32 * packed_warn \ 2314 |NULLOK U32 * packed_warn 2319 |NULLOK U32 * packed_warn \
|