Home
last modified time | relevance | path

Searched refs:CxONCE (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50100018 CxONCE # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dcop.h1101 #define CxONCE(cx) ((cx)->cx_type & CXp_ONCE) macro
H A Dscope.c1826 (long)CxONCE(cx)); in Perl_cx_dump()
H A Dpp_ctl.c222 if (CxONCE(cx) || s < orig || in PP()