Home
last modified time | relevance | path

Searched refs:SCM_OPOUTFPORTP (Results 1 – 18 of 18) sorted by relevance

/dports/lang/guile2/guile-2.2.7/guile-readline/
H A Dreadline.c181 if (!((SCM_UNBNDP (outp) && SCM_OPOUTFPORTP (scm_current_output_port ()))
182 || SCM_OPOUTFPORTP (outp)))
304 if (!SCM_OPOUTFPORTP (outp)) { in scm_readline_init_ports()
/dports/lang/guile1/guile-1.8.8/guile-readline/
H A Dreadline.c182 if (!((SCM_UNBNDP (outp) && SCM_OPOUTFPORTP (scm_current_output_port ()))
183 || SCM_OPOUTFPORTP (outp)))
308 if (!SCM_OPOUTFPORTP (outp)) { in scm_readline_init_ports()
/dports/lang/guile/guile-3.0.7/guile-readline/
H A Dreadline.c181 if (!((SCM_UNBNDP (outp) && SCM_OPOUTFPORTP (scm_current_output_port ()))
182 || SCM_OPOUTFPORTP (outp)))
304 if (!SCM_OPOUTFPORTP (outp)) { in scm_readline_init_ports()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dfports.h44 #define SCM_OPOUTFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG)) macro
H A Dports.c1518 else if (SCM_OPOUTFPORTP (object))
H A DChangeLog-20002922 fports.h (SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP), hooks.h
H A DChangeLog-1996-19992246 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
H A DChangeLog-200813971 SCM_OPOUTFPORTP): Redefined in terms of scm_tc16_fport.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfports.h52 #define SCM_OPOUTFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG)) macro
H A Dposix.c1418 if (SCM_OPOUTFPORTP ((port = scm_current_error_port ()))) in scm_open_process()
1420 if (out == -1 && SCM_OPOUTFPORTP ((port = scm_current_output_port ()))) in scm_open_process()
H A DChangeLog-20002922 fports.h (SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP), hooks.h
H A DChangeLog-1996-19992246 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
H A DChangeLog-200814418 SCM_OPOUTFPORTP): Redefined in terms of scm_tc16_fport.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfports.h49 #define SCM_OPOUTFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG)) macro
H A Dposix.c1436 if (SCM_OPOUTFPORTP ((port = scm_current_error_port ()))) in scm_piped_process()
1438 if (out == -1 && SCM_OPOUTFPORTP ((port = scm_current_output_port ()))) in scm_piped_process()
H A DChangeLog-20002922 fports.h (SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP), hooks.h
H A DChangeLog-1996-19992246 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
H A DChangeLog-200814418 SCM_OPOUTFPORTP): Redefined in terms of scm_tc16_fport.