Home
last modified time | relevance | path

Searched defs:SCM_OUTPUT_PORT_P (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dports.h67 #define SCM_OUTPUT_PORT_P(x) (SCM_PORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dports.h55 #define SCM_OUTPUT_PORT_P(x) (SCM_PORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG)) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dports.h140 #define SCM_OUTPUT_PORT_P(x) \ macro