Home
last modified time | relevance | path

Searched refs:SCM_FSTREAM (Results 1 – 14 of 14) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfports.c88 scm_t_fport *fp = SCM_FSTREAM (port); in scm_i_evict_port()
452 int fdes = SCM_FSTREAM (port)->fdes; in fport_input_waiting()
467 #define SCM_REVEALED(x) (SCM_FSTREAM(x)->revealed)
544 fdes = (SCM_FSTREAM (exp))->fdes; in fport_print()
568 scm_t_fport *fp = SCM_FSTREAM (port); in fport_read()
615 scm_t_fport *fp = SCM_FSTREAM (port); in fport_seek()
629 scm_t_fport *fp = SCM_FSTREAM (port); in fport_truncate()
638 scm_t_fport *fp = SCM_FSTREAM (port); in fport_close()
657 scm_t_fport *fp = SCM_FSTREAM (port); in fport_random_access_p()
671 return SCM_FSTREAM (port)->fdes; in fport_wait_fd()
[all …]
H A Dfports.h45 #define SCM_FSTREAM(x) ((scm_t_fport *) SCM_STREAM (x)) macro
46 #define SCM_FPORT_FDES(x) (SCM_FSTREAM (x)->fdes)
H A Dioext.c87 fp = SCM_FSTREAM (new);
259 stream = SCM_FSTREAM (port);
282 if (SCM_OPFPORTP (port) && SCM_FSTREAM (port)->fdes == fd) in get_matching_port()
H A Dports.c879 SCM_FSTREAM (port)->revealed = 0; in close_port()
H A DChangeLog-1996-19992226 * ioext.c (scm_dup_to_fdes): use SCM_FSTREAM.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfports.c101 scm_t_fport *fp = SCM_FSTREAM (port); in scm_i_evict_port()
476 int fdes = SCM_FSTREAM (port)->fdes; in fport_input_waiting()
491 #define SCM_REVEALED(x) (SCM_FSTREAM(x)->revealed)
568 fdes = (SCM_FSTREAM (exp))->fdes; in fport_print()
592 scm_t_fport *fp = SCM_FSTREAM (port); in fport_read()
639 scm_t_fport *fp = SCM_FSTREAM (port); in fport_seek()
653 scm_t_fport *fp = SCM_FSTREAM (port); in fport_truncate()
662 scm_t_fport *fp = SCM_FSTREAM (port); in fport_close()
681 scm_t_fport *fp = SCM_FSTREAM (port); in fport_random_access_p()
695 return SCM_FSTREAM (port)->fdes; in fport_wait_fd()
[all …]
H A Dioext.c95 fp = SCM_FSTREAM (new);
267 stream = SCM_FSTREAM (port);
290 if (SCM_OPFPORTP (port) && SCM_FSTREAM (port)->fdes == fd) in get_matching_port()
H A Dfports.h42 #define SCM_FSTREAM(x) ((scm_t_fport *) SCM_STREAM (x)) macro
43 #define SCM_FPORT_FDES(x) (SCM_FSTREAM (x)->fdes)
H A Dports.c886 SCM_FSTREAM (port)->revealed = 0; in close_port()
H A DChangeLog-1996-19992226 * ioext.c (scm_dup_to_fdes): use SCM_FSTREAM.
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dfports.c237 scm_t_fport *fp = SCM_FSTREAM (port); in scm_evict_ports()
489 int fdes = SCM_FSTREAM (port)->fdes; in fport_input_waiting()
513 int fdes = SCM_FSTREAM (port)->fdes; in fport_input_waiting()
540 fdes = (SCM_FSTREAM (exp))->fdes; in fport_print()
564 int fdes = SCM_FSTREAM (port)->fdes; in fport_wait_for_input()
595 scm_t_fport *fp = SCM_FSTREAM (port); in fport_fill_input()
617 scm_t_fport *fp = SCM_FSTREAM (port); in fport_seek_or_seek64()
701 scm_t_fport *fp = SCM_FSTREAM (port); in fport_truncate()
710 scm_t_fport *fp = SCM_FSTREAM (port); in scm_i_fport_truncate()
719 int fdes = SCM_FSTREAM (port)->fdes; in write_all()
[all …]
H A Dfports.h38 #define SCM_FSTREAM(x) ((scm_t_fport *) SCM_STREAM (x)) macro
39 #define SCM_FPORT_FDES(x) (SCM_FSTREAM (x)->fdes)
H A Dioext.c84 fp = SCM_FSTREAM (new);
252 stream = SCM_FSTREAM (port);
H A DChangeLog-1996-19992226 * ioext.c (scm_dup_to_fdes): use SCM_FSTREAM.