Searched refs:CXp_ONCE (Results 1 – 2 of 2) sorted by relevance
5 CXp_ONCE # Z added by devel/scanprov
1090 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