Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dport.c154 if (SCM_PORT_CLOSED_P(port)) return; in port_cleanup()
182 SCM_PORT_CLOSED_P(port) = TRUE; in port_cleanup()
242 if (!SCM_PORT_CLOSED_P(port)) { in Scm_ClosePort()
290 SCM_PORT_CLOSED_P(obj)? "(closed)" : "", in port_print()
H A Dportapi.c82 if (SCM_PORT_CLOSED_P(port)) { \
1042 if (SCM_PORT_CLOSED_P(p)) { in Scm_GetPortPosition()
H A Dlibio.scm59 (define-cproc port-closed? (obj::<port>) ::<boolean> SCM_PORT_CLOSED_P)
H A Dlibio.c5662 {SCM_RESULT=(SCM_PORT_CLOSED_P(obj));goto SCM_STUB_RETURN;} in libioport_closedP()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dport.h294 #define SCM_PORT_CLOSED_P(obj) (SCM_PORT(obj)->closed) macro
/dports/lang/gauche/Gauche-0.9.10/ext/vport/
H A Dvport.c448 SCM_PORT_CLOSED_P(obj)? "(closed)" : "", in vport_print()