Lines Matching full:pure
52 /* Pure parsers. */
727 "\"%parse-param\"", "\"%pure-parser\"", "\"%require\"", "\"%skeleton\"",
2360 /* %pure-parser is deprecated in favor of `%define api.pure', so use
2361 `%define api.pure' in a backward-compatible manner here. First, don't
2362 complain if %pure-parser is specified multiple times. */
2363 if (!muscle_find_const ("percent_define(api.pure)"))
2364 muscle_percent_define_insert ("api.pure", (yylsp[(1) - (1)]), "",
2366 /* In all cases, use api.pure now so that the backend doesn't complain if
2367 the skeleton ignores api.pure, but do warn now if there's a previous
2369 if (!muscle_percent_define_flag_if ("api.pure"))
2370 muscle_percent_define_insert ("api.pure", (yylsp[(1) - (1)]), "",