Home | History | Annotate | Download | only in data

Lines Matching refs:parse

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]],
49 [m4_if(b4_percent_define_get([[parse.lac]]),
260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@};
277 ]b4_pull_if([b4_c_function_decl([b4_prefix[parse]], [[int]], b4_parse_param)
298 ]b4_c_function_decl(b4_prefix[parse], [int],
301 ]b4_c_function_decl(b4_prefix[parse], [int], b4_parse_param)[
356 #define yyparse ]b4_prefix[parse]])b4_push_if([[
883 /* Nonzero means print parse trace. It is left uninitialized so that
964 *yycapacity = yyalloc;]m4_if(b4_percent_define_get([[parse.lac.memory-trace]]),
993 For parse.lac=full, the implementation of YY_LAC_ESTABLISH is as
1470 /* If the stack was reallocated but the parse did not complete, then the
1569 YYDPRINTF ((stderr, "Starting parse\n"));