curout            392 src/gauche.h   #define SCM_VM_CURRENT_OUTPUT_PORT(vm)  (SCM_VM(vm)->curout)
curout            377 src/gauche/vm.h     ScmPort *curout;            /* current output port */
curout            166 src/vm.c           v->curout = SCM_PORT(Scm_Stdout());
curout           2399 src/vm.c                       VAL0 = SCM_OBJ(vm->curout);