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

  /src/external/bsd/byacc/dist/test/btyacc/
expr.oxout.tab.c 1242 long nextP;
1246 nextP = startP;
1247 while (nextP < stopP)
1248 {if (yyyRCIL[nextP] == yyyR)
1249 {(yyyOxStackItem->node->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2];
1252 {(((yyyOxStackItem->node->cL)[yyyRCIL[nextP]])->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2];
1254 nextP += 3
    [all...]
  /src/external/bsd/byacc/dist/test/yacc/
expr.oxout.tab.c 1091 long nextP;
1095 nextP = startP;
1096 while (nextP < stopP)
1097 {if (yyyRCIL[nextP] == yyyR)
1098 {(yyyOxStackItem->node->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2];
1101 {(((yyyOxStackItem->node->cL)[yyyRCIL[nextP]])->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2];
1103 nextP += 3
    [all...]

Completed in 16 milliseconds