Home
last modified time | relevance | path

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

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dvalues.c42 scm_print_state *ps = SCM_PRINT_STATE (SCM_PORT_WITH_PS_PS (pwps)); in print_values()
H A Dprint.h57 #define SCM_PORT_WITH_PS_PS(p) SCM_CDR (SCM_CELL_OBJECT_1 (p)) macro
H A Dprint.c735 pstate_scm = SCM_PORT_WITH_PS_PS (port); in scm_prin1()
1157 return SCM_PORT_WITH_PS_PS (port);
H A Dbacktrace.c157 print_state = SCM_PORT_WITH_PS_PS (port); in scm_display_error_message()
H A DChangeLog-1996-19991079 SCM_PORT_WITH_PS_PS): Represent ports with print states as a smob
H A DChangeLog-200812007 (SCM_PORT_WITH_PS_PORT, SCM_PORT_WITH_PS_PS): Only pairs may be
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dvalues.c61 scm_print_state *ps = SCM_PRINT_STATE (SCM_PORT_WITH_PS_PS (pwps)); in print_values()
H A Dprint.h51 #define SCM_PORT_WITH_PS_PS(p) SCM_CDR (SCM_CELL_OBJECT_1 (p)) macro
H A Dprint.c795 pstate_scm = SCM_PORT_WITH_PS_PS (port); in scm_prin1()
1278 return SCM_PORT_WITH_PS_PS (port);
H A DChangeLog-1996-19991079 SCM_PORT_WITH_PS_PS): Represent ports with print states as a smob
H A DChangeLog-200812454 (SCM_PORT_WITH_PS_PORT, SCM_PORT_WITH_PS_PS): Only pairs may be
/dports/lang/guile/guile-3.0.7/libguile/
H A Dprint.h50 #define SCM_PORT_WITH_PS_PS(p) SCM_CELL_OBJECT_2 (p) macro
H A Dprint.c819 pstate_scm = SCM_PORT_WITH_PS_PS (port); in scm_prin1()
1302 return SCM_PORT_WITH_PS_PS (port);
H A DChangeLog-1996-19991079 SCM_PORT_WITH_PS_PS): Represent ports with print states as a smob
H A DChangeLog-200812454 (SCM_PORT_WITH_PS_PORT, SCM_PORT_WITH_PS_PS): Only pairs may be