Lines Matching refs:osp
426 * Compute all level 2 combos of frames intersecting spot 'osp'
430 makecombo2(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv)
457 struct spotstr *fsp = osp;
512 ncbp->c_vertex = (spot_index)(osp - board);
661 * Compute all level N combos of frames intersecting spot 'osp'
665 makecombo(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv)
679 for (struct elist *ep = osp->s_empty; ep != NULL; ep = ep->e_next) {
682 verts = checkframes(cbp, ocbp, osp, cv, &ovi);
743 ncbp->c_vertex = (spot_index)(osp - board);
1076 * in 'ovi' beside the known intersection at spot 'osp'.
1081 checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp,
1129 if (osp != &board[s]) {
1177 if (osp != &board[s]) {