Searched refs:SCM_CHARS (Results 1 – 1 of 1) sorted by relevance
318 char *str = index ? SCM_CHARS (scm_heap_org + index) : ""; in scm_scmval_print()319 #define SCM_CHARS(x) ((char *)(SCM_CDR(x))) in scm_scmval_print() macro