Home
last modified time | relevance | path

Searched refs:SCM_PORT_IOMASK (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dport.h221 SCM_PORT_IOMASK = 3, enumerator
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dport.c202 port->direction = dir & SCM_PORT_IOMASK; in make_port()
806 if ((dir & SCM_PORT_IOMASK) == SCM_PORT_INPUT) { in Scm_MakeBufferedPortFull()