Home
last modified time | relevance | path

Searched refs:assert_not_ROK (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dsv.h980 #define assert_not_ROK(sv) assert_(!SvROK(sv) || !SvRV(sv)) macro
984 #define SvOK_off(sv) (assert_not_ROK(sv) assert_not_glob(sv) \
988 #define SvOK_off_exc_UV(sv) (assert_not_ROK(sv) \
1000 #define SvPOKp_on(sv) (assert_not_ROK(sv) assert_not_glob(sv) \
1075 #define SvPOK_on(sv) (assert_not_ROK(sv) assert_not_glob(sv) \
1078 #define SvPOK_only(sv) (assert_not_ROK(sv) assert_not_glob(sv) \
1082 #define SvPOK_only_UTF8(sv) (assert_not_ROK(sv) assert_not_glob(sv) \
H A Dscope.c1475 assert_not_ROK(sv) in Perl_leave_scope()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50080015 assert_not_ROK # Z added by devel/scanprov