Home | History | Annotate | Download | only in src

Lines Matching refs:oldLimit

2526     ANTLR3_UINT32 oldLimit;
2552 oldLimit = topo->limit; // Number of nodes to traverse linearly
2555 for (v = 0; v < oldLimit; v++)
2581 topo->limit = oldLimit;