Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstacks.h47 #define SCM_FRAMEP(obj) (SCM_VM_FRAME_P (obj))
H A Dstacks.c334 else if (SCM_VM_FRAME_P (obj))
412 || SCM_VM_FRAME_P (stack))
H A Dframes.h133 #define SCM_VM_FRAME_P(x) (SCM_HAS_TYP7 (x, scm_tc7_frame)) macro
H A Dframes.c98 return scm_from_bool (SCM_VM_FRAME_P (obj));
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstacks.h46 #define SCM_FRAMEP(obj) (SCM_VM_FRAME_P (obj))
H A Dstacks.c339 else if (SCM_VM_FRAME_P (obj))
417 || SCM_VM_FRAME_P (stack))
H A Dframes.h136 #define SCM_VM_FRAME_P(x) (SCM_HAS_TYP7 (x, scm_tc7_frame)) macro
H A Dframes.c114 return scm_from_bool (SCM_VM_FRAME_P (obj));
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog33348 * libguile/frames.h (SCM_VM_FRAME_P):