Home | History | Annotate | Download | only in gomoku

Lines Matching defs:fsp

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