Lines Matching defs:nextOpt
1152 COptimal *nextOpt;
1252 nextOpt = &p->opt[cur + 1];
1254 if (curAnd1Price < nextOpt->price)
1256 nextOpt->price = curAnd1Price;
1257 nextOpt->posPrev = cur;
1258 MakeAsChar(nextOpt);
1265 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0))
1268 if (shortRepPrice <= nextOpt->price)
1270 nextOpt->price = shortRepPrice;
1271 nextOpt->posPrev = cur;
1272 MakeAsShortRep(nextOpt);