Home
last modified time | relevance | path

Searched refs:SCM_STRING_CURSOR_SMALL_OFFSET (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A DstringP.h70 #define SCM_STRING_CURSOR_SMALL_OFFSET(obj) \ macro
73 (SCM_STRING_BODY_START(sb) + SCM_STRING_CURSOR_SMALL_OFFSET(obj))
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dwrite.c484 SCM_STRING_CURSOR_SMALL_OFFSET(obj)); in Scm__WritePrimitive()
H A Dstring.c233 return SCM_STRING_CURSOR_SMALL_OFFSET(sc); in string_cursor_offset()