Home
last modified time | relevance | path

Searched refs:SG_UNDEFP (Results 1 – 9 of 9) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dwrappers.c95 return SG_UNDEFP(obj); in Sg_IsUndefined()
H A Dload.c70 if (SG_UNDEFP(load_stub)) { in Sg_Load()
97 if (SG_UNDEFP(load_stub)) { in Sg_LoadFromPort()
H A Dclos.c1175 if (SG_UNBOUNDP(result) || SG_UNDEFP(result)) { in slot_ref_cc()
1296 return !(SG_UNBOUNDP(v) || SG_UNDEFP(v)); in Sg_SlotBoundUsingAccessor()
1364 if (SG_UNDEFP(obj)) return SG_CLASS_UNDEFINED_OBJECT; in Sg_ClassOf()
2543 if (!SG_UNDEFP(v)) { in Sg_VMSlotInitializeUsingAccessor()
2554 if (!SG_UNDEFP(v)) { in Sg_VMSlotInitializeUsingAccessor()
2564 if (!SG_UNDEFP(v)) { in Sg_VMSlotInitializeUsingAccessor()
H A Dvm.c854 if (SG_UNDEFP(compiler)) { \
957 if (SG_UNDEFP(pass1_import)) { in Sg_Environment()
974 if (SG_UNDEFP(pass1_import)) { in Sg_VMEnvironment()
H A Dcache.c852 else if (SG_UNDEFP(sharedState)) { in write_object_cache()
2150 if (SG_UNDEFP(obj)) { in read_cache_from_port()
H A Dreader.c1510 if (SG_UNDEFP(Sg_HashTableRef(ctx->graph, SG_MAKE_INT(mark), SG_UNDEF))) { in read_hash_equal()
H A Dlib_sagittarius.stub212 (define-c-proc undefined? (o) ::<boolean> :constant SG_UNDEFP)
H A Dlib_sagittarius.c2302 SG_RESULT=(SG_UNDEFP(o)); in sagittarius_undefinedP()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h358 #define SG_UNDEFP(obj) ((obj) == SG_UNDEF) macro