Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dmisc.c2843 unsigned bestInx = 0; in allocateClosestRGB() local
2847 if (!tried[bestInx]) { in allocateClosestRGB()
2868 bestInx = i; in allocateClosestRGB()
2873 if (AllocOneColor(xw, &screen->cmap_data[bestInx])) { in allocateClosestRGB()
2874 *def = screen->cmap_data[bestInx]; in allocateClosestRGB()
2885 tried[bestInx] = True; in allocateClosestRGB()