Lines Matching defs:lost
112 int lost, won, n, number_cwins;
171 for(lost = won = -1, n = 0;
172 (lost == -1 || won == -1) && n < number_cwins;
174 if(lost == -1 && cwins[n] == cwin) {
175 lost = n; /* This is the window which lost its colormap */
208 ** One of the WM_COLORMAP windows lost its colormap
216 if(lost != -1) {
218 if(lost > won) {
219 n = lost * (lost - 1) / 2 + won;
222 n = won * (won - 1) / 2 + lost;
239 else if(lost != -1) {
3875 * HandleSelectionClear - selection lost event handler