Home
last modified time | relevance | path

Searched refs:CXp_ONCE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50110005 CXp_ONCE # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dcop.h1090 cx->cx_type = CXt_SUBST | (once ? CXp_ONCE : 0); \
1107 #define CxONCE(cx) ((cx)->cx_type & CXp_ONCE)
1168 #define CXp_ONCE 0x10 /* What was sbu_once in struct subst */ macro