SCM_FALSEP        305 ext/auxsys/auxsyslib.c if (SCM_FALSEP(atime)&&SCM_FALSEP(mtime)) {
SCM_FALSEP        308 ext/auxsys/auxsyslib.c   tim.actime  = SCM_FALSEP(atime)?time(NULL):Scm_GetUInteger(atime);
SCM_FALSEP        309 ext/auxsys/auxsyslib.c   tim.modtime = SCM_FALSEP(mtime)?time(NULL):Scm_GetUInteger(mtime);
SCM_FALSEP         42 ext/binary/binary.c     if (SCM_FALSEP(x)) {                                                \
SCM_FALSEP         54 ext/binary/binary.c     if (SCM_FALSEP(x)) {                                                \
SCM_FALSEP         75 ext/charconv/charconv.c     if (SCM_UNBOUNDP(code) || SCM_FALSEP(code)) {
SCM_FALSEP         79 ext/charconv/convlib.c                               !SCM_FALSEP(ownerP));
SCM_FALSEP        123 ext/charconv/convlib.c                                !SCM_FALSEP(ownerP));
SCM_FALSEP        441 ext/dbm/gdbm.c else ival = !SCM_FALSEP(val);
SCM_FALSEP        280 ext/mt-random/mt-random.c     if (!SCM_FALSEP(seed) && !SCM_EXACTP(seed) && !SCM_U32VECTORP(seed)) {
SCM_FALSEP        123 ext/net/addr.c     if (!SCM_FALSEP(path) && !SCM_STRINGP(path)) {
SCM_FALSEP        479 ext/net/netlib.c   if (!SCM_FALSEP(bufferedP)) { /*for backward compatibility */
SCM_FALSEP        510 ext/net/netlib.c   if (!SCM_FALSEP(bufferedP)) { /* for backward compatibility */
SCM_FALSEP       1337 ext/net/netlib.c   if (!SCM_SYS_ADDRINFO_P(hints) && !SCM_FALSEP(hints))
SCM_FALSEP       1339 ext/net/netlib.c   if (!SCM_FALSEP(hints)) {
SCM_FALSEP       1347 ext/net/netlib.c                              SCM_FALSEP(hints) ? NULL : &ai));
SCM_FALSEP         99 ext/threads/mutex.c     if (SCM_FALSEP(name)) Scm_Printf(port, "#<mutex %p ", mutex);
SCM_FALSEP        300 ext/threads/mutex.c     if (SCM_FALSEP(name)) Scm_Printf(port, "#<condition-variable %p>", cv);
SCM_FALSEP        368 ext/threads/thrlib.c   else if (!SCM_FALSEP(thread)) Scm_Error("thread or #f required, but got %S", thread);
SCM_FALSEP        406 ext/threads/thrlib.c   else if (!SCM_FALSEP(cv)) Scm_Error("condition variable or #f required, but got %S", cv);
SCM_FALSEP       7186 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7189 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7193 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7198 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7210 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7216 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7226 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7232 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7260 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7263 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7267 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7272 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7284 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7290 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7300 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7306 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7334 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7337 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7341 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7346 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7358 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7364 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7374 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7380 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7408 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7411 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7415 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7420 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7432 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7438 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7448 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7454 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7482 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7485 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7489 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7494 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7506 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7512 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7522 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7528 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7556 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7559 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7563 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7568 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7580 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7586 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7596 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7602 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7630 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7633 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7637 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7642 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7654 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7660 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7670 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7676 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7704 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7707 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7711 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7716 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7728 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7734 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7744 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7750 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7778 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7781 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7785 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7790 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7802 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7808 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7818 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7824 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7852 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7855 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7859 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7864 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7876 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7882 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7892 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7898 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7926 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       7929 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       7933 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       7938 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       7950 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7956 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7966 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       7972 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8000 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8003 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8007 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8012 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8024 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8030 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8040 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8046 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8074 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8077 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8081 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8086 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8098 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8104 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8114 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8120 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8148 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8151 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8155 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8160 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8172 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8178 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8188 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8194 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8222 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8225 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8229 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8234 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8246 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8252 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8262 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8268 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8296 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8299 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8303 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8308 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8320 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8326 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8336 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8342 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8370 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8373 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8377 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8382 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8394 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8400 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8410 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8416 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8444 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8447 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8451 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8456 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8468 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8474 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8484 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8490 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8518 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8521 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8525 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8530 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8542 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8548 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8558 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8564 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8592 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8595 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8599 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8604 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8616 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8622 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8632 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8638 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8666 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8669 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8673 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8678 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8690 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8696 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8706 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8712 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8740 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8743 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8747 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8752 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8764 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8770 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8780 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8786 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8814 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8817 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8821 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8826 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8838 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8844 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8854 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8860 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8888 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8891 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8895 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8900 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8912 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8918 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8928 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8934 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8962 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       8965 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       8969 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       8974 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       8986 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       8992 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9002 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9008 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9036 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       9039 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       9043 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       9048 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       9060 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9066 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9076 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9082 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9110 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       9113 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       9117 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       9122 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       9134 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9140 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9150 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9156 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9184 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       9187 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       9191 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       9196 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       9208 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9214 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9224 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9230 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9258 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       9261 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       9265 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       9270 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       9282 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9288 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9298 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9304 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9332 ext/uvector/uvector.c     if (SCM_FALSEP(min)) mintype = ARGTYPE_CONST;
SCM_FALSEP       9335 ext/uvector/uvector.c     if (SCM_FALSEP(max)) maxtype = ARGTYPE_CONST;
SCM_FALSEP       9339 ext/uvector/uvector.c         if ((mindc = SCM_FALSEP(min)) == FALSE) {
SCM_FALSEP       9344 ext/uvector/uvector.c         if ((maxdc = SCM_FALSEP(max)) == FALSE) {
SCM_FALSEP       9356 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9362 ext/uvector/uvector.c             if ((mindc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9372 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9378 ext/uvector/uvector.c             if ((maxdc = SCM_FALSEP(vv)) == FALSE) {
SCM_FALSEP       9673 ext/uvector/uvector.c     if (!SCM_FALSEP(endian)
SCM_FALSEP         24 ext/uvector/uvlib.c    if (!SCM_FALSEP(clamp) && !SCM_UNBOUNDP(clamp))
SCM_FALSEP         89 ext/vport/vport.c     if (SCM_FALSEP(data->getb_proc)) {
SCM_FALSEP         97 ext/vport/vport.c         if (SCM_FALSEP(data->getc_proc)) return EOF;
SCM_FALSEP        127 ext/vport/vport.c     if (SCM_FALSEP(data->getc_proc)) {
SCM_FALSEP        134 ext/vport/vport.c         if (SCM_FALSEP(data->getb_proc)) return EOF;
SCM_FALSEP        164 ext/vport/vport.c     if (!SCM_FALSEP(data->gets_proc)) {
SCM_FALSEP        198 ext/vport/vport.c     if (!SCM_FALSEP(data->ready_proc)) {
SCM_FALSEP        201 ext/vport/vport.c         return !SCM_FALSEP(s);
SCM_FALSEP        216 ext/vport/vport.c     if (SCM_FALSEP(data->putb_proc)) {
SCM_FALSEP        217 ext/vport/vport.c         if (!SCM_FALSEP(data->putc_proc)
SCM_FALSEP        240 ext/vport/vport.c     if (SCM_FALSEP(data->putc_proc)) {
SCM_FALSEP        241 ext/vport/vport.c         if (SCM_FALSEP(data->putb_proc)) {
SCM_FALSEP        265 ext/vport/vport.c     if (!SCM_FALSEP(data->puts_proc)) {
SCM_FALSEP        269 ext/vport/vport.c     } else if (!SCM_FALSEP(data->putb_proc)) {
SCM_FALSEP        290 ext/vport/vport.c     if (!SCM_FALSEP(data->puts_proc)) {
SCM_FALSEP        293 ext/vport/vport.c                || (SCM_FALSEP(data->putc_proc)
SCM_FALSEP        294 ext/vport/vport.c                    && !SCM_FALSEP(data->putb_proc))) {
SCM_FALSEP        297 ext/vport/vport.c     } else if (!SCM_FALSEP(data->putc_proc)) {
SCM_FALSEP        319 ext/vport/vport.c     if (!SCM_FALSEP(data->flush_proc)) {
SCM_FALSEP        331 ext/vport/vport.c     if (!SCM_FALSEP(data->close_proc)) {
SCM_FALSEP        343 ext/vport/vport.c     if (!SCM_FALSEP(data->seek_proc)) {
SCM_FALSEP        513 ext/vport/vport.c     if (SCM_FALSEP(data->fill_proc)) {
SCM_FALSEP        532 ext/vport/vport.c     if (SCM_FALSEP(data->flush_proc)) {
SCM_FALSEP        550 ext/vport/vport.c     if (!SCM_FALSEP(data->close_proc)) {
SCM_FALSEP        563 ext/vport/vport.c     if (!SCM_FALSEP(data->ready_proc)) {
SCM_FALSEP        565 ext/vport/vport.c         return SCM_FALSEP(s)? SCM_FD_WOULDBLOCK:SCM_FD_READY;
SCM_FALSEP        580 ext/vport/vport.c     if (SCM_FALSEP(data->filenum_proc)) {
SCM_FALSEP        596 ext/vport/vport.c     if (!SCM_FALSEP(data->seek_proc)) {
SCM_FALSEP        448 src/class.c            if (SCM_TRUEP(obj) || SCM_FALSEP(obj)) return SCM_CLASS_BOOL;
SCM_FALSEP        489 src/class.c        if (!SCM_FALSEP(k->redefined)) {
SCM_FALSEP        508 src/class.c        if (!SCM_FALSEP(k->redefined)) {
SCM_FALSEP        854 src/class.c        if (SCM_FALSEP(result))
SCM_FALSEP        916 src/class.c        if (SCM_FALSEP(klass->redefined)) {
SCM_FALSEP        934 src/class.c        if (!SCM_FALSEP(newklass)&&!SCM_CLASSP(newklass)) {
SCM_FALSEP        994 src/class.c            if (SCM_FALSEP(Scm_Memq(super->directSubclasses, SCM_OBJ(sub)))) {
SCM_FALSEP       1020 src/class.c            if (SCM_FALSEP(Scm_Memq(super->directMethods, SCM_OBJ(m)))) {
SCM_FALSEP       1074 src/class.c        if (!SCM_FALSEP(klass->redefined)) {
SCM_FALSEP       1275 src/class.c        return SCM_FALSEP(result)? SCM_FALSE:SCM_TRUE;
SCM_FALSEP       1336 src/class.c        if (!SCM_FALSEP(klass->redefined)) {
SCM_FALSEP       1374 src/class.c        if (!SCM_FALSEP(klass->redefined)) {
SCM_FALSEP       1467 src/class.c        if (!SCM_FALSEP(klass->redefined)) {
SCM_FALSEP       1505 src/class.c        if (!SCM_FALSEP(klass->redefined)) {
SCM_FALSEP       1577 src/class.c        if (!SCM_FALSEP(klass->redefined)) {
SCM_FALSEP       1688 src/class.c        else if (!SCM_FALSEP(sa->schemeGetter)) Scm_Printf(out, "proc");
SCM_FALSEP       1691 src/class.c        if (!SCM_FALSEP(sa->initKeyword))
SCM_FALSEP       1770 src/class.c        sa->initializable = SCM_FALSEP(v)? FALSE : TRUE;
SCM_FALSEP       1869 src/class.c            return (SCM_FALSEP(r)? -1 : 0);
SCM_FALSEP       2300 src/class.c        if (SCM_FALSEP(Scm_Memq(SCM_OBJ(m), newc->directMethods))) {
SCM_FALSEP       2335 src/class.c        if (!SCM_FALSEP(Scm_Memq(SCM_OBJ(method), gf->methods)))
SCM_FALSEP       2833 src/class.c                if (SCM_FALSEP(p)) {
SCM_FALSEP        217 src/code.c                     if (SCM_FALSEP(srcinfo)) {
SCM_FALSEP        314 src/code.c         if (!SCM_FALSEP(Scm_Memq(obj, b->constants))) return;
SCM_FALSEP        320 src/code.c         if (SCM_FALSEP(b->currentInfo)) return;
SCM_FALSEP        607 src/code.c             if (!SCM_FALSEP(info)) b->currentInfo = info;   \
SCM_FALSEP        614 src/code.c             if (!SCM_FALSEP(info)) b->currentInfo = info;   \
SCM_FALSEP        703 src/code.c             } else if (SCM_FALSEP(operand)) {
SCM_FALSEP        255 src/compaux.c      if (!SCM_FALSEP(Scm_Memq(form, history))) return form;
SCM_FALSEP        354 src/core.c         if (SCM_FALSEP(dir)) {
SCM_FALSEP        366 src/core.c         if (SCM_FALSEP(dir)) {
SCM_FALSEP        378 src/core.c         if (SCM_FALSEP(dir)) {
SCM_FALSEP        390 src/core.c         if (SCM_FALSEP(dir)) {
SCM_FALSEP        215 src/error.c        else if (SCM_FALSEP(val)) {
SCM_FALSEP        254 src/error.c        if (!SCM_PORTP(val) && !SCM_FALSEP(val)) {
SCM_FALSEP        257 src/error.c        obj->port = SCM_FALSEP(val)? NULL : SCM_PORT(val);
SCM_FALSEP        819 src/error.c            if (!SCM_FALSEP(msg)) {
SCM_FALSEP        311 src/extlib.c     } else if (!SCM_FALSEP(min)) {
SCM_FALSEP        319 src/extlib.c     } else if (!SCM_FALSEP(max)) {
SCM_FALSEP       2224 src/extlib.c    SCM_RESULT = (Scm_StringPointerSubstring(sp, !SCM_FALSEP(after)));
SCM_FALSEP       2526 src/extlib.c     if (SCM_FALSEP(match)) SCM_RETURN(SCM_FALSE);
SCM_FALSEP       2556 src/extlib.c     if (SCM_FALSEP(match)) SCM_RETURN(SCM_FALSE);
SCM_FALSEP       2586 src/extlib.c     if (SCM_FALSEP(match)) SCM_RETURN(SCM_FALSE);
SCM_FALSEP       2616 src/extlib.c     if (SCM_FALSEP(match)) SCM_RETURN(SCM_FALSE);
SCM_FALSEP       2646 src/extlib.c     if (SCM_FALSEP(match)) SCM_RETURN(SCM_FALSE);
SCM_FALSEP       2664 src/extlib.c     if (SCM_FALSEP(match)) SCM_RETURN(SCM_MAKE_INT(0));
SCM_FALSEP       3067 src/extlib.c     if (SCM_FALSEP(if_does_not_exist)) ignerr = TRUE;
SCM_FALSEP       3130 src/extlib.c     else if (SCM_FALSEP(if_exists)) { flags |= O_EXCL; ignerr = TRUE; }
SCM_FALSEP       3136 src/extlib.c     else if (SCM_FALSEP(if_does_not_exist)) ignerr = TRUE;
SCM_FALSEP       3278 src/extlib.c       if (SCM_EOFP(r) || SCM_FALSEP(r)) {
SCM_FALSEP       3929 src/extlib.c     if (SCM_FALSEP(allowbytestr)&&SCM_STRINGP(r)&&SCM_STRING_INCOMPLETE_P(r)) {
SCM_FALSEP       4204 src/extlib.c     SCM_RETURN(Scm_AddLoadPath(cpath, !SCM_FALSEP(afterp)));
SCM_FALSEP       4235 src/extlib.c    SCM_RESULT = (Scm_DynLoad(file, init_function, !SCM_FALSEP(export_symbols)));
SCM_FALSEP       5042 src/extlib.c     } else if (SCM_FALSEP(if_exists)) {
SCM_FALSEP       5047 src/extlib.c     if (!SCM_FALSEP(name) && !SCM_SYMBOLP(name)) {
SCM_FALSEP       5050 src/extlib.c     SCM_RETURN(Scm_MakeModule((SCM_FALSEP(name)?NULL:SCM_SYMBOL(name)),
SCM_FALSEP       5151 src/extlib.c      } else if (SCM_FALSEP(mod_or_name)) {
SCM_FALSEP       5412 src/extlib.c     if (!SCM_FALSEP(handler) && !SCM_PROCEDUREP(handler)) {
SCM_FALSEP        215 src/gauche.h   #define SCM_BOOL_VALUE(obj)  (!SCM_FALSEP(obj))
SCM_FALSEP       2560 src/gauche.h   #define SCM_MAYBE_P(pred, obj)      (SCM_FALSEP(obj)||(pred(obj)))
SCM_FALSEP       2561 src/gauche.h   #define SCM_MAYBE(unboxer, obj)     (SCM_FALSEP(obj)?NULL:(unboxer(obj)))
SCM_FALSEP        434 src/intlib.c                && !SCM_FALSEP(SCM_PROCEDURE_INLINER(gval))
SCM_FALSEP        133 src/keyword.c              if (SCM_FALSEP(prev)) {
SCM_FALSEP        582 src/list.c             if (SCM_FALSEP(Scm_Member(SCM_CAR(lp), result, cmpmode))) {
SCM_FALSEP        647 src/list.c                     if (!SCM_FALSEP(Scm_Memq(h, SCM_CDR(*tp)))) {
SCM_FALSEP        656 src/list.c             if (SCM_FALSEP(next)) return SCM_FALSE; /* inconsistent */
SCM_FALSEP        180 src/load.c         } else if (!SCM_UNBOUNDP(env) && !SCM_FALSEP(env)) {
SCM_FALSEP        313 src/load.c                 if (!SCM_FALSEP(fpath)) break;
SCM_FALSEP        326 src/load.c             if (!SCM_FALSEP(fpath)) return fpath;
SCM_FALSEP        359 src/load.c         if (SCM_FALSEP(truename)) return SCM_FALSE;
SCM_FALSEP        379 src/load.c         if (SCM_FALSEP(port)) {
SCM_FALSEP        403 src/load.c         if (SCM_FALSEP(Scm_GetKeyword(key_error_if_not_found, args[1], SCM_TRUE)))
SCM_FALSEP        405 src/load.c         if (!SCM_FALSEP(Scm_GetKeyword(key_ignore_coding, args[1], SCM_FALSE)))
SCM_FALSEP        429 src/load.c         return !SCM_FALSEP(r);
SCM_FALSEP        700 src/load.c         if (SCM_FALSEP(truename)) {
SCM_FALSEP        709 src/load.c             if (SCM_FALSEP(truename)) {
SCM_FALSEP        730 src/load.c         if (!SCM_FALSEP(Scm_Member(truename, ldinfo.dso_list, SCM_CMP_EQUAL))) {
SCM_FALSEP        838 src/load.c             if (!SCM_FALSEP(provided)) break;
SCM_FALSEP        840 src/load.c             if (SCM_FALSEP(providing)) break;
SCM_FALSEP        852 src/load.c                 if (SCM_FALSEP(q)) break;
SCM_FALSEP        867 src/load.c         if (!loop && SCM_FALSEP(provided)) {
SCM_FALSEP        873 src/load.c         if (!SCM_FALSEP(provided)) return SCM_TRUE;
SCM_FALSEP        896 src/load.c         if (SCM_FALSEP(Scm_Member(feature, ldinfo.provided, SCM_CMP_EQUAL))) {
SCM_FALSEP        899 src/load.c         if (!SCM_FALSEP(Scm_Member(feature, ldinfo.providing, SCM_CMP_EQUAL))) {
SCM_FALSEP        911 src/load.c         r = !SCM_FALSEP(Scm_Member(feature, ldinfo.provided, SCM_CMP_EQUAL));
SCM_FALSEP        293 src/macro.c        if (!SCM_FALSEP(Scm_Assq(pvar, ctx->pvars))) {
SCM_FALSEP        437 src/macro.c            if (!SCM_FALSEP(q = id_memq(form, ctx->literals))) return q;
SCM_FALSEP        445 src/macro.c                    if (!SCM_FALSEP(q = id_memq(form, ctx->tvars))) return q;
SCM_FALSEP        224 src/module.c                       if (!SCM_FALSEP(Scm_Memq(SCM_CAR(mp), more_searched))) {
SCM_FALSEP        457 src/module.c       if (SCM_FALSEP(mpl)) {
SCM_FALSEP       2242 src/number.c       if (!SCM_FALSEP(initval)) {
SCM_FALSEP       2453 src/number.c               if (SCM_FALSEP(denom)) return SCM_FALSE;
SCM_FALSEP       2499 src/number.c       if (SCM_FALSEP(intpart)) {
SCM_FALSEP       2626 src/number.c       if (SCM_FALSEP(realpart) || len == 0) return realpart;
SCM_FALSEP       2638 src/number.c               if (SCM_FALSEP(angle) || len != 0) return SCM_FALSE;
SCM_FALSEP       2654 src/number.c               if (SCM_FALSEP(imagpart) || len != 1 || *str != 'i') {
SCM_FALSEP        631 src/port.c         while (!SCM_FALSEP(Scm_WeakVectorRef(active_buffered_ports.ports, i, SCM_FALSE))) {
SCM_FALSEP        651 src/port.c             if (!SCM_FALSEP(p) && SCM_EQ(SCM_OBJ(port), p)) {
SCM_FALSEP        682 src/port.c                 if (!SCM_FALSEP(p)) {
SCM_FALSEP        690 src/port.c             if (!SCM_FALSEP(p)) {
SCM_FALSEP        701 src/port.c                 if (!SCM_FALSEP(p)) Scm_WeakVectorSet(ports, i, p);
SCM_FALSEP        717 src/port.c         if (fallback >= 0 && (SCM_UNBOUNDP(flag) || SCM_FALSEP(flag)))
SCM_FALSEP         54 src/proc.c             if (!SCM_FALSEP(info)) {
SCM_FALSEP        340 src/proc.c             return !SCM_FALSEP(SCM_PROCEDURE(proc)->setter);
SCM_FALSEP        200 src/prof.c             if (SCM_FALSEP(e->value)) {
SCM_FALSEP         83 src/promise.c      if (SCM_FALSEP(p->kind)) {
SCM_FALSEP        272 src/read.c             if (!SCM_FALSEP(finisher)) {
SCM_FALSEP        691 src/regexp.c               if (SCM_FALSEP(m)) {
SCM_FALSEP        766 src/regexp.c       if (SCM_FALSEP(Scm_Memq(SCM_OBJ(cs), ctx->sets))) {
SCM_FALSEP       2004 src/regexp.c           if (SCM_FALSEP(Scm_StringScan(str, rx->mustMatch,
SCM_FALSEP       2018 src/regexp.c           if (!SCM_FALSEP(r)) return r;
SCM_FALSEP        501 src/signal.c       } else if (SCM_FALSEP(handler)) {
SCM_FALSEP       1275 src/stdlib.c    SCM_RESULT = (Scm_NumberToString(obj, radix, !SCM_FALSEP(use_upperP)));
SCM_FALSEP       1326 src/stdlib.c   SCM_RESULT = SCM_FALSEP(obj);
SCM_FALSEP        102 src/syslib.c     if (!SCM_FALSEP(absolute)) flags |= SCM_PATH_ABSOLUTE;
SCM_FALSEP        103 src/syslib.c     if (!SCM_FALSEP(expand))   flags |= SCM_PATH_EXPAND;
SCM_FALSEP        104 src/syslib.c     if (!SCM_FALSEP(canonicalize)) flags |= SCM_PATH_CANONICALIZE;
SCM_FALSEP       1432 src/syslib.c   if (!SCM_FALSEP(nohang))   options |= WNOHANG;
SCM_FALSEP       1433 src/syslib.c   if (!SCM_FALSEP(untraced)) options |= WUNTRACED;
SCM_FALSEP        749 src/system.c       t->type = SCM_FALSEP(type)? SCM_SYM_TIME_UTC : type;
SCM_FALSEP        884 src/system.c       if (SCM_FALSEP(t)) return NULL;
SCM_FALSEP       1320 src/system.c       if (SCM_FALSEP(fds)) return NULL;
SCM_FALSEP       1328 src/system.c       if (SCM_FALSEP(timeout)) return NULL;
SCM_FALSEP        981 src/vm.c                       VM_ASSERT(!SCM_FALSEP(nm));
SCM_FALSEP       1026 src/vm.c                       if (SCM_FALSEP(VAL0)) RETURN_OP();
SCM_FALSEP       1030 src/vm.c                       if (!SCM_FALSEP(VAL0)) RETURN_OP();
SCM_FALSEP       1376 src/vm.c                       if (SCM_FALSEP(VAL0)) {
SCM_FALSEP       1384 src/vm.c                       if (!SCM_FALSEP(VAL0)) {
SCM_FALSEP       1814 src/vm.c                       VAL0 = SCM_MAKE_BOOL(SCM_FALSEP(VAL0));
SCM_FALSEP       1870 src/vm.c                       if (!SCM_FALSEP(Scm_ClassOf(obj)->redefined)) {
SCM_FALSEP       3400 src/vm.c               if (!SCM_FALSEP(Scm_Memq(SCM_CAR(p), target))) break;
SCM_FALSEP       3406 src/vm.c               if (!SCM_FALSEP(Scm_Memq(SCM_CAR(p), current))) continue;
SCM_FALSEP       3675 src/vm.c           if (!SCM_FALSEP(info)) SCM_APPEND1(stack, tail, info);
SCM_FALSEP       3678 src/vm.c               if (!SCM_FALSEP(info)) SCM_APPEND1(stack, tail, info);
SCM_FALSEP        864 src/write.c                    if (!SCM_FALSEP(arg) && !SCM_INTP(arg) && !SCM_CHARP(arg)) {