HomeSort by relevance Sort by last modified time
    Searched refs:b4_prefix (Results 1 - 3 of 3) sorted by null

  /external/bison/data/
yacc.c 275 typedef struct ]b4_prefix[pstate ]b4_prefix[pstate;
277 ]b4_pull_if([b4_c_function_decl([b4_prefix[parse]], [[int]], b4_parse_param)
278 ])b4_c_function_decl([b4_prefix[push_parse]], [[int]],
279 [[b4_prefix[pstate *ps]], [[ps]]]b4_pure_if([,
284 b4_pull_if([b4_c_function_decl([b4_prefix[pull_parse]], [[int]],
285 [[b4_prefix[pstate *ps]], [[ps]]]m4_ifset([b4_parse_param], [,
287 b4_c_function_decl([b4_prefix[pstate_new]], [b4_prefix[pstate *]],
289 b4_c_function_decl([b4_prefix[pstate_delete]], [[void]]
    [all...]
glr.c 173 ]b4_c_ansi_function_decl(b4_prefix[parse], [int], b4_parse_param)[
195 ]m4_if(b4_prefix, [yy], [],
197 #define yyparse ]b4_prefix[parse
198 #define yylex ]b4_prefix[lex
199 #define yyerror ]b4_prefix[error
200 #define yylval ]b4_prefix[lval
201 #define yychar ]b4_prefix[char
202 #define yydebug ]b4_prefix[debug
203 #define yynerrs ]b4_prefix[nerrs]b4_locations_if([[
204 #define yylloc ]b4_prefix[lloc]])])
488 #define b4_prefix macro
489 #define b4_prefix macro
490 #define b4_prefix macro
    [all...]
lalr1.cc 273 m4_if(b4_prefix, [yy], [],
276 #define yylex b4_prefix[]lex])[
    [all...]

Completed in 145 milliseconds