Lines Matching full:pure
359 Remove a duplicate entry for api.pure.
363 doc: introduce api.pure full, rearrange some examples
367 (Pure Calling): Remove parse-param examples.
372 yacc.c: support "%define api.pure full"
373 This makes the interface for yyerror() pure without the need for a spurious
379 * tests/actions.at (%define api.pure): Modernize.
805 When generating a pure push parser, the initialization of yylval and
931 * src/parse-gram.y (%pure-parser, %name-prefix): Replace with...
932 (%define api.pure, %define api.prefix)
981 yacc.c: initialize yylval in pure-parser mode
1078 yacc.c: initialize yylval in pure-parser mode
1431 yacc.c: initialize yylval in pure-parser mode
2346 * tests/headers.at: Check push parsers and pure interface.