Scm_Values2 115 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_Values2(Scm_MakeFlonum(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1))); Scm_Values2 136 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_Values2(Scm_MakeFlonum(SCM_RESULT0),Scm_MakeFlonum(SCM_RESULT1))); Scm_Values2 240 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_Values2(Scm_MakeInteger(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1))); Scm_Values2 373 ext/net/net.c return Scm_Values2(Scm_MakeString(buf, r, r, SCM_MAKSTR_INCOMPLETE), Scm_Values2 537 ext/net/netdb.c return Scm_Values2(SCM_MAKE_STR_COPYING(host), SCM_MAKE_STR_COPYING(serv)); Scm_Values2 123 ext/termios/termios.c return Scm_Values2(SCM_MAKE_INT(master), SCM_MAKE_INT(slave)); Scm_Values2 139 ext/termios/termios.c return Scm_Values2(Scm_MakeInteger(pid), SCM_MAKE_INT(master)); Scm_Values2 395 src/extlib.c SCM_RETURN(Scm_Values2(min, max)); Scm_Values2 416 src/extlib.c SCM_RETURN(Scm_Values2(q, r)); Scm_Values2 4771 src/extlib.c if (e == NULL) SCM_RETURN(Scm_Values2(eofval, eofval)); Scm_Values2 4772 src/extlib.c else SCM_RETURN(Scm_Values2(e->key, e->value)); Scm_Values2 5474 src/extlib.c SCM_RETURN(Scm_Values2(SCM_MAKE_INT(num), SCM_MAKE_INT(newid))); Scm_Values2 401 src/gauche.h SCM_EXTERN ScmObj Scm_Values2(ScmObj val0, ScmObj val1); Scm_Values2 426 src/intlib.c if (!gloc) SCM_RETURN(Scm_Values2(SCM_FALSE, SCM_FALSE)); Scm_Values2 429 src/intlib.c SCM_RETURN(Scm_Values2(gval, SCM_SYM_MACRO)); Scm_Values2 431 src/intlib.c SCM_RETURN(Scm_Values2(gval, SCM_SYM_SYNTAX)); Scm_Values2 437 src/intlib.c SCM_RETURN(Scm_Values2(gval, SCM_SYM_INLINE)); Scm_Values2 439 src/intlib.c SCM_RETURN(Scm_Values2(SCM_FALSE, SCM_FALSE)); Scm_Values2 1495 src/intlib.c return Scm_Values2(SCM_MAKE_INT(depth), Scm_Values2 1120 src/stdlib.c if (SCM_EXACTP(z)) { SCM_RETURN(Scm_Values2(z, SCM_MAKE_INT(0))); } Scm_Values2 1121 src/stdlib.c else if (SCM_FLONUMP(z)) { SCM_RETURN(Scm_Values2(z, Scm_MakeFlonum(0.0))); } Scm_Values2 1125 src/stdlib.c } else { SCM_RETURN(Scm_Values2(Scm_MakeFlonum(SCM_COMPLEX_REAL(z)), Scm_MakeFlonum(SCM_COMPLEX_IMAG(z))));} Scm_Values2 953 src/string.c return Scm_Values2(SCM_MAKE_STR(""), Scm_CopyString(s1)); Scm_Values2 974 src/string.c return Scm_Values2(Scm_MakeString(ss1, ssp-ss1, i, 0), Scm_Values2 978 src/string.c return Scm_Values2(Scm_MakeString(ss1, ssp-ss1+siz2, Scm_Values2 984 src/string.c return Scm_Values2(Scm_MakeString(ss1, ssp-ss1, i, 0), Scm_Values2 1019 src/string.c return Scm_Values2(Scm_MakeString(ss1, i, i, incomplete), Scm_Values2 1022 src/string.c return Scm_Values2(Scm_MakeString(ss1, i+siz2, i+siz2, incomplete), Scm_Values2 1026 src/string.c return Scm_Values2(Scm_MakeString(ss1, i, i, incomplete), Scm_Values2 1034 src/string.c return Scm_Values2(SCM_FALSE, SCM_FALSE); Scm_Values2 1393 src/syslib.c SCM_RETURN(Scm_Values2(Scm_MakeInteger(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1))); Scm_Values2 1441 src/syslib.c SCM_RETURN(Scm_Values2(Scm_MakeInteger(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1))); Scm_Values2 2204 src/syslib.c SCM_RETURN(Scm_Values2(SCM_OBJ_SAFE(SCM_RESULT0),SCM_OBJ_SAFE(SCM_RESULT1))); Scm_Values2 606 src/system.c SCM_RETURN(Scm_Values2(Scm_MakePortWithFd(sname, SCM_PORT_OUTPUT, fd,