Home
last modified time | relevance | path

Searched refs:SCM_FPORT_FDES (Results 1 – 25 of 25) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dioext.c83 oldfd = SCM_FPORT_FDES (old);
123 oldfd = SCM_FPORT_FDES (fd_or_port);
182 return scm_from_int (SCM_FPORT_FDES (port));
207 rv = isatty (SCM_FPORT_FDES (port));
H A Dsocket.c564 fd = SCM_FPORT_FDES (sock);
691 fd = SCM_FPORT_FDES (sock);
779 fd = SCM_FPORT_FDES (sock);
926 fd = SCM_FPORT_FDES (sock);
995 fd = SCM_FPORT_FDES (sock);
1033 fd = SCM_FPORT_FDES (sock);
1337 fd = SCM_FPORT_FDES (sock);
1375 fd = SCM_FPORT_FDES (sock);
1397 fd = SCM_FPORT_FDES (sock);
1438 fd = SCM_FPORT_FDES (sock);
[all …]
H A Drw.c136 fdes = SCM_FPORT_FDES (port);
249 fdes = SCM_FPORT_FDES (port);
H A Dfilesys.c272 SCM_FPORT_FDES (object) : scm_to_int (object));
312 fdes = SCM_FPORT_FDES (object);
693 fdes = SCM_FPORT_FDES (object);
1109 fd = use_buf ? -1 : SCM_FPORT_FDES (element); in set_element()
1169 fd = SCM_FPORT_FDES (SCM_COERCE_OUTPORT (element)); in get_element()
1389 fdes = SCM_FPORT_FDES (object);
1421 fdes = SCM_FPORT_FDES (object);
H A Dfports.h39 #define SCM_FPORT_FDES(x) (SCM_FSTREAM (x)->fdes) macro
H A Dposix.c841 fd = SCM_FPORT_FDES (port);
908 fd = SCM_FPORT_FDES (port);
931 fd = SCM_FPORT_FDES (port);
1902 fdes = SCM_FPORT_FDES (file);
H A DChangeLog-1996-19992144 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
2147 (scm_ttyname): use SCM_FPORT_FDES.
2150 * filesys.c (scm_chown): use SCM_FPORT_FDES.
2153 * ioext.c (scm_isatty_p): use SCM_FPORT_FDES.
2193 * fports.h (SCM_FPORT_FDES): new macro.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dioext.c86 oldfd = SCM_FPORT_FDES (old);
129 oldfd = SCM_FPORT_FDES (fd_or_port);
188 return scm_from_int (SCM_FPORT_FDES (port));
213 rv = isatty (SCM_FPORT_FDES (port));
H A Dsocket.c499 fd = SCM_FPORT_FDES (sock);
625 fd = SCM_FPORT_FDES (sock);
704 fd = SCM_FPORT_FDES (sock);
853 fd = SCM_FPORT_FDES (sock);
924 fd = SCM_FPORT_FDES (sock);
962 fd = SCM_FPORT_FDES (sock);
1273 fd = SCM_FPORT_FDES (sock);
1308 fd = SCM_FPORT_FDES (sock);
1330 fd = SCM_FPORT_FDES (sock);
1367 fd = SCM_FPORT_FDES (sock);
[all …]
H A Drw.c136 fdes = SCM_FPORT_FDES (port);
250 fdes = SCM_FPORT_FDES (port);
H A Dfilesys.c171 SCM_FPORT_FDES (object) : scm_to_int (object));
541 fdes = SCM_FPORT_FDES (object);
666 fd = use_buf ? -1 : SCM_FPORT_FDES (element); in set_element()
726 fd = SCM_FPORT_FDES (SCM_COERCE_OUTPORT (element)); in get_element()
962 fdes = SCM_FPORT_FDES (object);
994 fdes = SCM_FPORT_FDES (object);
1133 cvar = SCM_FPORT_FDES (svar); \
1413 fdes = SCM_FPORT_FDES (object);
H A Dfports.h46 #define SCM_FPORT_FDES(x) (SCM_FSTREAM (x)->fdes) macro
H A Dposix.c1017 fd = SCM_FPORT_FDES (port);
1084 fd = SCM_FPORT_FDES (port);
1107 fd = SCM_FPORT_FDES (port);
1419 err = SCM_FPORT_FDES (port); in scm_open_process()
1421 out = SCM_FPORT_FDES (port); in scm_open_process()
1423 in = SCM_FPORT_FDES (port); in scm_open_process()
2256 fdes = SCM_FPORT_FDES (file);
H A Dfports.c591 int fd = SCM_FPORT_FDES (port); in fport_write()
H A DChangeLog-1996-19992144 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
2147 (scm_ttyname): use SCM_FPORT_FDES.
2150 * filesys.c (scm_chown): use SCM_FPORT_FDES.
2153 * ioext.c (scm_isatty_p): use SCM_FPORT_FDES.
2193 * fports.h (SCM_FPORT_FDES): new macro.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dioext.c94 oldfd = SCM_FPORT_FDES (old);
137 oldfd = SCM_FPORT_FDES (fd_or_port);
196 return scm_from_int (SCM_FPORT_FDES (port));
221 rv = isatty (SCM_FPORT_FDES (port));
H A Dsocket.c512 fd = SCM_FPORT_FDES (sock);
638 fd = SCM_FPORT_FDES (sock);
717 fd = SCM_FPORT_FDES (sock);
868 fd = SCM_FPORT_FDES (sock);
939 fd = SCM_FPORT_FDES (sock);
977 fd = SCM_FPORT_FDES (sock);
1288 fd = SCM_FPORT_FDES (sock);
1323 fd = SCM_FPORT_FDES (sock);
1345 fd = SCM_FPORT_FDES (sock);
1382 fd = SCM_FPORT_FDES (sock);
[all …]
H A Drw.c141 fdes = SCM_FPORT_FDES (port);
255 fdes = SCM_FPORT_FDES (port);
H A Dfilesys.c177 SCM_FPORT_FDES (object) : scm_to_int (object));
547 fdes = SCM_FPORT_FDES (object);
672 fd = use_buf ? -1 : SCM_FPORT_FDES (element); in set_element()
732 fd = SCM_FPORT_FDES (SCM_COERCE_OUTPORT (element)); in get_element()
968 fdes = SCM_FPORT_FDES (object);
1000 fdes = SCM_FPORT_FDES (object);
1139 cvar = SCM_FPORT_FDES (svar); \
1419 fdes = SCM_FPORT_FDES (object);
H A Dposix.c1026 fd = SCM_FPORT_FDES (port);
1093 fd = SCM_FPORT_FDES (port);
1116 fd = SCM_FPORT_FDES (port);
1437 err = SCM_FPORT_FDES (port); in scm_piped_process()
1439 out = SCM_FPORT_FDES (port); in scm_piped_process()
1441 in = SCM_FPORT_FDES (port); in scm_piped_process()
2267 fdes = SCM_FPORT_FDES (file);
H A Dfports.h43 #define SCM_FPORT_FDES(x) (SCM_FSTREAM (x)->fdes) macro
H A Dfports.c615 int fd = SCM_FPORT_FDES (port); in fport_write()
H A DChangeLog-1996-19992144 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
2147 (scm_ttyname): use SCM_FPORT_FDES.
2150 * filesys.c (scm_chown): use SCM_FPORT_FDES.
2153 * ioext.c (scm_isatty_p): use SCM_FPORT_FDES.
2193 * fports.h (SCM_FPORT_FDES): new macro.
/dports/devel/swig/swig-4.0.2/Lib/guile/
H A Dports.i33 fd=dup(SCM_FPORT_FDES($input));
/dports/net/serveez/serveez-0.2.2/src/
H A DChangeLog1551 * guile-api.h (SCM_FPORT_FDES): Delete macro.