Lines Matching refs:LAC
39 # Check the value of %define parse.lac and friends, where LAC stands for
41 b4_percent_define_default([[parse.lac]], [[none]])
42 b4_percent_define_default([[parse.lac.es-capacity-initial]], [[20]])
43 b4_percent_define_default([[parse.lac.memory-trace]], [[failures]])
44 b4_percent_define_check_values([[[[parse.lac]], [[full]], [[none]]]],
45 [[[[parse.lac.memory-trace]],
47 b4_define_flag_if([lac])
49 [m4_if(b4_percent_define_get([[parse.lac]]),
260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@};
939 needs to grow without LAC. */
964 *yycapacity = yyalloc;]m4_if(b4_percent_define_get([[parse.lac.memory-trace]]),
987 performed in an inconsistent state (which, for the purposes of LAC,
993 For parse.lac=full, the implementation of YY_LAC_ESTABLISH is as
1003 LAC: initial context established for %s\n", \
1034 YYFPRINTF (stderr, "LAC: initial context discarded due to " \
1057 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken]));