Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.h91 SCM_API scm_t_bits scm_tc16_rstate; variable
92 #define SCM_RSTATEP(obj) SCM_SMOB_PREDICATE (scm_tc16_rstate, obj)
H A Drandom.c303 scm_t_bits scm_tc16_rstate; variable
308 SCM_RETURN_NEWSMOB (scm_tc16_rstate, state); in make_rstate()
599 scm_tc16_rstate = scm_make_smob_type ("random-state", 0); in scm_init_random()
600 scm_set_smob_free (scm_tc16_rstate, rstate_free); in scm_init_random()
H A DChangeLog-2000430 * random.c (scm_tc16_rstate): Typed as scm_bits_t.
433 * random.h (scm_tc16_rstate): Typed as scm_bits_t.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.h77 SCM_API scm_t_bits scm_tc16_rstate; variable
78 #define SCM_RSTATEP(obj) SCM_SMOB_PREDICATE (scm_tc16_rstate, obj)
H A Drandom.c364 scm_t_bits scm_tc16_rstate; variable
369 SCM_RETURN_NEWSMOB (scm_tc16_rstate, state); in make_rstate()
819 scm_tc16_rstate = scm_make_smob_type ("random-state", 0); in scm_init_random()
H A DChangeLog-2000430 * random.c (scm_tc16_rstate): Typed as scm_bits_t.
433 * random.h (scm_tc16_rstate): Typed as scm_bits_t.
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.h76 SCM_API scm_t_bits scm_tc16_rstate; variable
77 #define SCM_RSTATEP(obj) SCM_SMOB_PREDICATE (scm_tc16_rstate, obj)
H A Drandom.c376 scm_t_bits scm_tc16_rstate; variable
381 SCM_RETURN_NEWSMOB (scm_tc16_rstate, state); in make_rstate()
830 scm_tc16_rstate = scm_make_smob_type ("random-state", 0); in scm_init_random()
H A DChangeLog-2000430 * random.c (scm_tc16_rstate): Typed as scm_bits_t.
433 * random.h (scm_tc16_rstate): Typed as scm_bits_t.