Searched refs:mindist (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/robots/
H A Dauto.c174 int tdist, mindist; local
176 mindist = 1000000;
180 if (tdist < mindist) {
182 mindist = tdist;
185 *dist = mindist;
197 int mindist, tdist; local
199 mindist = 1000000;
205 if (tdist < mindist) {
207 mindist = tdist;
210 *dist = mindist;
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc_validate.c2294 int dist, mindist; local
2337 mindist = INT_MAX;
2340 if (dist < mindist) {
2342 mindist = dist;

Completed in 272 milliseconds