Lines Matching defs:cbp1
181 struct combostr *cbp1 = sortframes[us];
182 if (cbp1 == NULL)
186 &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];
192 cbp1 = cbp1->c_next;
193 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];
196 } while (cbp1 != sortframes[us]);
198 cbp->c_next = cbp1;
199 cbp->c_prev = cbp1->c_prev;
200 cbp1->c_prev->c_next = cbp;
201 cbp1->c_prev = cbp;