Searched refs:fontq (Results 1 – 2 of 2) sorted by relevance
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()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()
88 enum termfont fontq[10]; /* Symmetric fonts. */ member