Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dregexp_insn.h41 DEF_RE_INSN(ANY, OP_none)
49 DEF_RE_INSN(SET, OP_cset)
53 DEF_RE_INSN(NSET, OP_cset)
58 DEF_RE_INSN(SET1, OP_cset)
82 DEF_RE_INSN(BOS, OP_none)
83 DEF_RE_INSN(EOS, OP_none)
86 DEF_RE_INSN(BOL, OP_none)
87 DEF_RE_INSN(EOL, OP_none)
90 DEF_RE_INSN(BOW, OP_none)
91 DEF_RE_INSN(EOW, OP_none)
[all …]
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dregexp.c90 #define DEF_RE_INSN(name, _) SCM_CPP_CAT(RE_, name), macro
92 #undef DEF_RE_INSN
1906 #define DEF_RE_INSN(name, _) #name, in Scm_RegDump() macro
1908 #undef DEF_RE_INSN in Scm_RegDump()
1921 #define DEF_RE_INSN(_, optype) optype, in Scm_RegDump() macro
1923 #undef DEF_RE_INSN in Scm_RegDump()