Searched refs:old_warnings (Results 1 – 11 of 11) sorted by relevance
/dports/security/libprelude/libprelude-1.2.6/src/include/ |
H A D | prelude-option.h | 103 …option_set_warnings(prelude_option_warning_t new_warnings, prelude_option_warning_t *old_warnings);
|
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/ |
H A D | Upper.xs | 3140 STRLEN *old_warnings = cop->cop_warnings; variable 3142 SV *old_warnings = cop->cop_warnings; variable 3144 if (old_warnings == pWARN_STD) { 3153 } else if (old_warnings == pWARN_NONE) { 3158 } else if (old_warnings == pWARN_ALL) { 3173 mask = su_newmortal_pvn((char *) (old_warnings + 1), old_warnings[0]); 3175 mask = sv_mortalcopy(old_warnings);
|
/dports/security/libprelude/libprelude-1.2.6/src/ |
H A D | prelude-option.c | 1157 …_option_set_warnings(prelude_option_warning_t new_warnings, prelude_option_warning_t *old_warnings) in prelude_option_set_warnings() argument 1159 if ( old_warnings ) in prelude_option_set_warnings() 1160 *old_warnings = warnings_flags; in prelude_option_set_warnings()
|
H A D | prelude-client.c | 1338 prelude_option_warning_t old_warnings; in prelude_client_init() local 1349 prelude_option_set_warnings(0, &old_warnings); in prelude_client_init() 1354 prelude_option_set_warnings(old_warnings, NULL); in prelude_client_init()
|
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/ |
H A D | cec-test.cpp | 1589 unsigned old_warnings = warnings; in testRemote() local 1591 bool has_warnings = old_warnings < warnings; in testRemote() 1603 name, ok(FAIL), warnings - old_warnings); in testRemote()
|
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/ |
H A D | cec-test.cpp | 1589 unsigned old_warnings = warnings; in testRemote() local 1591 bool has_warnings = old_warnings < warnings; in testRemote() 1603 name, ok(FAIL), warnings - old_warnings); in testRemote()
|
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/ |
H A D | cec-test.cpp | 1589 unsigned old_warnings = warnings; in testRemote() local 1591 bool has_warnings = old_warnings < warnings; in testRemote() 1603 name, ok(FAIL), warnings - old_warnings); in testRemote()
|
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | pp_ctl.c | 2055 STRLEN * const old_warnings = cx->blk_oldcop->cop_warnings ; in PP() local 2057 if (old_warnings == pWARN_NONE) in PP() 2059 else if (old_warnings == pWARN_STD && (PL_dowarn & G_WARN_ON) == 0) in PP() 2061 else if (old_warnings == pWARN_ALL || in PP() 2062 (old_warnings == pWARN_STD && PL_dowarn & G_WARN_ON)) { in PP() 2066 mask = newSVpvn((char *) (old_warnings + 1), old_warnings[0]); in PP()
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | pp_ctl.c | 2021 STRLEN * const old_warnings = cx->blk_oldcop->cop_warnings ; in PP() local 2023 if (old_warnings == pWARN_NONE) in PP() 2025 else if (old_warnings == pWARN_STD && (PL_dowarn & G_WARN_ON) == 0) in PP() 2027 else if (old_warnings == pWARN_ALL || in PP() 2028 (old_warnings == pWARN_STD && PL_dowarn & G_WARN_ON)) { in PP() 2032 mask = newSVpvn((char *) (old_warnings + 1), old_warnings[0]); in PP()
|
/dports/lang/perl5.32/perl-5.32.1/ |
H A D | pp_ctl.c | 2040 STRLEN * const old_warnings = cx->blk_oldcop->cop_warnings ; in PP() local 2042 if (old_warnings == pWARN_NONE) in PP() 2044 else if (old_warnings == pWARN_STD && (PL_dowarn & G_WARN_ON) == 0) in PP() 2046 else if (old_warnings == pWARN_ALL || in PP() 2047 (old_warnings == pWARN_STD && PL_dowarn & G_WARN_ON)) { in PP() 2051 mask = newSVpvn((char *) (old_warnings + 1), old_warnings[0]); in PP()
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | pp_ctl.c | 2055 STRLEN * const old_warnings = cx->blk_oldcop->cop_warnings ; in PP() local 2057 if (old_warnings == pWARN_NONE) in PP() 2059 else if (old_warnings == pWARN_STD && (PL_dowarn & G_WARN_ON) == 0) in PP() 2061 else if (old_warnings == pWARN_ALL || in PP() 2062 (old_warnings == pWARN_STD && PL_dowarn & G_WARN_ON)) { in PP() 2066 mask = newSVpvn((char *) (old_warnings + 1), old_warnings[0]); in PP()
|