Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A Dbuiltin-syms.h92 #define SCM_SYM_ANY SCM_OBJ(&Scm_BuiltinSymbols[85]) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dregexp.c338 case '.': return SCM_SYM_ANY; in rc1_lex()
1394 if (SCM_EQ(ast, SCM_SYM_ANY)) { in rc3_rec()
1489 if (SCM_EQ(elem1, SCM_SYM_ANY) && !ctx->lookbehindp) { in rc3_rec()
2023 || SCM_EQ(ast, SCM_SYM_ANY)) { in rc_setup_context()