OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typedef_names
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c
339
static SymbolTable *
typedef_names
;
variable
1073
typedef_names
= new_symbol_table();
1094
free_symbol_table(
typedef_names
);
1409
new_symbol(
typedef_names
, yystack.l_mark[0].declarator->name, NULL, flags);
1421
new_symbol(
typedef_names
, yystack.l_mark[0].declarator->name, NULL, flags);
1638
s = find_symbol(
typedef_names
, yystack.l_mark[0].text.text);
/src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c
359
static SymbolTable *
typedef_names
;
variable
1328
typedef_names
= new_symbol_table();
1349
free_symbol_table(
typedef_names
);
2135
new_symbol(
typedef_names
, yystack.l_mark[0].declarator->name, NULL, flags);
2147
new_symbol(
typedef_names
, yystack.l_mark[0].declarator->name, NULL, flags);
2364
s = find_symbol(
typedef_names
, yystack.l_mark[0].text.text);
Completed in 32 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026