Lines Matching refs:fsp
457 struct spotstr *fsp = osp; in makecombo2() local
459 for (u_char f = 0; f < 5; f++, fsp -= d) { /* for each frame */ in makecombo2()
460 if (fsp->s_occ == BORDER) in makecombo2()
462 if ((fsp->s_flags & bmask) != 0) in makecombo2()
466 fcb.s = fsp->s_fval[curcolor][r].s; in makecombo2()
495 fcbp = &frames[fsp->s_frame[r]]; in makecombo2()
567 struct spotstr *fsp; in addframes() local
599 fsp = &board[cbp->c_vertex]; in addframes()
602 if ((fsp->s_flags & (FFLAG << r)) != 0) in addframes()
609 fcb.s = fsp->s_fval[curcolor][r].s; in addframes()
617 if (fsp->s_occ == EMPTY) { in addframes()
623 makecombo(cbp, fsp, 0, cb.s); in addframes()
631 struct spotstr *sp = fsp + d; in addframes()