Home
last modified time | relevance | path

Searched defs:scm_t_port_type (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dports-internal.h38 struct scm_t_port_type struct
40 char *name;
45 SCM scm_read;
46 SCM scm_write;
48 int (*read_wait_fd) (SCM port);
49 int (*write_wait_fd) (SCM port);
52 void (*close) (SCM port);
56 int (*random_access_p) (SCM port);
58 int (*input_waiting) (SCM port);
62 unsigned flags;
[all …]
H A Dports.h81 typedef struct scm_t_port_type scm_t_port_type; typedef
/dports/lang/guile/guile-3.0.7/libguile/
H A Dports-internal.h42 struct scm_t_port_type struct
44 char *name;
49 SCM scm_read;
50 SCM scm_write;
52 int (*read_wait_fd) (SCM port);
53 int (*write_wait_fd) (SCM port);
56 void (*close) (SCM port);
60 int (*random_access_p) (SCM port);
62 int (*input_waiting) (SCM port);
66 unsigned flags;
[all …]
H A Dports.h69 typedef struct scm_t_port_type scm_t_port_type; typedef