Lines Matching refs:c_nframes
370 sp->s_level[color] = cbp->c_nframes; in scanframes()
371 } else if (cbp->c_nframes < sp->s_level[color]) in scanframes()
372 sp->s_level[color] = cbp->c_nframes; in scanframes()
385 sp->s_level[color] = cbp->c_nframes; in scanframes()
386 } else if (cbp->c_nframes < sp->s_level[color]) in scanframes()
387 sp->s_level[color] = cbp->c_nframes; in scanframes()
513 ncbp->c_nframes = 2; in makecombo2()
584 sp->s_level[c] = cbp->c_nframes; in addframes()
585 } else if (cbp->c_nframes < sp->s_level[c]) in addframes()
586 sp->s_level[c] = cbp->c_nframes; in addframes()
706 if (nep->e_combo->c_nframes < cbp->c_nframes) in makecombo()
727 (cbp->c_nframes + 1) * sizeof(struct combostr *)); in makecombo()
744 ncbp->c_nframes = cbp->c_nframes + 1; in makecombo()
823 if ((nframes = ocbp->c_nframes) >= MAXDEPTH) in makeempty()
972 u_char nframes = cbp->c_nframes; in updatecombo()
1095 u_char myindex = cbp->c_nframes; in checkframes()
1335 cbp->c_combo.s, cbp->c_nframes); in printcombo()
1359 if ((nframes = ocbp->c_nframes) >= MAXDEPTH) in markcombo()