Searched refs:sortframes (Results 1 – 5 of 5) sorted by relevance
70 if (sortframes[BLACK] == cbp) in sortframes_remove()71 sortframes[BLACK] = cbp->c_next; in sortframes_remove()72 if (sortframes[WHITE] == cbp) in sortframes_remove()73 sortframes[WHITE] = cbp->c_next; in sortframes_remove()181 struct combostr *cbp1 = sortframes[us]; in makemove()183 sortframes[us] = cbp->c_next = cbp->c_prev = cbp; in makemove()189 sortframes[us] = cbp; in makemove()196 } while (cbp1 != sortframes[us]); in makemove()
158 sortframes[BLACK] = NULL; in init_board()159 sortframes[WHITE] = NULL; in init_board()
265 extern struct combostr *sortframes[2]; /* sorted, non-empty frames */
78 struct combostr *sortframes[2]; /* sorted list of non-empty frames */ variable
262 struct combostr *cbp = sortframes[color]; in scanframes()597 cbp = ecbp = sortframes[curcolor]; in addframes()