From: Ulya Trofimovich
+Substitution for YYFILL. +Note that by default re2c generates argument in braces and semicolon after YYFILL. +If you need to make YYFILL an arbitrary statement rather than a call, +set re2c:define:YYFILL:naked to non-zero and use re2c:define:YYFILL@len to denote +formal parameter inside of YYFILL body. +
++Any occurence of this text inside of YYFILL will be replaced with the actual argument. +
+-Allows to suppress parameter passing to YYFILL calls. If set to zero -then no parameter is passed to YYFILL. However define:YYFILL@LEN -allows to specify a replacement string for the actual length value. If set to -a non zero value then YYFILL usage will be followed by the number of -requested characters in braces unless re2c:define:YYFILL:naked is set. -Also look at re2c:define:YYFILL:naked and re2c:define:YYFILL@LEN. +Controls argument in braces after YYFILL. +If zero, agrument is omitted. +If non-zero, argument is generated unless re2c:define:YYFILL:naked is set to non-zero. +
++Controls argument in braces and semicolon after YYFILL. +If zero, both agrument and semicolon are omitted. +If non-zero, argument is generated unless re2c:yyfill:parameter is set to zero +and semicolon is generated unconditionally.
-Allows to overwrite the define YYFILL and thus avoiding it by setting the -value to the actual code needed. +Substitution for YYGETCONDITION. +Note that by default re2c generates braces after YYGETCONDITION. +Set re2c:define:YYGETCONDITION:naked to non-zero to omit braces.
-When set to 1 neither braces, parameter nor semicolon gets emitted. +Controls braces after YYGETCONDITION. +If zero, braces are omitted. +If non-zero, braces are generated.
-When using re2c:define:YYFILL and re2c:yyfill:parameter is 0 then -any occurence of this text inside YYFILL will be replaced with the actual -length value. +Substitution for YYSETCONDITION. +Note that by default re2c generates argument in braces and semicolon after YYSETCONDITION. +If you need to make YYSETCONDITION an arbitrary statement rather than a call, +set re2c:define:YYSETCONDITION:naked to non-zero and use re2c:define:YYSETCONDITION@cond to denote +formal parameter inside of YYSETCONDITION body.
-Allows to overwrite the define YYGETCONDITION. +Any occurence of this text inside of YYSETCONDITION will be replaced with the actual argument.
-When set to 1 neither braces, parameter nor semicolon gets emitted. +Controls argument in braces and semicolon after YYSETCONDITION. +If zero, both agrument and semicolon are omitted. +If non-zero, both argument and semicolon are generated.
-Allows to overwrite the define YYGETSTATE and thus avoiding it by setting the -value to the actual code needed. +Substitution for YYGETSTATE. +Note that by default re2c generates braces after YYGETSTATE. +Set re2c:define:YYGETSTATE:naked to non-zero to omit braces.
-When set to 1 neither braces, parameter nor semicolon gets emitted. +Controls braces after YYGETSTATE. +If zero, braces are omitted. +If non-zero, braces are generated.
-Allows to overwrite the define YYLIMIT and thus avoiding it by setting the -value to the actual code needed. +Substitution for YYSETSTATE. +Note that by default re2c generates argument in braces and semicolon after YYSETSTATE. +If you need to make YYSETSTATE an arbitrary statement rather than a call, +set re2c:define:YYSETSTATE:naked to non-zero and use re2c:define:YYSETSTATE@cond to denote +formal parameter inside of YYSETSTATE body.
-Allows to overwrite the define YYMARKER and thus avoiding it by setting the -value to the actual code needed. +Any occurence of this text inside of YYSETSTATE will be replaced with the actual argument.
-Allows to overwrite the define YYSETCONDITION. -
--When using re2c:define:YYSETCONDITION then any occurence of this text -inside YYSETCONDITION will be replaced with the actual new condition value. +Controls argument in braces and semicolon after YYSETSTATE. +If zero, both agrument and semicolon are omitted. +If non-zero, both argument and semicolon are generated.
-Allows to overwrite the define YYSETSTATE and thus avoiding it by setting the +Allows to overwrite the define YYLIMIT and thus avoiding it by setting the value to the actual code needed.
-When set to 1 neither braces, parameter nor semicolon gets emitted. -
--When using re2c:define:YYSETSTATE then any occurence of this text -inside YYSETSTATE will be replaced with the actual new state value. +Allows to overwrite the define YYMARKER and thus avoiding it by setting the +value to the actual code needed.
This manpage describes re2c, version 0.14.1.dev, package date 17 Sep 2015.
This manpage describes re2c, version 0.14.1.dev, package date 28 Sep 2015.