Home
last modified time | relevance | path

Searched refs:YYSHIFTSTAG (Results 1 – 18 of 18) sorted by relevance

/dports/devel/re2c/re2c-2.2/test/tags/
H A Dfix2_trail_i_tags_input_custom.c16 #define YYSHIFTSTAG(t, o) t += o in lex() macro
137 YYSHIFTSTAG(p0, -10); in lex()
139 YYSHIFTSTAG(p1, -9); in lex()
141 YYSHIFTSTAG(p2, -7); in lex()
143 YYSHIFTSTAG(p3, -4); in lex()
H A Dfix4_trail_i_tags_input_custom.c16 #define YYSHIFTSTAG(t, o) t += o in lex() macro
81 YYSHIFTSTAG(p0, -1); in lex()
83 YYSHIFTSTAG(p2, -1); in lex()
H A Dfix5_trail_i_tags_input_custom.c15 #define YYSHIFTSTAG(t, o) t += o in lex() macro
99 YYSHIFTSTAG(p1, -1); in lex()
101 YYSHIFTSTAG(p3, -1); in lex()
H A Dfix2_trail_i_tags_input_custom.re15 #define YYSHIFTSTAG(t, o) t += o
H A Dfix5_trail_i_tags_input_custom.re14 #define YYSHIFTSTAG(t, o) t += o
H A Dfix4_trail_i_tags_input_custom.re15 #define YYSHIFTSTAG(t, o) t += o
/dports/devel/re2c/re2c-2.2/doc/manual/syntax/
H A Dapi2_c.rst_25 re2c:define:YYSHIFTSTAG = "@@{tag} += @@{shift}";
51 #define YYSHIFTSTAG(tag, shift) tag += shift
H A Dapi2_go.rst_26 re2c:define:YYSHIFTSTAG = "@@{tag} += @@{shift}";
H A Dapi1.rst_40 ``YYSHIFTSTAG``,
/dports/devel/re2c/re2c-2.2/test/golang/
H A D005_stags.re18 re2c:define:YYSHIFTSTAG = "@@{tag} += @@{shift}";
H A D005_posix_captures.re24 re2c:define:YYSHIFTSTAG = "@@{tag} += @@{shift}";
/dports/devel/re2c/re2c-2.2/examples/go/submatch/
H A D03_posix.re36 re2c:define:YYSHIFTSTAG = "@@{tag} += @@{shift}";
/dports/devel/re2c/re2c-2.2/test/config/
H A Dtag_api_functions.re18 re2c:define:YYSHIFTSTAG = "shiftstag";
H A Dtag_api_freeform.re18 re2c:define:YYSHIFTSTAG = "@@{tag} += @@{shift};";
/dports/devel/re2c/re2c-2.2/doc/manual/api/
H A Dinterface.rst_143 ``YYSHIFTSTAG``
145 The meaning of ``YYSHIFTSTAG`` is to shift ``tag`` by ``shift`` characters
/dports/devel/re2c/re2c-2.2/doc/manual/configurations/
H A Dconfigurations.rst_127 ``re2c:define:YYSHIFTSTAG``
128 Defines generic API primitive ``YYSHIFTSTAG`` (see the user interface section).
/dports/devel/re2c/re2c-2.2/src/parse/
H A Dlex_conf.re141 "define:YYSHIFTSTAG" { opts.set_yyshiftstag (lex_conf_string ()); return; }
/dports/devel/re2c/re2c-2.2/
H A DCHANGELOG144 + Added primitives ``YYSHIFT``, ``YYSHIFTSTAG``, ``YYSHIFTMTAG``