Lines Matching refs:fonti
495 p->fontl = p->fontq[p->fonti]; in term_fontlast()
496 p->fontq[p->fonti] = f; in term_fontlast()
504 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
505 p->fontq[p->fonti] = f; in term_fontrepl()
513 p->fontl = p->fontq[p->fonti]; in term_fontpush()
514 if (++p->fonti == p->fontsz) { in term_fontpush()
519 p->fontq[p->fonti] = f; in term_fontpush()
528 if (p->fonti > i) in term_fontpopq()
529 p->fonti = i; in term_fontpopq()
537 assert(p->fonti); in term_fontpop()
538 p->fonti--; in term_fontpop()
854 p->fontq[p->fonti] : TERMFONT_NONE; in encode1()