Lines Matching defs:fcb
434 union comboval ocb, fcb;
466 fcb.s = fsp->s_fval[curcolor][r].s;
467 if (fcb.cv_force >= 6)
475 if ((f == 0 && fcb.cv_win != 0) || fcb.s == 0x101) {
476 fcb.cv_force++;
477 fcb.cv_win = 0;
481 int c = fcb.cv_force + ocb.cv_force - 3;
484 int n = fcb.cv_force + fcb.cv_win - 1;
509 ncbp->c_linkv[1].s = fcb.s;
517 if (fcb.cv_win != 0)
521 ncbp->c_framecnt[1] = fcb.cv_force - 2;
523 ((fcb.cv_win != 0 ? 0x1E : 0x1F) & ~(1 << f)) : 0;
571 union comboval fcb, cb;
609 fcb.s = fsp->s_fval[curcolor][r].s;
610 if (fcb.s == 0x101)
611 fcb.s = 0x200;
618 if (fcb.cv_win != 0) {
619 cb.cv_force = fcb.cv_force + 1;
622 cb.s = fcb.s;
635 makecombo(cbp, sp, off, fcb.s);