Home
last modified time | relevance | path

Searched refs:Scm_ReadListWithContext (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dreader.h92 SCM_EXTERN ScmObj Scm_ReadListWithContext(ScmObj port, ScmChar closer,
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dread.c151 ScmObj Scm_ReadListWithContext(ScmObj port, ScmChar closer, ScmReadContext *ctx) in Scm_ReadListWithContext() function
180 return Scm_ReadListWithContext(port, closer, ctx); in Scm_ReadList()