Home
last modified time | relevance | path

Searched refs:SCM_PTRP (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dweak.c71 if (p[i]==NULL || SCM_PTRP(p[i])) { in weakvector_finalize()
123 if (p[index] == NULL || SCM_PTRP(p[index])) { in Scm_WeakVectorSet()
129 if (SCM_PTRP(value)) { in Scm_WeakVectorSet()
H A Dcompaux.c361 if (!SCM_PTRP(form)) return form; in unwrap_rec()
H A Dhash.c349 } else if (!SCM_PTRP(obj)) { in equal_hash_common()
1297 if (!SCM_PTRP(obj)) { in Scm_Hash()
H A Dwrite.c606 if (!SCM_PTRP(obj) || SCM_NUMBERP(obj)) { in write_rec()
H A Dcode.c395 if (!SCM_PTRP(obj)) return; in cc_builder_add_constant()
H A Dlibio.scm829 (return (not (or (not (SCM_PTRP obj))
H A Dgauche.h297 #define SCM_PTRP(obj) (SCM_TAG1(obj) == 0) macro
H A Dclass.c484 if (!SCM_PTRP(obj)) { in Scm_ClassOf()
H A Dlibio.c8416 {SCM_RESULT=(!((((((!(SCM_PTRP(obj)))||( in libiowrite_need_recurseP()