Searched defs:YY_INITIAL_VALUE (Results 1 - 3 of 3) sorted by relevance

/external/bison/data/
H A Dyacc.c198 # define YY_INITIAL_VALUE(Value) = Value
205 #ifndef YY_INITIAL_VALUE
206 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
/external/bison/src/
H A Dparse-gram.c1897 # define YY_INITIAL_VALUE(Value) = Value macro
1903 #ifndef YY_INITIAL_VALUE
1904 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro
1908 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);
/external/libpcap/
H A Dgrammar.c741 # define YY_INITIAL_VALUE(Value) Value macro
747 #ifndef YY_INITIAL_VALUE
748 # define YY_INITIAL_VALUE(Value) /* Nothing. */ macro

Completed in 88 milliseconds