Scm_MakeInteger   115 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_Values2(Scm_MakeFlonum(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1)));
Scm_MakeInteger   197 ext/auxsys/auxsyslib.c   if (SCM_NULLP(SCM_OPTARGS)) nsamples_scm = Scm_MakeInteger(3);
Scm_MakeInteger   240 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_Values2(Scm_MakeInteger(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1)));
Scm_MakeInteger   267 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   334 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   362 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   385 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   403 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   421 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   444 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   468 ext/auxsys/auxsyslib.c       for (i=0; i<n; i++) SCM_APPEND1(head, tail, Scm_MakeInteger(pglist[i]));
Scm_MakeInteger   510 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(info.tms_utime));
Scm_MakeInteger   511 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(info.tms_stime));
Scm_MakeInteger   512 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(info.tms_cutime));
Scm_MakeInteger   513 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(info.tms_cstime));
Scm_MakeInteger   515 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(sysconf(_SC_CLK_TCK)));
Scm_MakeInteger   518 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(CLK_TCK)); /* older name */
Scm_MakeInteger   520 ext/auxsys/auxsyslib.c   SCM_APPEND1(h, t, Scm_MakeInteger(1));  /* or maybe 100, we don't know ...*/
Scm_MakeInteger   718 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   751 ext/auxsys/auxsyslib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   215 ext/binary/binary.c     return Scm_MakeInteger(v.val);
Scm_MakeInteger    65 ext/charconv/convlib.c   buffer_size_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffer_size), SCM_OPTARGS, Scm_MakeInteger(0));
Scm_MakeInteger   111 ext/charconv/convlib.c   buffer_size_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffer_size), SCM_OPTARGS, Scm_MakeInteger(0));
Scm_MakeInteger   102 ext/dbm/gdbm.c   if (SCM_NULLP(SCM_OPTARGS)) size_scm = Scm_MakeInteger(0);
Scm_MakeInteger   201 ext/dbm/gdbm.c   if (SCM_NULLP(SCM_OPTARGS)) flags_scm = Scm_MakeInteger(0);
Scm_MakeInteger   216 ext/dbm/gdbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   273 ext/dbm/gdbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   344 ext/dbm/gdbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   443 ext/dbm/gdbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   474 ext/dbm/gdbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   514 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_COALESCEBLKS__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_COALESCEBLKS)));
Scm_MakeInteger   516 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_CENTFREE__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_CENTFREE)));
Scm_MakeInteger   518 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_SYNCMODE__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_SYNCMODE)));
Scm_MakeInteger   520 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_FASTMODE__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_FASTMODE)));
Scm_MakeInteger   522 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_CACHESIZE__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_CACHESIZE)));
Scm_MakeInteger   524 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_REPLACE__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_REPLACE)));
Scm_MakeInteger   526 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_INSERT__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_INSERT)));
Scm_MakeInteger   528 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_NOLOCK__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_NOLOCK)));
Scm_MakeInteger   530 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_SYNC__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_SYNC)));
Scm_MakeInteger   532 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_FAST__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_FAST)));
Scm_MakeInteger   534 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_NEWDB__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_NEWDB)));
Scm_MakeInteger   536 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_WRCREAT__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_WRCREAT)));
Scm_MakeInteger   538 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_WRITER__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_WRITER)));
Scm_MakeInteger   540 ext/dbm/gdbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(gdbm_GDBM_READER__VAR)), SCM_OBJ(Scm_MakeInteger(GDBM_READER)));
Scm_MakeInteger   168 ext/dbm/ndbm.c   if (SCM_NULLP(SCM_OPTARGS)) flags_scm = Scm_MakeInteger(0);
Scm_MakeInteger   183 ext/dbm/ndbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   269 ext/dbm/ndbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   336 ext/dbm/ndbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   380 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_TRUNC__VAR)), SCM_OBJ(Scm_MakeInteger(O_TRUNC)));
Scm_MakeInteger   382 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_CREAT__VAR)), SCM_OBJ(Scm_MakeInteger(O_CREAT)));
Scm_MakeInteger   384 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_RDWR__VAR)), SCM_OBJ(Scm_MakeInteger(O_RDWR)));
Scm_MakeInteger   386 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_WRONLY__VAR)), SCM_OBJ(Scm_MakeInteger(O_WRONLY)));
Scm_MakeInteger   388 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_RDONLY__VAR)), SCM_OBJ(Scm_MakeInteger(O_RDONLY)));
Scm_MakeInteger   390 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_DBM_REPLACE__VAR)), SCM_OBJ(Scm_MakeInteger(DBM_REPLACE)));
Scm_MakeInteger   392 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_DBM_INSERT__VAR)), SCM_OBJ(Scm_MakeInteger(DBM_INSERT)));
Scm_MakeInteger    62 ext/dbm/odbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   121 ext/dbm/odbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   168 ext/dbm/odbm.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger    67 ext/fcntl/fcntl.c   { return Scm_MakeInteger(t->lock.name); }                               \
Scm_MakeInteger   156 ext/fcntl/fcntl.c         return Scm_MakeInteger(r);
Scm_MakeInteger   178 ext/fcntl/fcntl.c         return Scm_MakeInteger(r);
Scm_MakeInteger   160 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_MULTISHOT__VAR)), SCM_OBJ(Scm_MakeInteger(DN_MULTISHOT)));
Scm_MakeInteger   164 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_ATTRIB__VAR)), SCM_OBJ(Scm_MakeInteger(DN_ATTRIB)));
Scm_MakeInteger   168 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_RENAME__VAR)), SCM_OBJ(Scm_MakeInteger(DN_RENAME)));
Scm_MakeInteger   172 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_DELETE__VAR)), SCM_OBJ(Scm_MakeInteger(DN_DELETE)));
Scm_MakeInteger   176 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_CREATE__VAR)), SCM_OBJ(Scm_MakeInteger(DN_CREATE)));
Scm_MakeInteger   180 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_MODIFY__VAR)), SCM_OBJ(Scm_MakeInteger(DN_MODIFY)));
Scm_MakeInteger   184 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_DN_ACCESS__VAR)), SCM_OBJ(Scm_MakeInteger(DN_ACCESS)));
Scm_MakeInteger   187 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_TRUNC__VAR)), SCM_OBJ(Scm_MakeInteger(O_TRUNC)));
Scm_MakeInteger   190 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_ASYNC__VAR)), SCM_OBJ(Scm_MakeInteger(O_ASYNC)));
Scm_MakeInteger   194 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_NONBLOCK__VAR)), SCM_OBJ(Scm_MakeInteger(O_NONBLOCK)));
Scm_MakeInteger   198 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_NOCTTY__VAR)), SCM_OBJ(Scm_MakeInteger(O_NOCTTY)));
Scm_MakeInteger   201 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_EXCL__VAR)), SCM_OBJ(Scm_MakeInteger(O_EXCL)));
Scm_MakeInteger   203 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_CREAT__VAR)), SCM_OBJ(Scm_MakeInteger(O_CREAT)));
Scm_MakeInteger   205 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_APPEND__VAR)), SCM_OBJ(Scm_MakeInteger(O_APPEND)));
Scm_MakeInteger   207 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_RDWR__VAR)), SCM_OBJ(Scm_MakeInteger(O_RDWR)));
Scm_MakeInteger   209 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_WRONLY__VAR)), SCM_OBJ(Scm_MakeInteger(O_WRONLY)));
Scm_MakeInteger   211 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_RDONLY__VAR)), SCM_OBJ(Scm_MakeInteger(O_RDONLY)));
Scm_MakeInteger   213 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_ACCMODE__VAR)), SCM_OBJ(Scm_MakeInteger(O_ACCMODE)));
Scm_MakeInteger   216 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_FD_CLOEXEC__VAR)), SCM_OBJ(Scm_MakeInteger(FD_CLOEXEC)));
Scm_MakeInteger   220 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_NOTIFY__VAR)), SCM_OBJ(Scm_MakeInteger(F_NOTIFY)));
Scm_MakeInteger   224 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETLEASE__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETLEASE)));
Scm_MakeInteger   228 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_GETLEASE__VAR)), SCM_OBJ(Scm_MakeInteger(F_GETLEASE)));
Scm_MakeInteger   232 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETSIG__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETSIG)));
Scm_MakeInteger   236 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_GETSIG__VAR)), SCM_OBJ(Scm_MakeInteger(F_GETSIG)));
Scm_MakeInteger   240 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETOWN__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETOWN)));
Scm_MakeInteger   244 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_GETOWN__VAR)), SCM_OBJ(Scm_MakeInteger(F_GETOWN)));
Scm_MakeInteger   247 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_UNLCK__VAR)), SCM_OBJ(Scm_MakeInteger(F_UNLCK)));
Scm_MakeInteger   249 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_WRLCK__VAR)), SCM_OBJ(Scm_MakeInteger(F_WRLCK)));
Scm_MakeInteger   251 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_RDLCK__VAR)), SCM_OBJ(Scm_MakeInteger(F_RDLCK)));
Scm_MakeInteger   253 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETLKW__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETLKW)));
Scm_MakeInteger   255 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETLK__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETLK)));
Scm_MakeInteger   257 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_GETLK__VAR)), SCM_OBJ(Scm_MakeInteger(F_GETLK)));
Scm_MakeInteger   259 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETFL__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETFL)));
Scm_MakeInteger   261 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_GETFL__VAR)), SCM_OBJ(Scm_MakeInteger(F_GETFL)));
Scm_MakeInteger   263 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_SETFD__VAR)), SCM_OBJ(Scm_MakeInteger(F_SETFD)));
Scm_MakeInteger   265 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_GETFD__VAR)), SCM_OBJ(Scm_MakeInteger(F_GETFD)));
Scm_MakeInteger   267 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_F_DUPFD__VAR)), SCM_OBJ(Scm_MakeInteger(F_DUPFD)));
Scm_MakeInteger   421 ext/net/net.c          return Scm_MakeInteger(val);
Scm_MakeInteger   238 ext/net/netdb.c     entry->proto = Scm_MakeInteger(pe->p_proto);
Scm_MakeInteger   362 ext/net/netdb.c     entry->port = Scm_MakeInteger(ntohs(se->s_port));
Scm_MakeInteger   177 ext/net/netlib.c   SCM_RETURN(Scm_MakeInteger(ntohs(a->addr.sin_port)));
Scm_MakeInteger   272 ext/net/netlib.c   SCM_RETURN(Scm_MakeInteger(ntohs(a->addr.sin6_port)));
Scm_MakeInteger   300 ext/net/netlib.c   if (SCM_NULLP(SCM_OPTARGS)) protocol_scm = Scm_MakeInteger(0);
Scm_MakeInteger   448 ext/net/netlib.c SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger   535 ext/net/netlib.c   if (SCM_NULLP(SCM_OPTARGS)) how_scm = Scm_MakeInteger(2);
Scm_MakeInteger   727 ext/net/netlib.c   if (SCM_NULLP(SCM_OPTARGS)) flags_scm = Scm_MakeInteger(0);
Scm_MakeInteger   769 ext/net/netlib.c   if (SCM_NULLP(SCM_OPTARGS)) flags_scm = Scm_MakeInteger(0);
Scm_MakeInteger   806 ext/net/netlib.c   if (SCM_NULLP(SCM_OPTARGS)) flags_scm = Scm_MakeInteger(0);
Scm_MakeInteger   843 ext/net/netlib.c   if (SCM_NULLP(SCM_OPTARGS)) flags_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1217 ext/net/netlib.c   return Scm_MakeInteger(obj->flags);
Scm_MakeInteger  1230 ext/net/netlib.c   return Scm_MakeInteger(obj->family);
Scm_MakeInteger  1243 ext/net/netlib.c   return Scm_MakeInteger(obj->socktype);
Scm_MakeInteger  1256 ext/net/netlib.c   return Scm_MakeInteger(obj->protocol);
Scm_MakeInteger  1482 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_NI_DGRAM__VAR)), SCM_OBJ(Scm_MakeInteger(NI_DGRAM)));
Scm_MakeInteger  1486 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_NI_NUMERICSERV__VAR)), SCM_OBJ(Scm_MakeInteger(NI_NUMERICSERV)));
Scm_MakeInteger  1490 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_NI_NAMEREQD__VAR)), SCM_OBJ(Scm_MakeInteger(NI_NAMEREQD)));
Scm_MakeInteger  1494 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_NI_NUMERICHOST__VAR)), SCM_OBJ(Scm_MakeInteger(NI_NUMERICHOST)));
Scm_MakeInteger  1498 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_NI_NOFQDN__VAR)), SCM_OBJ(Scm_MakeInteger(NI_NOFQDN)));
Scm_MakeInteger  1502 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_ADDRCONFIG__VAR)), SCM_OBJ(Scm_MakeInteger(AI_ADDRCONFIG)));
Scm_MakeInteger  1506 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_ALL__VAR)), SCM_OBJ(Scm_MakeInteger(AI_ALL)));
Scm_MakeInteger  1510 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_V4MAPPED__VAR)), SCM_OBJ(Scm_MakeInteger(AI_V4MAPPED)));
Scm_MakeInteger  1514 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_NUMERICSERV__VAR)), SCM_OBJ(Scm_MakeInteger(AI_NUMERICSERV)));
Scm_MakeInteger  1518 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_NUMERICHOST__VAR)), SCM_OBJ(Scm_MakeInteger(AI_NUMERICHOST)));
Scm_MakeInteger  1522 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_CANONNAME__VAR)), SCM_OBJ(Scm_MakeInteger(AI_CANONNAME)));
Scm_MakeInteger  1526 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AI_PASSIVE__VAR)), SCM_OBJ(Scm_MakeInteger(AI_PASSIVE)));
Scm_MakeInteger  1530 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_V6ONLY__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_V6ONLY)));
Scm_MakeInteger  1534 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_LEAVE_GROUP__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_LEAVE_GROUP)));
Scm_MakeInteger  1538 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_JOIN_GROUP__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_JOIN_GROUP)));
Scm_MakeInteger  1542 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_MULTICAST_LOOP__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_MULTICAST_LOOP)));
Scm_MakeInteger  1546 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_MULTICAST_HOPS__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_MULTICAST_HOPS)));
Scm_MakeInteger  1550 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_MULTICAST_IF__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_MULTICAST_IF)));
Scm_MakeInteger  1554 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPV6_UNICAST_HOPS__VAR)), SCM_OBJ(Scm_MakeInteger(IPV6_UNICAST_HOPS)));
Scm_MakeInteger  1558 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPPROTO_IPV6__VAR)), SCM_OBJ(Scm_MakeInteger(IPPROTO_IPV6)));
Scm_MakeInteger  1562 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_PF_INET6__VAR)), SCM_OBJ(Scm_MakeInteger(PF_INET6)));
Scm_MakeInteger  1566 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AF_INET6__VAR)), SCM_OBJ(Scm_MakeInteger(AF_INET6)));
Scm_MakeInteger  1589 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IP_OPTIONS__VAR)), SCM_OBJ(Scm_MakeInteger(IP_OPTIONS)));
Scm_MakeInteger  1593 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SOL_IP__VAR)), SCM_OBJ(Scm_MakeInteger(SOL_IP)));
Scm_MakeInteger  1597 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_TCP_CORK__VAR)), SCM_OBJ(Scm_MakeInteger(TCP_CORK)));
Scm_MakeInteger  1601 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_TCP_MAXSEG__VAR)), SCM_OBJ(Scm_MakeInteger(TCP_MAXSEG)));
Scm_MakeInteger  1605 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_TCP_NODELAY__VAR)), SCM_OBJ(Scm_MakeInteger(TCP_NODELAY)));
Scm_MakeInteger  1609 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SOL_TCP__VAR)), SCM_OBJ(Scm_MakeInteger(SOL_TCP)));
Scm_MakeInteger  1613 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_ERROR__VAR)), SCM_OBJ(Scm_MakeInteger(SO_ERROR)));
Scm_MakeInteger  1617 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_PRIORITY__VAR)), SCM_OBJ(Scm_MakeInteger(SO_PRIORITY)));
Scm_MakeInteger  1621 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_RFCBUF__VAR)), SCM_OBJ(Scm_MakeInteger(SO_RFCBUF)));
Scm_MakeInteger  1625 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_SNDBUF__VAR)), SCM_OBJ(Scm_MakeInteger(SO_SNDBUF)));
Scm_MakeInteger  1629 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_BROADCAST__VAR)), SCM_OBJ(Scm_MakeInteger(SO_BROADCAST)));
Scm_MakeInteger  1633 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_TYPE__VAR)), SCM_OBJ(Scm_MakeInteger(SO_TYPE)));
Scm_MakeInteger  1637 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_REUSEADDR__VAR)), SCM_OBJ(Scm_MakeInteger(SO_REUSEADDR)));
Scm_MakeInteger  1641 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_OOBINLINE__VAR)), SCM_OBJ(Scm_MakeInteger(SO_OOBINLINE)));
Scm_MakeInteger  1645 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SO_KEEPALIVE__VAR)), SCM_OBJ(Scm_MakeInteger(SO_KEEPALIVE)));
Scm_MakeInteger  1649 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SOL_SOCKET__VAR)), SCM_OBJ(Scm_MakeInteger(SOL_SOCKET)));
Scm_MakeInteger  1680 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPPROTO_UDP__VAR)), SCM_OBJ(Scm_MakeInteger(IPPROTO_UDP)));
Scm_MakeInteger  1684 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPPROTO_TCP__VAR)), SCM_OBJ(Scm_MakeInteger(IPPROTO_TCP)));
Scm_MakeInteger  1688 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPPROTO_ICMP__VAR)), SCM_OBJ(Scm_MakeInteger(IPPROTO_ICMP)));
Scm_MakeInteger  1692 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_IPPROTO_IP__VAR)), SCM_OBJ(Scm_MakeInteger(IPPROTO_IP)));
Scm_MakeInteger  1696 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_WAITALL__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_WAITALL)));
Scm_MakeInteger  1700 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_TRUNC__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_TRUNC)));
Scm_MakeInteger  1704 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_PEEK__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_PEEK)));
Scm_MakeInteger  1708 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_OOB__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_OOB)));
Scm_MakeInteger  1712 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_EOR__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_EOR)));
Scm_MakeInteger  1716 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_DONTROUTE__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_DONTROUTE)));
Scm_MakeInteger  1720 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_MSG_CTRUNC__VAR)), SCM_OBJ(Scm_MakeInteger(MSG_CTRUNC)));
Scm_MakeInteger  1723 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SOCK_RAW__VAR)), SCM_OBJ(Scm_MakeInteger(SOCK_RAW)));
Scm_MakeInteger  1725 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SOCK_DGRAM__VAR)), SCM_OBJ(Scm_MakeInteger(SOCK_DGRAM)));
Scm_MakeInteger  1727 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_SOCK_STREAM__VAR)), SCM_OBJ(Scm_MakeInteger(SOCK_STREAM)));
Scm_MakeInteger  1729 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AF_INET__VAR)), SCM_OBJ(Scm_MakeInteger(AF_INET)));
Scm_MakeInteger  1731 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AF_UNIX__VAR)), SCM_OBJ(Scm_MakeInteger(AF_UNIX)));
Scm_MakeInteger  1733 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_AF_UNSPEC__VAR)), SCM_OBJ(Scm_MakeInteger(AF_UNSPEC)));
Scm_MakeInteger  1735 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_PF_INET__VAR)), SCM_OBJ(Scm_MakeInteger(PF_INET)));
Scm_MakeInteger  1737 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_PF_UNIX__VAR)), SCM_OBJ(Scm_MakeInteger(PF_UNIX)));
Scm_MakeInteger  1739 ext/net/netlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(netlib_PF_UNSPEC__VAR)), SCM_OBJ(Scm_MakeInteger(PF_UNSPEC)));
Scm_MakeInteger   277 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_DEBUG__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_DEBUG)));
Scm_MakeInteger   281 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_INFO__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_INFO)));
Scm_MakeInteger   285 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_NOTICE__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_NOTICE)));
Scm_MakeInteger   289 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_WARNING__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_WARNING)));
Scm_MakeInteger   293 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_ERR__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_ERR)));
Scm_MakeInteger   297 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_CRIT__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_CRIT)));
Scm_MakeInteger   301 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_ALERT__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_ALERT)));
Scm_MakeInteger   305 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_EMERG__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_EMERG)));
Scm_MakeInteger   309 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_UUCP__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_UUCP)));
Scm_MakeInteger   313 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_USER__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_USER)));
Scm_MakeInteger   317 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_SYSLOG__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_SYSLOG)));
Scm_MakeInteger   321 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_NEWS__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_NEWS)));
Scm_MakeInteger   325 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_MAIL__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_MAIL)));
Scm_MakeInteger   329 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LPR__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LPR)));
Scm_MakeInteger   333 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL7__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL7)));
Scm_MakeInteger   337 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL6__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL6)));
Scm_MakeInteger   341 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL5__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL5)));
Scm_MakeInteger   345 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL4__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL4)));
Scm_MakeInteger   349 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL3__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL3)));
Scm_MakeInteger   353 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL2__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL2)));
Scm_MakeInteger   357 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL1__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL1)));
Scm_MakeInteger   361 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_LOCAL0__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_LOCAL0)));
Scm_MakeInteger   365 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_KERN__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_KERN)));
Scm_MakeInteger   369 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_FTP__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_FTP)));
Scm_MakeInteger   373 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_DAEMON__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_DAEMON)));
Scm_MakeInteger   377 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_CRON__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_CRON)));
Scm_MakeInteger   381 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_AUTHPRIV__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_AUTHPRIV)));
Scm_MakeInteger   385 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_AUTH__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_AUTH)));
Scm_MakeInteger   389 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_PID__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_PID)));
Scm_MakeInteger   393 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_PERROR__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_PERROR)));
Scm_MakeInteger   397 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_ODELAY__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_ODELAY)));
Scm_MakeInteger   401 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_NOWAIT__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_NOWAIT)));
Scm_MakeInteger   405 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_NDELAY__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_NDELAY)));
Scm_MakeInteger   409 ext/syslog/syslog.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslog_LOG_CONS__VAR)), SCM_OBJ(Scm_MakeInteger(LOG_CONS)));
Scm_MakeInteger   268 ext/termios/termiolib.c   SCM_RETURN(Scm_MakeInteger(r));
Scm_MakeInteger   312 ext/termios/termiolib.c   SCM_RETURN(Scm_MakeInteger(s));
Scm_MakeInteger   356 ext/termios/termiolib.c   SCM_RETURN(Scm_MakeInteger(s));
Scm_MakeInteger   491 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B38400__VAR)), SCM_OBJ(Scm_MakeInteger(B38400)));
Scm_MakeInteger   495 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B19200__VAR)), SCM_OBJ(Scm_MakeInteger(B19200)));
Scm_MakeInteger   499 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B9600__VAR)), SCM_OBJ(Scm_MakeInteger(B9600)));
Scm_MakeInteger   503 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B4800__VAR)), SCM_OBJ(Scm_MakeInteger(B4800)));
Scm_MakeInteger   507 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B2400__VAR)), SCM_OBJ(Scm_MakeInteger(B2400)));
Scm_MakeInteger   511 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B1800__VAR)), SCM_OBJ(Scm_MakeInteger(B1800)));
Scm_MakeInteger   515 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B1200__VAR)), SCM_OBJ(Scm_MakeInteger(B1200)));
Scm_MakeInteger   519 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B600__VAR)), SCM_OBJ(Scm_MakeInteger(B600)));
Scm_MakeInteger   523 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B300__VAR)), SCM_OBJ(Scm_MakeInteger(B300)));
Scm_MakeInteger   527 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B200__VAR)), SCM_OBJ(Scm_MakeInteger(B200)));
Scm_MakeInteger   531 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B150__VAR)), SCM_OBJ(Scm_MakeInteger(B150)));
Scm_MakeInteger   535 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B134__VAR)), SCM_OBJ(Scm_MakeInteger(B134)));
Scm_MakeInteger   539 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B110__VAR)), SCM_OBJ(Scm_MakeInteger(B110)));
Scm_MakeInteger   543 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B75__VAR)), SCM_OBJ(Scm_MakeInteger(B75)));
Scm_MakeInteger   547 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B50__VAR)), SCM_OBJ(Scm_MakeInteger(B50)));
Scm_MakeInteger   551 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_B0__VAR)), SCM_OBJ(Scm_MakeInteger(B0)));
Scm_MakeInteger   555 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCION__VAR)), SCM_OBJ(Scm_MakeInteger(TCION)));
Scm_MakeInteger   559 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCIOFF__VAR)), SCM_OBJ(Scm_MakeInteger(TCIOFF)));
Scm_MakeInteger   563 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCOON__VAR)), SCM_OBJ(Scm_MakeInteger(TCOON)));
Scm_MakeInteger   567 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCOOFF__VAR)), SCM_OBJ(Scm_MakeInteger(TCOOFF)));
Scm_MakeInteger   571 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCIOFLUSH__VAR)), SCM_OBJ(Scm_MakeInteger(TCIOFLUSH)));
Scm_MakeInteger   575 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCOFLUSH__VAR)), SCM_OBJ(Scm_MakeInteger(TCOFLUSH)));
Scm_MakeInteger   579 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCIFLUSH__VAR)), SCM_OBJ(Scm_MakeInteger(TCIFLUSH)));
Scm_MakeInteger   583 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCSAFLUSH__VAR)), SCM_OBJ(Scm_MakeInteger(TCSAFLUSH)));
Scm_MakeInteger   587 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCSADRAIN__VAR)), SCM_OBJ(Scm_MakeInteger(TCSADRAIN)));
Scm_MakeInteger   591 ext/termios/termiolib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(termiolib_TCSANOW__VAR)), SCM_OBJ(Scm_MakeInteger(TCSANOW)));
Scm_MakeInteger   139 ext/termios/termios.c     return Scm_Values2(Scm_MakeInteger(pid), SCM_MAKE_INT(master));
Scm_MakeInteger   611 ext/uvector/uvector.c         *sacc = Scm_Add2(*sacc, Scm_MakeInteger(acc));
Scm_MakeInteger   625 ext/uvector/uvector.c         *sacc = Scm_Add2(*sacc, Scm_Multiply2(Scm_MakeInteger(x),
Scm_MakeInteger   626 ext/uvector/uvector.c                                               Scm_MakeInteger(y)));
Scm_MakeInteger   631 ext/uvector/uvector.c             *sacc = Scm_Add2(*sacc, Scm_MakeInteger(acc));
Scm_MakeInteger  1694 ext/uvector/uvector.c     r = Scm_MakeInteger(elt);
Scm_MakeInteger  1717 ext/uvector/uvector.c         obj = Scm_MakeInteger(elt);
Scm_MakeInteger  1732 ext/uvector/uvector.c         obj = Scm_MakeInteger(elt);
Scm_MakeInteger  3121 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  3136 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  3150 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  3891 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  3906 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  3920 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  4661 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  4676 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  4690 ext/uvector/uvector.c                 rr = Scm_MakeInteger(v0);
Scm_MakeInteger  6690 ext/uvector/uvector.c         rr = Scm_MakeInteger(r);
Scm_MakeInteger  6693 ext/uvector/uvector.c         sr = Scm_MakeInteger(r);
Scm_MakeInteger  6796 ext/uvector/uvector.c         rr = Scm_MakeInteger(r);
Scm_MakeInteger  6799 ext/uvector/uvector.c         sr = Scm_MakeInteger(r);
Scm_MakeInteger  6880 ext/uvector/uvector.c                 vvx = Scm_MakeInteger(vx);
Scm_MakeInteger  6893 ext/uvector/uvector.c                 vvx = Scm_MakeInteger(vx);
Scm_MakeInteger  6902 ext/uvector/uvector.c         rr = Scm_MakeInteger(r);
Scm_MakeInteger  6905 ext/uvector/uvector.c         sr = Scm_MakeInteger(r);
Scm_MakeInteger  7240 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7244 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7462 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7466 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7684 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7688 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7906 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  7910 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8128 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8132 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8350 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8354 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8572 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8576 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8794 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  8798 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  9016 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  9020 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  9238 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  9242 ext/uvector/uvector.c             return Scm_MakeInteger(i);
Scm_MakeInteger  9703 ext/uvector/uvector.c     SCM_RETURN(Scm_MakeInteger((r+eltsize-1)/eltsize));
Scm_MakeInteger    58 ext/uvector/uvectorP.h     else range_error("s8", Scm_MakeInteger(val));
Scm_MakeInteger    64 ext/uvector/uvectorP.h     else range_error("s8", Scm_MakeInteger(val));
Scm_MakeInteger    77 ext/uvector/uvectorP.h     else range_error("u8", Scm_MakeInteger(val));
Scm_MakeInteger    83 ext/uvector/uvectorP.h     else range_error("u8", Scm_MakeInteger(val));
Scm_MakeInteger    96 ext/uvector/uvectorP.h     else range_error("s16", Scm_MakeInteger(val));
Scm_MakeInteger   102 ext/uvector/uvectorP.h     else range_error("s16", Scm_MakeInteger(val));
Scm_MakeInteger   115 ext/uvector/uvectorP.h     else range_error("u16", Scm_MakeInteger(val));
Scm_MakeInteger   121 ext/uvector/uvectorP.h     else range_error("u16", Scm_MakeInteger(val));
Scm_MakeInteger   134 ext/uvector/uvectorP.h     else range_error("s32", Scm_MakeInteger(val));
Scm_MakeInteger   140 ext/uvector/uvectorP.h     else range_error("s32", Scm_MakeInteger(val));
Scm_MakeInteger    61 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger   192 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   199 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   245 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger   252 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   296 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   303 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   368 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   375 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   407 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   414 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   450 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   457 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   510 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger   641 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   648 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   694 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger   701 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   745 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   752 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   817 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   824 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   856 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   863 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   899 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger   906 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   959 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1090 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1097 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1143 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1150 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1194 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1201 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1266 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1273 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1305 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1312 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1348 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1355 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1408 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1539 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1546 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1592 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1599 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1643 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1650 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1715 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1722 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1754 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1761 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1797 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1804 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  1857 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1988 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1995 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2041 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2048 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2092 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2099 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2164 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2171 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2203 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2210 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2246 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2253 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2306 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2437 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2444 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2490 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2497 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2541 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2548 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2613 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2620 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2652 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2659 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2695 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2702 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2755 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2886 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2893 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2939 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2946 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2990 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2997 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3062 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3069 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3101 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3108 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3144 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3151 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3204 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3335 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3342 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3388 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3395 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3439 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3446 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3511 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3518 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3550 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3557 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3593 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3600 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3653 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3784 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3791 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3837 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3844 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3888 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3895 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3960 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3967 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3999 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4006 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4042 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4049 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4102 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) fill_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4233 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4240 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4286 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) sstart_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4293 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) send_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4337 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4344 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4409 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4416 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4448 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4455 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  4491 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  4498 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  8883 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  8890 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  8975 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  8982 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9033 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9040 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9093 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9100 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9130 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9137 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9199 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9206 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9246 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9253 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9290 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9297 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9327 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9334 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9384 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9391 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9421 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9428 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9471 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9478 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  9508 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  9515 ext/uvector/uvlib.c   if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   346 ext/vport/vport.c                                        Scm_MakeInteger(whence)));
Scm_MakeInteger   599 ext/vport/vport.c                                        Scm_MakeInteger(whence)));
Scm_MakeInteger   657 src/class.c        return Scm_MakeInteger(klass->numInstanceSlots);
Scm_MakeInteger   343 src/extlib.c        SCM_VECTOR_ELEMENT(v, 1) = Scm_MakeInteger(exp);
Scm_MakeInteger   344 src/extlib.c        SCM_VECTOR_ELEMENT(v, 2) = Scm_MakeInteger(sign);
Scm_MakeInteger   349 src/extlib.c        SCM_VECTOR_ELEMENT(v, 1) = Scm_MakeInteger(0);
Scm_MakeInteger   350 src/extlib.c        SCM_VECTOR_ELEMENT(v, 2) = Scm_MakeInteger(Scm_Sign(num));
Scm_MakeInteger  1138 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) radix_scm = Scm_MakeInteger(10);
Scm_MakeInteger  1174 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) radix_scm = Scm_MakeInteger(10);
Scm_MakeInteger  1226 src/extlib.c     else SCM_RETURN(Scm_MakeInteger(ucs));
Scm_MakeInteger  1735 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) byte_scm = Scm_MakeInteger(0);
Scm_MakeInteger  1960 src/extlib.c     SCM_RETURN(Scm_MakeInteger(Scm_HashString(str, modulo)));
Scm_MakeInteger  2069 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) index_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2076 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2083 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2245 src/extlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2285 src/extlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2518 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) i_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2548 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) i_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2578 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) i_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2608 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) i_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2638 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) i_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2729 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  2736 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  2793 src/extlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  3110 src/extlib.c     mode_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_mode), SCM_OPTARGS, Scm_MakeInteger(438));
Scm_MakeInteger  3277 src/extlib.c       r = Scm_Apply(scmfiller, SCM_LIST1(Scm_MakeInteger(cnt)));
Scm_MakeInteger  3599 src/extlib.c     SCM_RETURN((i < 0)? SCM_FALSE : Scm_MakeInteger(i));
Scm_MakeInteger  4521 src/extlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  5264 src/extlib.c     if (SCM_NULLP(SCM_OPTARGS)) code_scm = Scm_MakeInteger(0);
Scm_MakeInteger  5816 src/extlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  6047 src/extlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(extlib_SEEK_END__VAR)), SCM_OBJ(Scm_MakeInteger(SEEK_END)));
Scm_MakeInteger  6049 src/extlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(extlib_SEEK_CUR__VAR)), SCM_OBJ(Scm_MakeInteger(SEEK_CUR)));
Scm_MakeInteger  6051 src/extlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(extlib_SEEK_SET__VAR)), SCM_OBJ(Scm_MakeInteger(SEEK_SET)));
Scm_MakeInteger  6178 src/extlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(extlib__2achar_code_max_2a__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_CHAR_MAX)));
Scm_MakeInteger  2107 src/gauche.h   SCM_EXTERN ScmObj Scm_MakeInteger(long i);
Scm_MakeInteger  2125 src/gauche.h   #define Scm_MakeInteger64      Scm_MakeInteger
Scm_MakeInteger   750 src/hash.c         SCM_APPEND1(h, t, Scm_MakeInteger(table->numEntries));
Scm_MakeInteger   752 src/hash.c         SCM_APPEND1(h, t, Scm_MakeInteger(table->numBuckets));
Scm_MakeInteger   754 src/hash.c         SCM_APPEND1(h, t, Scm_MakeInteger(table->numBucketsLog2));
Scm_MakeInteger  1761 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOCOMBINE__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOCOMBINE)));
Scm_MakeInteger  1763 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_SHOWRESULT__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_SHOWRESULT)));
Scm_MakeInteger  1765 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOSOURCE__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOSOURCE)));
Scm_MakeInteger  1767 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOINLINE_CONSTS__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOINLINE_CONSTS)));
Scm_MakeInteger  1769 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOINLINE_LOCALS__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOINLINE_LOCALS)));
Scm_MakeInteger  1771 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOINLINE_GLOBALS__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOINLINE_GLOBALS)));
Scm_MakeInteger  1777 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_VM_COMPILING__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_VM_COMPILING)));
Scm_MakeInteger  1779 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_VM_LOADING__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_VM_LOADING)));
Scm_MakeInteger  1781 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_VM_EXECUTING__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_VM_EXECUTING)));
Scm_MakeInteger   204 src/load.c                                   Scm_MakeInteger(Scm_PortLine(SCM_PORT(p->prev_port))));
Scm_MakeInteger   239 src/number.c           f = Scm_MakeInteger(lf);
Scm_MakeInteger   479 src/number.c       if (i.hi == 0) return Scm_MakeInteger(i.lo);
Scm_MakeInteger   487 src/number.c       if (val[1] == 0 && val[0] <= LONG_MAX) return Scm_MakeInteger(val[0]);
Scm_MakeInteger   908 src/number.c                                       Scm_MakeInteger(result_int),
Scm_MakeInteger   911 src/number.c               if (!SCM_PAIRP(args)) return Scm_MakeInteger(result_int);
Scm_MakeInteger  1012 src/number.c                                       Scm_MakeInteger(result_int),
Scm_MakeInteger  1117 src/number.c                                       Scm_MakeInteger(result_int), arg1, args);
Scm_MakeInteger  1119 src/number.c               if (!SCM_PAIRP(args)) return Scm_MakeInteger(result_int);
Scm_MakeInteger  1760 src/number.c               return Scm_MakeInteger(ix);
Scm_MakeInteger  1767 src/number.c               return Scm_MakeInteger(ix);
Scm_MakeInteger  1772 src/number.c                       return Scm_MakeInteger(ix);
Scm_MakeInteger  1777 src/number.c                       return Scm_MakeInteger(ix);
Scm_MakeInteger  1812 src/number.c               return Scm_MakeInteger(SCM_INT_VALUE(x)&SCM_BIGNUM(y)->values[0]);
Scm_MakeInteger  1817 src/number.c               return Scm_MakeInteger(SCM_INT_VALUE(y)&SCM_BIGNUM(x)->values[0]);
Scm_MakeInteger  2296 src/number.c       if (value_big == NULL) return Scm_MakeInteger(value_int);
Scm_MakeInteger  1005 src/read.c                 || (e = Scm_HashTableGet(ctx->table, Scm_MakeInteger(refnum))) == NULL) {
Scm_MakeInteger  1023 src/read.c             if (Scm_HashTableGet(ctx->table, Scm_MakeInteger(refnum)) != NULL) {
Scm_MakeInteger  2060 src/regexp.c       return Scm_MakeInteger(sub->start);
Scm_MakeInteger  2077 src/regexp.c       return Scm_MakeInteger(sub->start + sub->length);
Scm_MakeInteger  1259 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) radix_scm = Scm_MakeInteger(10);
Scm_MakeInteger  1297 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) radix_scm = Scm_MakeInteger(10);
Scm_MakeInteger  1705 src/stdlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  1725 src/stdlib.c   else SCM_RESULT = Scm_MakeInteger(i);
Scm_MakeInteger  2428 src/stdlib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  3255 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3262 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3296 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3303 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger  3341 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) start_scm = Scm_MakeInteger(0);
Scm_MakeInteger  3348 src/stdlib.c     if (SCM_NULLP(SCM_OPTARGS)) end_scm = Scm_MakeInteger(-1);
Scm_MakeInteger   967 src/string.c                       return Scm_MakeInteger(i);
Scm_MakeInteger  1012 src/string.c           return Scm_MakeInteger(i);
Scm_MakeInteger   737 src/syslib.c     else SCM_RETURN(Scm_MakeInteger(g->gr_gid));
Scm_MakeInteger   850 src/syslib.c     else SCM_RETURN(Scm_MakeInteger(p->pw_uid));
Scm_MakeInteger  1242 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  1255 src/syslib.c     SCM_RETURN(Scm_MakeInteger(random()));
Scm_MakeInteger  1257 src/syslib.c     SCM_RETURN(Scm_MakeInteger(lrand48()));
Scm_MakeInteger  1261 src/syslib.c     SCM_RETURN(Scm_MakeInteger(rand()));
Scm_MakeInteger  1393 src/syslib.c   SCM_RETURN(Scm_Values2(Scm_MakeInteger(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1)));
Scm_MakeInteger  1441 src/syslib.c   SCM_RETURN(Scm_Values2(Scm_MakeInteger(SCM_RESULT0),Scm_MakeInteger(SCM_RESULT1)));
Scm_MakeInteger  1484 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  1528 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  1572 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  1918 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2022 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2037 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2052 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2067 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2082 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2097 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2159 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2300 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2320 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2652 src/syslib.c   SCM_RETURN(Scm_MakeInteger(SCM_RESULT));
Scm_MakeInteger  2803 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_F_OK__VAR)), SCM_OBJ(Scm_MakeInteger(F_OK)));
Scm_MakeInteger  2805 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_X_OK__VAR)), SCM_OBJ(Scm_MakeInteger(X_OK)));
Scm_MakeInteger  2807 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_W_OK__VAR)), SCM_OBJ(Scm_MakeInteger(W_OK)));
Scm_MakeInteger  2809 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_R_OK__VAR)), SCM_OBJ(Scm_MakeInteger(R_OK)));
Scm_MakeInteger  2872 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_SIG_UNBLOCK__VAR)), SCM_OBJ(Scm_MakeInteger(SIG_UNBLOCK)));
Scm_MakeInteger  2874 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_SIG_BLOCK__VAR)), SCM_OBJ(Scm_MakeInteger(SIG_BLOCK)));
Scm_MakeInteger  2876 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_SIG_SETMASK__VAR)), SCM_OBJ(Scm_MakeInteger(SIG_SETMASK)));
Scm_MakeInteger  2892 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_LC_TIME__VAR)), SCM_OBJ(Scm_MakeInteger(LC_TIME)));
Scm_MakeInteger  2894 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_LC_NUMERIC__VAR)), SCM_OBJ(Scm_MakeInteger(LC_NUMERIC)));
Scm_MakeInteger  2896 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_LC_MONETARY__VAR)), SCM_OBJ(Scm_MakeInteger(LC_MONETARY)));
Scm_MakeInteger  2898 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_LC_CTYPE__VAR)), SCM_OBJ(Scm_MakeInteger(LC_CTYPE)));
Scm_MakeInteger  2900 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_LC_COLLATE__VAR)), SCM_OBJ(Scm_MakeInteger(LC_COLLATE)));
Scm_MakeInteger  2902 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_LC_ALL__VAR)), SCM_OBJ(Scm_MakeInteger(LC_ALL)));
Scm_MakeInteger  2909 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EXFULL__VAR)), SCM_OBJ(Scm_MakeInteger(EXFULL)));
Scm_MakeInteger  2913 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EXDEV__VAR)), SCM_OBJ(Scm_MakeInteger(EXDEV)));
Scm_MakeInteger  2917 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EWOULDBLOCK__VAR)), SCM_OBJ(Scm_MakeInteger(EWOULDBLOCK)));
Scm_MakeInteger  2921 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EUSERS__VAR)), SCM_OBJ(Scm_MakeInteger(EUSERS)));
Scm_MakeInteger  2925 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EUNATCH__VAR)), SCM_OBJ(Scm_MakeInteger(EUNATCH)));
Scm_MakeInteger  2929 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EUCLEAN__VAR)), SCM_OBJ(Scm_MakeInteger(EUCLEAN)));
Scm_MakeInteger  2933 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ETXTBSY__VAR)), SCM_OBJ(Scm_MakeInteger(ETXTBSY)));
Scm_MakeInteger  2937 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ETOOMANYREFS__VAR)), SCM_OBJ(Scm_MakeInteger(ETOOMANYREFS)));
Scm_MakeInteger  2941 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ETIMEDOUT__VAR)), SCM_OBJ(Scm_MakeInteger(ETIMEDOUT)));
Scm_MakeInteger  2945 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ETIME__VAR)), SCM_OBJ(Scm_MakeInteger(ETIME)));
Scm_MakeInteger  2949 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESTRPIPE__VAR)), SCM_OBJ(Scm_MakeInteger(ESTRPIPE)));
Scm_MakeInteger  2953 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESTALE__VAR)), SCM_OBJ(Scm_MakeInteger(ESTALE)));
Scm_MakeInteger  2957 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESRMNT__VAR)), SCM_OBJ(Scm_MakeInteger(ESRMNT)));
Scm_MakeInteger  2961 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESRCH__VAR)), SCM_OBJ(Scm_MakeInteger(ESRCH)));
Scm_MakeInteger  2965 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESPIPE__VAR)), SCM_OBJ(Scm_MakeInteger(ESPIPE)));
Scm_MakeInteger  2969 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESOCKTNOSUPPORT__VAR)), SCM_OBJ(Scm_MakeInteger(ESOCKTNOSUPPORT)));
Scm_MakeInteger  2973 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ESHUTDOWN__VAR)), SCM_OBJ(Scm_MakeInteger(ESHUTDOWN)));
Scm_MakeInteger  2977 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EROFS__VAR)), SCM_OBJ(Scm_MakeInteger(EROFS)));
Scm_MakeInteger  2981 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ERESTART__VAR)), SCM_OBJ(Scm_MakeInteger(ERESTART)));
Scm_MakeInteger  2985 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EREMOTEIO__VAR)), SCM_OBJ(Scm_MakeInteger(EREMOTEIO)));
Scm_MakeInteger  2989 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EREMOTE__VAR)), SCM_OBJ(Scm_MakeInteger(EREMOTE)));
Scm_MakeInteger  2993 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EREMCHG__VAR)), SCM_OBJ(Scm_MakeInteger(EREMCHG)));
Scm_MakeInteger  2997 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ERANGE__VAR)), SCM_OBJ(Scm_MakeInteger(ERANGE)));
Scm_MakeInteger  3001 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EPROTOTYPE__VAR)), SCM_OBJ(Scm_MakeInteger(EPROTOTYPE)));
Scm_MakeInteger  3005 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EPROTONOSUPPORT__VAR)), SCM_OBJ(Scm_MakeInteger(EPROTONOSUPPORT)));
Scm_MakeInteger  3009 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EPROTO__VAR)), SCM_OBJ(Scm_MakeInteger(EPROTO)));
Scm_MakeInteger  3013 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EPIPE__VAR)), SCM_OBJ(Scm_MakeInteger(EPIPE)));
Scm_MakeInteger  3017 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EPFNOSUPPORT__VAR)), SCM_OBJ(Scm_MakeInteger(EPFNOSUPPORT)));
Scm_MakeInteger  3021 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EPERM__VAR)), SCM_OBJ(Scm_MakeInteger(EPERM)));
Scm_MakeInteger  3025 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EOVERFLOW__VAR)), SCM_OBJ(Scm_MakeInteger(EOVERFLOW)));
Scm_MakeInteger  3029 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EOPNOTSUPP__VAR)), SCM_OBJ(Scm_MakeInteger(EOPNOTSUPP)));
Scm_MakeInteger  3033 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENXIO__VAR)), SCM_OBJ(Scm_MakeInteger(ENXIO)));
Scm_MakeInteger  3037 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTUNIQ__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTUNIQ)));
Scm_MakeInteger  3041 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTTY__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTTY)));
Scm_MakeInteger  3045 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTSOCK__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTSOCK)));
Scm_MakeInteger  3049 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTNAM__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTNAM)));
Scm_MakeInteger  3053 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTEMPTY__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTEMPTY)));
Scm_MakeInteger  3057 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTDIR__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTDIR)));
Scm_MakeInteger  3061 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTCONN__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTCONN)));
Scm_MakeInteger  3065 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOTBLK__VAR)), SCM_OBJ(Scm_MakeInteger(ENOTBLK)));
Scm_MakeInteger  3069 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOSYS__VAR)), SCM_OBJ(Scm_MakeInteger(ENOSYS)));
Scm_MakeInteger  3073 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOSTR__VAR)), SCM_OBJ(Scm_MakeInteger(ENOSTR)));
Scm_MakeInteger  3077 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOSR__VAR)), SCM_OBJ(Scm_MakeInteger(ENOSR)));
Scm_MakeInteger  3081 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOSPC__VAR)), SCM_OBJ(Scm_MakeInteger(ENOSPC)));
Scm_MakeInteger  3085 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOPROTOOPT__VAR)), SCM_OBJ(Scm_MakeInteger(ENOPROTOOPT)));
Scm_MakeInteger  3089 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOPKG__VAR)), SCM_OBJ(Scm_MakeInteger(ENOPKG)));
Scm_MakeInteger  3093 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENONET__VAR)), SCM_OBJ(Scm_MakeInteger(ENONET)));
Scm_MakeInteger  3097 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOMSG__VAR)), SCM_OBJ(Scm_MakeInteger(ENOMSG)));
Scm_MakeInteger  3101 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOMEM__VAR)), SCM_OBJ(Scm_MakeInteger(ENOMEM)));
Scm_MakeInteger  3105 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOMEDIUM__VAR)), SCM_OBJ(Scm_MakeInteger(ENOMEDIUM)));
Scm_MakeInteger  3109 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOLINK__VAR)), SCM_OBJ(Scm_MakeInteger(ENOLINK)));
Scm_MakeInteger  3113 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOLCK__VAR)), SCM_OBJ(Scm_MakeInteger(ENOLCK)));
Scm_MakeInteger  3117 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOKEY__VAR)), SCM_OBJ(Scm_MakeInteger(ENOKEY)));
Scm_MakeInteger  3121 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOEXEC__VAR)), SCM_OBJ(Scm_MakeInteger(ENOEXEC)));
Scm_MakeInteger  3125 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOENT__VAR)), SCM_OBJ(Scm_MakeInteger(ENOENT)));
Scm_MakeInteger  3129 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENODEV__VAR)), SCM_OBJ(Scm_MakeInteger(ENODEV)));
Scm_MakeInteger  3133 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENODATA__VAR)), SCM_OBJ(Scm_MakeInteger(ENODATA)));
Scm_MakeInteger  3137 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOCSI__VAR)), SCM_OBJ(Scm_MakeInteger(ENOCSI)));
Scm_MakeInteger  3141 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOBUFS__VAR)), SCM_OBJ(Scm_MakeInteger(ENOBUFS)));
Scm_MakeInteger  3145 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENOANO__VAR)), SCM_OBJ(Scm_MakeInteger(ENOANO)));
Scm_MakeInteger  3149 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENFILE__VAR)), SCM_OBJ(Scm_MakeInteger(ENFILE)));
Scm_MakeInteger  3153 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENETUNREACH__VAR)), SCM_OBJ(Scm_MakeInteger(ENETUNREACH)));
Scm_MakeInteger  3157 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENETRESET__VAR)), SCM_OBJ(Scm_MakeInteger(ENETRESET)));
Scm_MakeInteger  3161 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENETDOWN__VAR)), SCM_OBJ(Scm_MakeInteger(ENETDOWN)));
Scm_MakeInteger  3165 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENAVAIL__VAR)), SCM_OBJ(Scm_MakeInteger(ENAVAIL)));
Scm_MakeInteger  3169 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ENAMETOOLONG__VAR)), SCM_OBJ(Scm_MakeInteger(ENAMETOOLONG)));
Scm_MakeInteger  3173 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EMULTIHOP__VAR)), SCM_OBJ(Scm_MakeInteger(EMULTIHOP)));
Scm_MakeInteger  3177 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EMSGSIZE__VAR)), SCM_OBJ(Scm_MakeInteger(EMSGSIZE)));
Scm_MakeInteger  3181 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EMLINK__VAR)), SCM_OBJ(Scm_MakeInteger(EMLINK)));
Scm_MakeInteger  3185 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EMFILE__VAR)), SCM_OBJ(Scm_MakeInteger(EMFILE)));
Scm_MakeInteger  3189 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EMEDIUMTYPE__VAR)), SCM_OBJ(Scm_MakeInteger(EMEDIUMTYPE)));
Scm_MakeInteger  3193 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELOOP__VAR)), SCM_OBJ(Scm_MakeInteger(ELOOP)));
Scm_MakeInteger  3197 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELNRNG__VAR)), SCM_OBJ(Scm_MakeInteger(ELNRNG)));
Scm_MakeInteger  3201 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELIBSCN__VAR)), SCM_OBJ(Scm_MakeInteger(ELIBSCN)));
Scm_MakeInteger  3205 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELIBMAX__VAR)), SCM_OBJ(Scm_MakeInteger(ELIBMAX)));
Scm_MakeInteger  3209 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELIBEXEC__VAR)), SCM_OBJ(Scm_MakeInteger(ELIBEXEC)));
Scm_MakeInteger  3213 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELIBBAD__VAR)), SCM_OBJ(Scm_MakeInteger(ELIBBAD)));
Scm_MakeInteger  3217 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ELIBACC__VAR)), SCM_OBJ(Scm_MakeInteger(ELIBACC)));
Scm_MakeInteger  3221 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EL3RST__VAR)), SCM_OBJ(Scm_MakeInteger(EL3RST)));
Scm_MakeInteger  3225 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EL3HLT__VAR)), SCM_OBJ(Scm_MakeInteger(EL3HLT)));
Scm_MakeInteger  3229 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EL2NSYNC__VAR)), SCM_OBJ(Scm_MakeInteger(EL2NSYNC)));
Scm_MakeInteger  3233 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EL2HLT__VAR)), SCM_OBJ(Scm_MakeInteger(EL2HLT)));
Scm_MakeInteger  3237 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EKEYREVOKED__VAR)), SCM_OBJ(Scm_MakeInteger(EKEYREVOKED)));
Scm_MakeInteger  3241 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EKEYREJECTED__VAR)), SCM_OBJ(Scm_MakeInteger(EKEYREJECTED)));
Scm_MakeInteger  3245 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EKEYEXPIRED__VAR)), SCM_OBJ(Scm_MakeInteger(EKEYEXPIRED)));
Scm_MakeInteger  3249 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EISNAM__VAR)), SCM_OBJ(Scm_MakeInteger(EISNAM)));
Scm_MakeInteger  3253 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EISDIR__VAR)), SCM_OBJ(Scm_MakeInteger(EISDIR)));
Scm_MakeInteger  3257 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EISCONN__VAR)), SCM_OBJ(Scm_MakeInteger(EISCONN)));
Scm_MakeInteger  3261 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EIO__VAR)), SCM_OBJ(Scm_MakeInteger(EIO)));
Scm_MakeInteger  3265 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EINVAL__VAR)), SCM_OBJ(Scm_MakeInteger(EINVAL)));
Scm_MakeInteger  3269 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EINTR__VAR)), SCM_OBJ(Scm_MakeInteger(EINTR)));
Scm_MakeInteger  3273 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EINPROGRESS__VAR)), SCM_OBJ(Scm_MakeInteger(EINPROGRESS)));
Scm_MakeInteger  3277 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EILSEQ__VAR)), SCM_OBJ(Scm_MakeInteger(EILSEQ)));
Scm_MakeInteger  3281 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EIDRM__VAR)), SCM_OBJ(Scm_MakeInteger(EIDRM)));
Scm_MakeInteger  3285 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EHOSTUNREACH__VAR)), SCM_OBJ(Scm_MakeInteger(EHOSTUNREACH)));
Scm_MakeInteger  3289 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EHOSTDOWN__VAR)), SCM_OBJ(Scm_MakeInteger(EHOSTDOWN)));
Scm_MakeInteger  3293 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EFBIG__VAR)), SCM_OBJ(Scm_MakeInteger(EFBIG)));
Scm_MakeInteger  3297 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EFAULT__VAR)), SCM_OBJ(Scm_MakeInteger(EFAULT)));
Scm_MakeInteger  3301 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EEXIST__VAR)), SCM_OBJ(Scm_MakeInteger(EEXIST)));
Scm_MakeInteger  3305 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EDQUOT__VAR)), SCM_OBJ(Scm_MakeInteger(EDQUOT)));
Scm_MakeInteger  3309 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EDOTDOT__VAR)), SCM_OBJ(Scm_MakeInteger(EDOTDOT)));
Scm_MakeInteger  3313 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EDOM__VAR)), SCM_OBJ(Scm_MakeInteger(EDOM)));
Scm_MakeInteger  3317 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EDESTADDRREQ__VAR)), SCM_OBJ(Scm_MakeInteger(EDESTADDRREQ)));
Scm_MakeInteger  3321 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EDEADLOCK__VAR)), SCM_OBJ(Scm_MakeInteger(EDEADLOCK)));
Scm_MakeInteger  3325 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EDEADLK__VAR)), SCM_OBJ(Scm_MakeInteger(EDEADLK)));
Scm_MakeInteger  3329 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECONNRESET__VAR)), SCM_OBJ(Scm_MakeInteger(ECONNRESET)));
Scm_MakeInteger  3333 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECONNREFUSED__VAR)), SCM_OBJ(Scm_MakeInteger(ECONNREFUSED)));
Scm_MakeInteger  3337 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECONNABORTED__VAR)), SCM_OBJ(Scm_MakeInteger(ECONNABORTED)));
Scm_MakeInteger  3341 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECOMM__VAR)), SCM_OBJ(Scm_MakeInteger(ECOMM)));
Scm_MakeInteger  3345 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECHRNG__VAR)), SCM_OBJ(Scm_MakeInteger(ECHRNG)));
Scm_MakeInteger  3349 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECHILD__VAR)), SCM_OBJ(Scm_MakeInteger(ECHILD)));
Scm_MakeInteger  3353 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_ECANCELED__VAR)), SCM_OBJ(Scm_MakeInteger(ECANCELED)));
Scm_MakeInteger  3357 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBUSY__VAR)), SCM_OBJ(Scm_MakeInteger(EBUSY)));
Scm_MakeInteger  3361 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBFONT__VAR)), SCM_OBJ(Scm_MakeInteger(EBFONT)));
Scm_MakeInteger  3365 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADSLT__VAR)), SCM_OBJ(Scm_MakeInteger(EBADSLT)));
Scm_MakeInteger  3369 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADRQC__VAR)), SCM_OBJ(Scm_MakeInteger(EBADRQC)));
Scm_MakeInteger  3373 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADR__VAR)), SCM_OBJ(Scm_MakeInteger(EBADR)));
Scm_MakeInteger  3377 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADMSG__VAR)), SCM_OBJ(Scm_MakeInteger(EBADMSG)));
Scm_MakeInteger  3381 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADFD__VAR)), SCM_OBJ(Scm_MakeInteger(EBADFD)));
Scm_MakeInteger  3385 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADF__VAR)), SCM_OBJ(Scm_MakeInteger(EBADF)));
Scm_MakeInteger  3389 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EBADE__VAR)), SCM_OBJ(Scm_MakeInteger(EBADE)));
Scm_MakeInteger  3393 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EALREADY__VAR)), SCM_OBJ(Scm_MakeInteger(EALREADY)));
Scm_MakeInteger  3397 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EAGAIN__VAR)), SCM_OBJ(Scm_MakeInteger(EAGAIN)));
Scm_MakeInteger  3401 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EAFNOSUPPORT__VAR)), SCM_OBJ(Scm_MakeInteger(EAFNOSUPPORT)));
Scm_MakeInteger  3405 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EADV__VAR)), SCM_OBJ(Scm_MakeInteger(EADV)));
Scm_MakeInteger  3409 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EADDRNOTAVAIL__VAR)), SCM_OBJ(Scm_MakeInteger(EADDRNOTAVAIL)));
Scm_MakeInteger  3413 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EADDRINUSE__VAR)), SCM_OBJ(Scm_MakeInteger(EADDRINUSE)));
Scm_MakeInteger  3417 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_EACCES__VAR)), SCM_OBJ(Scm_MakeInteger(EACCES)));
Scm_MakeInteger  3421 src/syslib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(syslib_E2BIG__VAR)), SCM_OBJ(Scm_MakeInteger(E2BIG)));
Scm_MakeInteger    97 src/system.c       return Scm_MakeInteger(off);
Scm_MakeInteger   100 src/system.c           return Scm_MakeInteger(off);
Scm_MakeInteger   103 src/system.c           return Scm_MakeInteger(-1); /* dummy */
Scm_MakeInteger   798 src/system.c       return Scm_MakeInteger(t->sec);
Scm_MakeInteger   811 src/system.c       return Scm_MakeInteger(t->nsec);
Scm_MakeInteger   945 src/system.c       return Scm_MakeInteger(tm->tm.name);                                \
Scm_MakeInteger  1001 src/system.c       sg->gid = Scm_MakeInteger(g->gr_gid);
Scm_MakeInteger  1070 src/system.c       sp->uid = Scm_MakeInteger(pw->pw_uid);
Scm_MakeInteger  1071 src/system.c       sp->gid = Scm_MakeInteger(pw->pw_gid);
Scm_MakeInteger  1280 src/system.c       return Scm_MakeInteger(pid);
Scm_MakeInteger  1382 src/system.c       return Scm_Values4(Scm_MakeInteger(numfds),
Scm_MakeInteger   496 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   499 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   502 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   505 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   509 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   512 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   515 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   518 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger(vv)));
Scm_MakeInteger   537 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, 0, NULL)));
Scm_MakeInteger   540 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, 0, NULL)));
Scm_MakeInteger   543 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, 0, NULL)));
Scm_MakeInteger   546 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, 0, NULL)));
Scm_MakeInteger   615 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, SCM_CLAMP_BOTH, NULL)));
Scm_MakeInteger   619 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, SCM_CLAMP_BOTH, NULL)));
Scm_MakeInteger   623 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, SCM_CLAMP_BOTH, NULL)));
Scm_MakeInteger   627 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, SCM_CLAMP_BOTH, NULL)));
Scm_MakeInteger   631 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, SCM_CLAMP_BOTH, NULL)));
Scm_MakeInteger   635 src/test-arith.c                    Scm_MakeInteger(Scm_GetInteger32Clamp(vv, SCM_CLAMP_BOTH, NULL)));
Scm_MakeInteger  2140 src/vm.c                               VAL0 = Scm_MakeInteger(r);
Scm_MakeInteger  2157 src/vm.c                               VAL0 = Scm_MakeInteger(r);
Scm_MakeInteger  2204 src/vm.c                               VAL0 = Scm_MakeInteger(r);
Scm_MakeInteger  2223 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger  2242 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger  2260 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger  2278 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger  2296 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger  2314 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger  2332 src/vm.c                               VAL0 = Scm_MakeInteger(imm);
Scm_MakeInteger   908 src/write.c                                params[numParams++] = Scm_MakeInteger(sign*value);
Scm_MakeInteger  1179 src/write.c                        SCM_APPEND1(h, t, Scm_MakeInteger(val));
Scm_MakeInteger  1221 src/write.c                        SCM_APPEND1(h, t, Scm_MakeInteger(c));