Home
last modified time | relevance | path

Searched refs:scm_tc16_port_with_ps (Results 1 – 15 of 15) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dprint.h48 #define SCM_PORT_WITH_PS_P(p) SCM_TYP16_PREDICATE (scm_tc16_port_with_ps, p)
83 SCM_API scm_t_bits scm_tc16_port_with_ps; variable
H A Dprint.c272 return scm_new_double_smob (scm_tc16_port_with_ps, in scm_i_port_with_print_state()
1261 scm_t_bits scm_tc16_port_with_ps; variable
1322 scm_tc16_port_with_ps = scm_make_smob_type (0, 0); in scm_init_print()
1323 scm_set_smob_print (scm_tc16_port_with_ps, port_with_ps_print); in scm_init_print()
H A Dgoops.c282 if (type != scm_tc16_port_with_ps)
H A DChangeLog-2000425 * print.c (scm_tc16_port_with_ps): Typed as scm_bits_t.
428 * print.h (scm_tc16_port_with_ps): Typed as scm_bits_t.
H A DChangeLog-1996-19991094 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dprint.h49 #define SCM_PORT_WITH_PS_P(p) SCM_TYP16_PREDICATE (scm_tc16_port_with_ps, p)
76 SCM_API scm_t_bits scm_tc16_port_with_ps; variable
H A Dprint.c254 SCM_RETURN_NEWSMOB (scm_tc16_port_with_ps, in scm_i_port_with_print_state()
1237 scm_t_bits scm_tc16_port_with_ps; variable
1298 scm_tc16_port_with_ps = scm_make_smob_type (0, 0); in scm_init_print()
1299 scm_set_smob_print (scm_tc16_port_with_ps, port_with_ps_print); in scm_init_print()
H A Dgoops.c263 if (type != scm_tc16_port_with_ps)
H A DChangeLog-2000425 * print.c (scm_tc16_port_with_ps): Typed as scm_bits_t.
428 * print.h (scm_tc16_port_with_ps): Typed as scm_bits_t.
H A DChangeLog-1996-19991094 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dprint.h55 #define SCM_PORT_WITH_PS_P(p) SCM_TYP16_PREDICATE (scm_tc16_port_with_ps, p)
82 SCM_API scm_t_bits scm_tc16_port_with_ps; variable
H A Dprint.c238 SCM_RETURN_NEWSMOB (scm_tc16_port_with_ps, in scm_i_port_with_print_state()
1116 scm_t_bits scm_tc16_port_with_ps; variable
1188 scm_tc16_port_with_ps = scm_make_smob_type (0, 0); in scm_init_print()
1189 scm_set_smob_mark (scm_tc16_port_with_ps, scm_markcdr); in scm_init_print()
1190 scm_set_smob_print (scm_tc16_port_with_ps, port_with_ps_print); in scm_init_print()
H A Dgoops.c239 if (type != scm_tc16_port_with_ps)
H A DChangeLog-2000425 * print.c (scm_tc16_port_with_ps): Typed as scm_bits_t.
428 * print.h (scm_tc16_port_with_ps): Typed as scm_bits_t.
H A DChangeLog-1996-19991094 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.