Home
last modified time | relevance | path

Searched refs:SCM_PORT_WRITESS (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A DportP.h117 (SCM_PORTP(port) && (SCM_PORT(port)->flags & SCM_PORT_WRITESS))
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dwrite.c169 port->flags &= ~(SCM_PORT_WALKING|SCM_PORT_WRITESS); in cleanup_port_write_state()
793 if (SCM_WRITE_MODE(ctx)==SCM_WRITE_SHARED) port->flags |= SCM_PORT_WRITESS; in write_ss()
800 port->flags &= ~(SCM_PORT_WALKING|SCM_PORT_WRITESS); in write_ss()
H A Dlibio.scm469 (logior= (-> port flags) SCM_PORT_WRITESS)
470 (logand= (-> port flags) (lognot SCM_PORT_WRITESS))))
H A Dlibio.c7152 ((port)->flags)|=(SCM_PORT_WRITESS);} else { in libio_25port_writing_sharedP_SETTER()
7153 ((port)->flags)&=(~(SCM_PORT_WRITESS));} in libio_25port_writing_sharedP_SETTER()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dport.h268 SCM_PORT_WRITESS = (1L<<0), /* we're write/ss mode. */ enumerator
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog6090 info isn't passed to the user-defined write-object. SCM_PORT_WRITESS