SCM_PTRP          122 src/boolean.c      if (!SCM_PTRP(x)) return (x == y);
SCM_PTRP          447 src/class.c        if (!SCM_PTRP(obj)) {
SCM_PTRP          313 src/code.c         if (!SCM_PTRP(obj)) return;
SCM_PTRP          254 src/compaux.c      if (!SCM_PTRP(form)) return form;
SCM_PTRP          292 src/gauche.h   #define SCM_HOBJP(obj)  (SCM_PTRP(obj)&&SCM_TAG(SCM_OBJ(obj)->tag)==3)
SCM_PTRP          316 src/gauche.h       (SCM_PTRP(obj)&&(SCM_OBJ(obj)->tag == SCM_CLASS2TAG(klass)))
SCM_PTRP          747 src/gauche.h   #define SCM_PAIRP(obj)  (SCM_PTRP(obj)&&SCM_TAG(SCM_OBJ(obj)->tag)!=0x03)
SCM_PTRP          155 src/hash.c         if (!SCM_PTRP(obj)) {
SCM_PTRP           72 src/weak.c             if (p[i]==NULL || SCM_PTRP(p[i])) {
SCM_PTRP          128 src/weak.c         if (p[index] == NULL || SCM_PTRP(p[index])) {
SCM_PTRP          134 src/weak.c         if (SCM_PTRP(value)) {
SCM_PTRP          348 src/write.c            if (!SCM_PTRP(obj) || SCM_SYMBOLP(obj) || SCM_KEYWORDP(obj)
SCM_PTRP          359 src/write.c                if (SCM_PTRP(elt)) write_walk(SCM_CAR(obj), port, ctx);
SCM_PTRP          378 src/write.c                    if (SCM_PTRP(elt)) write_walk(elt, port, ctx);
SCM_PTRP          410 src/write.c        if (!SCM_PTRP(obj)) {