HomeSort by: relevance | last modified time | path
    Searched defs:DS_SHORT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 175 #define DS_SHORT 8 /* contains "short" type specifier */
1408 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT);
1420 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT);
1588 new_decl_spec(&yyval.decl_spec, yystack.l_mark[0].text.text, yystack.l_mark[0].text.begin, DS_SHORT);
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 195 #define DS_SHORT 8 /* contains "short" type specifier */
2134 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT);
2146 flags &= ~(DS_CHAR | DS_SHORT | DS_FLOAT);
2314 new_decl_spec(&yyval.decl_spec, yystack.l_mark[0].text.text, yystack.l_mark[0].text.begin, DS_SHORT);

Completed in 33 milliseconds