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 D | print.h | 48 #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 D | print.c | 272 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 D | goops.c | 282 if (type != scm_tc16_port_with_ps)
|
H A D | ChangeLog-2000 | 425 * 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 D | ChangeLog-1996-1999 | 1094 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.
|
/dports/lang/guile2/guile-2.2.7/libguile/ |
H A D | print.h | 49 #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 D | print.c | 254 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 D | goops.c | 263 if (type != scm_tc16_port_with_ps)
|
H A D | ChangeLog-2000 | 425 * 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 D | ChangeLog-1996-1999 | 1094 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.
|
/dports/lang/guile1/guile-1.8.8/libguile/ |
H A D | print.h | 55 #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 D | print.c | 238 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 D | goops.c | 239 if (type != scm_tc16_port_with_ps)
|
H A D | ChangeLog-2000 | 425 * 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 D | ChangeLog-1996-1999 | 1094 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.
|