Home
last modified time | relevance | path

Searched refs:SCM_OPFPORTP (Results 1 – 22 of 22) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dfports.h42 #define SCM_OPFPORTP(x) (SCM_FPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_OPN)) macro
43 #define SCM_OPINFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_RDNG))
44 #define SCM_OPOUTFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG))
H A Dioext.c204 if (!SCM_OPFPORTP (port))
286 if (SCM_OPFPORTP (scm_i_port_table[i]->port)
H A Dfilesys.c269 if (scm_is_integer (object) || (SCM_OPFPORTP (object)))
271 int fdes = (SCM_OPFPORTP (object)?
307 if (scm_is_integer (object) || SCM_OPFPORTP (object))
1091 SCM_ASSERT (SCM_OPFPORTP (element), element, pos, "select"); in set_element()
1388 if (SCM_OPFPORTP (object))
1418 if (SCM_OPFPORTP (object))
H A Dfports.c531 if (SCM_OPFPORTP (exp)) in fport_print()
H A Dports.c1420 if (SCM_OPFPORTP (fd_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
H A DChangeLog-20002922 fports.h (SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP), hooks.h
H A DChangeLog-200813970 * fports.h (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP,
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfports.h50 #define SCM_OPFPORTP(x) (SCM_FPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_OPN)) macro
51 #define SCM_OPINFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_RDNG))
52 #define SCM_OPOUTFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG))
H A Dioext.c210 if (!SCM_OPFPORTP (port))
282 if (SCM_OPFPORTP (port) && SCM_FSTREAM (port)->fdes == fd) in get_matching_port()
H A Dfilesys.c168 if (scm_is_integer (object) || (SCM_OPFPORTP (object)))
170 int fdes = (SCM_OPFPORTP (object)?
652 SCM_ASSERT (SCM_OPFPORTP (element), element, pos, "select"); in set_element()
961 if (SCM_OPFPORTP (object))
991 if (SCM_OPFPORTP (object))
1407 if (scm_is_integer (object) || SCM_OPFPORTP (object))
H A Dfports.c86 if (SCM_OPFPORTP (port)) in scm_i_evict_port()
535 if (SCM_OPFPORTP (exp)) in fport_print()
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
H A DChangeLog-20002922 fports.h (SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP), hooks.h
H A DChangeLog-200814417 * fports.h (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP,
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfports.h47 #define SCM_OPFPORTP(x) (SCM_FPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_OPN)) macro
48 #define SCM_OPINFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_RDNG))
49 #define SCM_OPOUTFPORTP(x) (SCM_OPFPORTP (x) && (SCM_CELL_WORD_0 (x) & SCM_WRTNG))
H A Dioext.c218 if (!SCM_OPFPORTP (port))
290 if (SCM_OPFPORTP (port) && SCM_FSTREAM (port)->fdes == fd) in get_matching_port()
H A Dfilesys.c174 if (scm_is_integer (object) || (SCM_OPFPORTP (object)))
176 int fdes = (SCM_OPFPORTP (object)?
658 SCM_ASSERT (SCM_OPFPORTP (element), element, pos, "select"); in set_element()
967 if (SCM_OPFPORTP (object))
997 if (SCM_OPFPORTP (object))
1413 if (scm_is_integer (object) || SCM_OPFPORTP (object))
H A Dfports.c99 if (SCM_OPFPORTP (port)) in scm_i_evict_port()
559 if (SCM_OPFPORTP (exp)) in fport_print()
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
H A DChangeLog-20002922 fports.h (SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP), hooks.h
H A DChangeLog-200814417 * fports.h (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP,