Home
last modified time | relevance | path

Searched refs:fth_instance_p (Results 1 – 8 of 8) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dhash.c979 if (fth_instance_p(obj)) in fth_object_properties()
992 if (fth_instance_p(obj) && PROPERTY_P(FTH_INSTANCE_PROPERTIES(obj))) in fth_object_property_ref()
1005 if (!fth_instance_p(obj)) in fth_object_property_set()
H A Dutils.h100 if (fth_instance_p(obj)) \
H A Dobject.c1196 fth_instance_p(FTH obj) in fth_instance_p() function
1216 ficlStackPushBoolean(vm->dataStack, fth_instance_p(obj)); in ficl_instance_p()
1641 fth_instance_p(fth_array_ref(obj, 2L)))) in xmobj_p()
1698 if (fth_instance_p(fth_array_ref(obj, 2L))) { in xmobj_to_string()
1708 if (fth_instance_p(fth_array_ref(obj, 2L))) { in xmobj_to_string()
1746 if (fth_instance_p(obj)) { in fth_hash_id()
H A Dfth.h793 int fth_instance_p(FTH);
/dports/lang/fth/fth-1.4.1/ficl/
H A Dtools.c614 if (fth_instance_p(CELL_FTH_REF(cell))) in ficlStackDisplaySimpleCallback()
H A Dvm.c801 if (fth_instance_p(VM_STACK_FTH_REF(dataTop))) in ficlVmInnerLoop()
824 if (fth_instance_p(VM_STACK_FTH_REF(dataTop))) in ficlVmInnerLoop()
H A Dprimitives.c301 if (fth_instance_p(CELL_FTH_REF(&c))) in ficlPrimitiveDot()
/dports/lang/fth/fth-1.4.1/examples/dbm/
H A Dfth-dbm.c115 (fth_instance_p(Obj) && FTH_INSTANCE_TYPE(Obj) == (fobj_t)dbm_type)