Lines Matching refs:fonti
339 p->fontl = p->fontq[p->fonti]; in term_fontlast()
340 p->fontq[p->fonti] = f; in term_fontlast()
348 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
349 p->fontq[p->fonti] = f; in term_fontrepl()
357 p->fontl = p->fontq[p->fonti]; in term_fontpush()
358 if (++p->fonti == p->fontsz) { in term_fontpush()
363 p->fontq[p->fonti] = f; in term_fontpush()
372 if (p->fonti > i) in term_fontpopq()
373 p->fonti = i; in term_fontpopq()
381 assert(p->fonti); in term_fontpop()
382 p->fonti--; in term_fontpop()
564 f = p->fontq[p->fonti]; in encode1()
596 if (p->fontq[p->fonti] == TERMFONT_NONE) { in encode()