Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A Dbuiltin-syms.h122 #define SCM_SYM_CLOSE_PAREN SCM_OBJ(&Scm_BuiltinSymbols[115]) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dregexp.c335 case ')': return SCM_SYM_CLOSE_PAREN; in rc1_lex()
663 if (!SCM_EQ(rc1_lex(ctx), SCM_SYM_CLOSE_PAREN)) in rc1_lex_conditional_pattern()
720 if (SCM_EQ(token, SCM_SYM_CLOSE_PAREN)) { in rc1_parse()