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

  /src/external/bsd/byacc/dist/test/btyacc/
expr.oxout.tab.c 1642 #define yyySizeofProd(num) (yyyProdsInd[(num)+1] - yyyProdsInd[(num)])
1664 nSyms = yyySizeofProd(i);
1689 nSyms = yyySizeofProd(i);
  /src/external/bsd/byacc/dist/test/yacc/
expr.oxout.tab.c 1491 #define yyySizeofProd(num) (yyyProdsInd[(num)+1] - yyyProdsInd[(num)])
1513 nSyms = yyySizeofProd(i);
1538 nSyms = yyySizeofProd(i);

Completed in 53 milliseconds