Home
last modified time | relevance | path

Searched refs:typedef_names (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dgrammar.y307 static SymbolTable *typedef_names; variable
468 new_symbol(typedef_names, $1->name, NULL, flags);
477 new_symbol(typedef_names, $3->name, NULL, flags);
653 s = find_symbol(typedef_names, $1.text);
1149 typedef_names = new_symbol_table(); in process_file()
1170 free_symbol_table(typedef_names); in process_file()
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c337 static SymbolTable *typedef_names; variable
1058 typedef_names = new_symbol_table(); in process_file()
1079 free_symbol_table(typedef_names); in process_file()
1394 new_symbol(typedef_names, yystack.l_mark[0].declarator->name, NULL, flags); in YYPARSE_DECL()
1406 new_symbol(typedef_names, yystack.l_mark[0].declarator->name, NULL, flags); in YYPARSE_DECL()
1623 s = find_symbol(typedef_names, yystack.l_mark[0].text.text); in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c357 static SymbolTable *typedef_names; variable
1314 typedef_names = new_symbol_table(); in process_file()
1335 free_symbol_table(typedef_names); in process_file()
2121 new_symbol(typedef_names, yystack.l_mark[0].declarator->name, NULL, flags); in YYPARSE_DECL()
2133 new_symbol(typedef_names, yystack.l_mark[0].declarator->name, NULL, flags); in YYPARSE_DECL()
2350 s = find_symbol(typedef_names, yystack.l_mark[0].text.text); in YYPARSE_DECL()