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