Home
last modified time | relevance | path

Searched refs:scm_numsmob (Results 1 – 22 of 22) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dsmob.c56 long scm_numsmob; variable
212 new_smob = scm_numsmob; in scm_make_smob_type()
213 if (scm_numsmob != MAX_SMOB_COUNT) in scm_make_smob_type()
214 ++scm_numsmob; in scm_make_smob_type()
313 if (smobnum >= scm_numsmob) in smob_mark()
501 scm_numsmob = 0; in scm_smob_prehistory()
H A Deq.c317 if (!(i < scm_numsmob)) in scm_equal_p()
H A Dsmob.h67 SCM_API long scm_numsmob; variable
H A Dgoops.c697 for (i = 0; i < scm_numsmob; ++i) in create_smob_classes()
H A DChangeLog-1996-19993859 * smob.c (scm_numsmob): Make this an int, not an scm_sizet, to
3861 * smob.h (scm_numsmob): Change extern declaration to match.
H A DChangeLog-200812980 descriptors to scm_smob_prehistory. Don't use scm_numsmob outside
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dsmob.c53 long scm_numsmob; variable
209 new_smob = scm_numsmob; in scm_make_smob_type()
210 if (scm_numsmob != MAX_SMOB_COUNT) in scm_make_smob_type()
211 ++scm_numsmob; in scm_make_smob_type()
310 if (smobnum >= scm_numsmob) in smob_mark()
498 scm_numsmob = 0; in scm_smob_prehistory()
H A Deq.c308 if (!(i < scm_numsmob)) in scm_equal_p()
H A Dsmob.h60 SCM_API long scm_numsmob; variable
H A Dgoops.c752 for (i = 0; i < scm_numsmob; ++i) in create_smob_classes()
H A DChangeLog-1996-19993859 * smob.c (scm_numsmob): Make this an int, not an scm_sizet, to
3861 * smob.h (scm_numsmob): Change extern declaration to match.
H A DChangeLog-200812980 descriptors to scm_smob_prehistory. Don't use scm_numsmob outside
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsmob.c49 long scm_numsmob; variable
295 new_smob = scm_numsmob; in scm_make_smob_type()
296 if (scm_numsmob != MAX_SMOB_COUNT) in scm_make_smob_type()
297 ++scm_numsmob; in scm_make_smob_type()
494 scm_numsmob = 0; in scm_smob_prehistory()
H A Deq.c241 if (!(i < scm_numsmob))
H A Dsmob.h115 SCM_API long scm_numsmob; variable
H A Dgc-card.c228 if (!(k < scm_numsmob)) in scm_i_sweep_card()
H A Dgc-mark.c360 if (!(i < scm_numsmob)) in scm_gc_mark_dependencies()
H A Dgoops.c2703 for (i = 0; i < scm_numsmob; ++i) in create_smob_classes()
H A DChangeLog-1996-19993859 * smob.c (scm_numsmob): Make this an int, not an scm_sizet, to
3861 * smob.h (scm_numsmob): Change extern declaration to match.
H A DChangeLog-200812533 descriptors to scm_smob_prehistory. Don't use scm_numsmob outside
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dscm-valprint.c346 if (i < scm_numsmob && scm_smobs[i].print in scm_scmval_print()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dscm-valprint.c346 if (i < scm_numsmob && scm_smobs[i].print in scm_scmval_print()