Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dgrammar.y141 #define DS_STATIC 2 /* contains "static" specifier */ macro
589 new_decl_spec(&$$, $1.text, $1.begin, DS_STATIC);
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c171 #define DS_STATIC 2 /* contains "static" specifier */ macro
1517 …_decl_spec(&yyval.decl_spec, yystack.l_mark[0].text.text, yystack.l_mark[0].text.begin, DS_STATIC); in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c191 #define DS_STATIC 2 /* contains "static" specifier */ macro
2244 …_decl_spec(&yyval.decl_spec, yystack.l_mark[0].text.text, yystack.l_mark[0].text.begin, DS_STATIC); in YYPARSE_DECL()