Lines Matching refs:fonti
344 p->fontl = p->fontq[p->fonti]; in term_fontlast()
345 p->fontq[p->fonti] = f; in term_fontlast()
353 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
354 p->fontq[p->fonti] = f; in term_fontrepl()
362 assert(p->fonti + 1 < 10); in term_fontpush()
363 p->fontl = p->fontq[p->fonti]; in term_fontpush()
364 p->fontq[++p->fonti] = f; in term_fontpush()
372 return(&p->fontq[p->fonti]); in term_fontq()
380 return(p->fontq[p->fonti]); in term_fonttop()
388 while (p->fonti >= 0 && key < (void *)(p->fontq + p->fonti)) in term_fontpopq()
389 p->fonti--; in term_fontpopq()
390 assert(p->fonti >= 0); in term_fontpopq()
398 assert(p->fonti); in term_fontpop()
399 p->fonti--; in term_fontpop()