Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-data.h149 #define STG_STATIC (0x0<<3) /* storage masks */ macro
154 #define STG_INLINE STG_STATIC
155 #define STG_TRAIL STG_STATIC
206 #define isAtom(w) (tagex(w) == (TAG_ATOM|STG_STATIC))
H A Dpl-variant.c46 #define TAG_COMPOUND_x (STG_STATIC|TAG_COMPOUND)
H A Dpl-pro.c725 if ( storage(*p) != STG_STATIC ) in check_data()
H A Dpl-incl.h2500 #define MK_ATOM(n) ((atom_t)((n)<<7|TAG_ATOM|STG_STATIC))