Home | History | Annotate | Download | only in Support

Lines Matching refs:Best

203   Option *Best = 0;
219 if (!Best || Distance < BestDistance) {
220 Best = O;
230 return Best;