Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dregexp.c445 SCM_APPEND1(h, t, SCM_SYM_SEQ); in rc1_lex_xdigits()
482 case ':': return SCM_SYM_SEQ; in rc1_lex_open_paren()
646 r = Scm_Cons(Scm_Cons(SCM_SYM_SEQ, alt), r); in rc1_fold_alts()
750 if (SCM_EQ(token, SCM_SYM_SEQ)) { in rc1_parse()
752 PUSH(Scm_Cons(SCM_SYM_SEQ, item)); in rc1_parse()
1034 if (SCM_EQ(etype, SCM_SYM_SEQ)) { in rc2_optimize_seq()
1458 if (SCM_EQ(type, SCM_SYM_SEQ)) { in rc3_rec()
1741 } else if (SCM_EQ(type, SCM_SYM_SEQ) in is_atom_anchored()
1790 } else if (SCM_EQ(car, SCM_SYM_SEQ)) { /* TODO: handle uncase */ in is_simple_prefixed()
1837 } else if (SCM_EQ(head_car, SCM_SYM_SEQ)||SCM_EQ(head_car, SCM_SYM_ONCE)) { in calculate_laset()
[all …]
/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A Dbuiltin-syms.h85 #define SCM_SYM_SEQ SCM_OBJ(&Scm_BuiltinSymbols[78]) macro