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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c2820 unsigned bestInx = 0; local in function:allocateClosestRGB
2824 if (!tried[bestInx]) {
2845 bestInx = i;
2850 if (AllocOneColor(xw, &screen->cmap_data[bestInx])) {
2851 *def = screen->cmap_data[bestInx];
2862 tried[bestInx] = True;

Completed in 11 milliseconds