Home
last modified time | relevance | path

Searched refs:SCM_FPORTP (Results 1 – 20 of 20) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dfports.h41 #define SCM_FPORTP(x) (!SCM_IMP (x) && (SCM_TYP16 (x) == scm_tc16_fport)) macro
42 #define SCM_OPFPORTP(x) (SCM_FPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_OPN))
H A Dfports.c235 if (SCM_FPORTP (port)) in scm_evict_ports()
258 return scm_from_bool (SCM_FPORTP (obj));
H A Dposix.c839 if (!SCM_FPORTP (port))
H A DChangeLog-1996-19992144 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
2246 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
3347 is a cell before applying SCM_FPORTP to it. (Thanks to Jost
3571 and file ports, so use SCM_FPORTP to typecheck, instead of testing
H A DChangeLog-200813970 * fports.h (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP,
13982 * posix.c (scm_ttyname): Use SCM_FPORTP instead of comparing
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfports.h48 #define SCM_FPORTP(x) \ macro
50 #define SCM_OPFPORTP(x) (SCM_FPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_OPN))
H A Dfports.c111 return scm_from_bool (SCM_FPORTP (obj));
H A Dposix.c1015 if (!SCM_FPORTP (port))
H A Dports.c876 if (explicit && SCM_FPORTP (port)) in close_port()
H A DChangeLog-1996-19992144 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
2246 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
3347 is a cell before applying SCM_FPORTP to it. (Thanks to Jost
3571 and file ports, so use SCM_FPORTP to typecheck, instead of testing
H A DChangeLog-200814417 * fports.h (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP,
14429 * posix.c (scm_ttyname): Use SCM_FPORTP instead of comparing
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfports.h45 #define SCM_FPORTP(x) \ macro
47 #define SCM_OPFPORTP(x) (SCM_FPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_OPN))
H A Dfports.c124 return scm_from_bool (SCM_FPORTP (obj));
H A Dposix.c1024 if (!SCM_FPORTP (port))
H A Dports.c883 if (explicit && SCM_FPORTP (port)) in close_port()
H A DChangeLog-1996-19992144 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
2246 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
3347 is a cell before applying SCM_FPORTP to it. (Thanks to Jost
3571 and file ports, so use SCM_FPORTP to typecheck, instead of testing
H A DChangeLog-200814417 * fports.h (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP,
14429 * posix.c (scm_ttyname): Use SCM_FPORTP instead of comparing
/dports/devel/swig/swig-4.0.2/Lib/guile/
H A Dports.i26 if (!(SCM_FPORTP($input))) {
/dports/net/serveez/serveez-0.2.2/src/
H A Dguile-api.c1198 SCM_ASSERT_TYPE (SCM_NIMP (port) && SCM_FPORTP (port) &&
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog33347 * libguile/fports.h (SCM_FPORTP):