Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dioext.c95 if (SCM_INPUT_PORT_P (old) && SCM_PORT (old)->rw_random)
100 if (SCM_INPUT_PORT_P (new) && SCM_PORT (new)->rw_random)
107 SCM_PORT (new)->rw_random = SCM_PORT (old)->rw_random;
H A Dports.c1600 if (pt->rw_random) in scm_c_read_bytes()
1670 if (pt->rw_random) in scm_c_read()
2048 if (pt->rw_random) in scm_unget_bytes()
2497 if (pt->rw_random) in port_clear_stream_start_for_bom_read()
2561 if (pt->rw_random)
2584 if (pt->rw_random)
2660 if (pt->rw_random) in scm_fill_input()
2932 if (pt->rw_random) in scm_c_write_bytes()
2998 if (pt->rw_random) in scm_c_write()
3756 if (!ptob->seek || !pt->rw_random)
[all …]
H A Dports-internal.h341 scm_t_uint32 rw_random : 1; member
H A Dread.c2089 if (pt->rw_random) in scm_i_scan_for_encoding()
2106 else if (pt->rw_random) in scm_i_scan_for_encoding()
H A DChangeLog-1996-1999548 * fports.c (scm_fdes_to_port): always set rw_random if the fdes is
553 * strports.c (scm_mkstrport): set rw_random to 1 unconditionally.
555 * ports.c (scm_add_to_port_table): initialise rw_random to 0.
557 * ports.h (scm_port): change the comments on rw_random and rw_active.
1992 fports.c: replace usage of scm_fport::random with scm_port::rw_random.
1998 * ports.h (scm_port): add a rw_random member and replace
/dports/lang/guile/guile-3.0.7/libguile/
H A Dioext.c103 if (SCM_INPUT_PORT_P (old) && SCM_PORT (old)->rw_random)
108 if (SCM_INPUT_PORT_P (new) && SCM_PORT (new)->rw_random)
115 SCM_PORT (new)->rw_random = SCM_PORT (old)->rw_random;
H A Dports.c1607 if (pt->rw_random) in scm_c_read_bytes()
1677 if (pt->rw_random) in scm_c_read()
2048 if (pt->rw_random) in scm_unget_bytes()
2497 if (pt->rw_random) in port_clear_stream_start_for_bom_read()
2561 if (pt->rw_random)
2584 if (pt->rw_random)
2660 if (pt->rw_random) in scm_fill_input()
2932 if (pt->rw_random) in scm_c_write_bytes()
2998 if (pt->rw_random) in scm_c_write()
3756 if (!ptob->seek || !pt->rw_random)
[all …]
H A Dports-internal.h345 uint32_t rw_random : 1; member
H A Dread.c1697 if (pt->rw_random) in scm_i_scan_for_encoding()
1714 else if (pt->rw_random) in scm_i_scan_for_encoding()
H A DChangeLog-1996-1999548 * fports.c (scm_fdes_to_port): always set rw_random if the fdes is
553 * strports.c (scm_mkstrport): set rw_random to 1 unconditionally.
555 * ports.c (scm_add_to_port_table): initialise rw_random to 0.
557 * ports.h (scm_port): change the comments on rw_random and rw_active.
1992 fports.c: replace usage of scm_fport::random with scm_port::rw_random.
1998 * ports.h (scm_port): add a rw_random member and replace
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dioext.c100 pt->rw_random = old_pt->rw_random;
H A Drdelim.c240 if (pt->rw_random)
H A Dinline.h324 if (pt->rw_random) in scm_getc()
H A Dports.c1030 if (pt->rw_random) in scm_lfwrite()
1082 if (pt->rw_random) in scm_c_read()
1185 if (pt->rw_random) in scm_c_write()
1279 if (pt->rw_random) in scm_ungetc()
H A Dstrports.c332 pt->rw_random = 1; in scm_mkstrport()
H A Dports.h95 int rw_random; /* true if the port is random access. member
H A Dfports.c465 pt->rw_random = SCM_FDES_RANDOM_P (fdes); in scm_i_fdes_to_port()
H A DChangeLog-1996-1999548 * fports.c (scm_fdes_to_port): always set rw_random if the fdes is
553 * strports.c (scm_mkstrport): set rw_random to 1 unconditionally.
555 * ports.c (scm_add_to_port_table): initialise rw_random to 0.
557 * ports.h (scm_port): change the comments on rw_random and rw_active.
1992 fports.c: replace usage of scm_fport::random with scm_port::rw_random.
1998 * ports.h (scm_port): add a rw_random member and replace
/dports/mail/anubis/anubis-4.2/src/
H A Dlogport.c73 pt->rw_random = 0; in _make_anubis_log_port()
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-io.texi1069 @subsubheading The @code{rw_random} flag
1082 The special treatment must be performed if the @code{rw_random} flag in
1088 @code{rw_random} is set. It's defined as an enum with the following
1119 @item Set rw_active to @code{SCM_PORT_READ} if @code{rw_random} is set.
1141 Set @code{rw_active} to @code{SCM_PORT_WRITE} if @code{rw_random}
/dports/devel/gdb/gdb-11.1/gdb/guile/
H A Dscm-ports.c1271 pt->rw_random = 1; in ioscm_init_memory_port_buffers()
/dports/lang/guile1/guile-1.8.8/
H A DNEWS3140 ** Port internals: the rw_random variable in the scm_port structure
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog4982 Set rw_random correctly for all custom binary port types
6741 (scm_make_fptob): Instead of frobbing rw_random manually, implement a
7548 buffered input and rw_random is true, then there must be a seek
7704 Refactor to rw_random / rw_active port flags
7710 "rw_random" mode when they have a seek function.
7714 rw_active always in the same way, and only if rw_random is true.
7718 the same way, but only if rw_random is true.
7729 (scm_mkstrport): rw_random defaults to 1 now.
H A DNEWS8782 ** Port internals: the rw_random variable in the scm_port structure
/dports/lang/guile/guile-3.0.7/
H A DNEWS9679 ** Port internals: the rw_random variable in the scm_port structure