Home
last modified time | relevance | path

Searched refs:SCM_VM_CURRENT_INPUT_PORT (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dport.h445 #define SCM_CURIN SCM_VM_CURRENT_INPUT_PORT(Scm_VM())
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dport.c1901 ScmObj oldp = SCM_OBJ(SCM_VM_CURRENT_INPUT_PORT(vm)); in DEFSTDPORT()
1902 SCM_VM_CURRENT_INPUT_PORT(vm) = port; in DEFSTDPORT()
H A Dgauche.h596 #define SCM_VM_CURRENT_INPUT_PORT(vm) (SCM_VM(vm)->curin) macro