Searched refs:fonti (Results 1 – 4 of 4) sorted by relevance
473 p->fontl = p->fontq[p->fonti]; in term_fontlast()474 p->fontq[p->fonti] = f; in term_fontlast()482 p->fontl = p->fontq[p->fonti]; in term_fontrepl()483 p->fontq[p->fonti] = f; in term_fontrepl()491 p->fontl = p->fontq[p->fonti]; in term_fontpush()492 if (++p->fonti == p->fontsz) { in term_fontpush()497 p->fontq[p->fonti] = f; in term_fontpush()506 if (p->fonti > i) in term_fontpopq()507 p->fonti = i; in term_fontpopq()515 assert(p->fonti); in term_fontpop()[all …]
109 int fonti; /* Index of font stack. */ member
924 prev_font = tp->fonti; in tbl_word()
335 n->prev_font = p->fonti; in print_mdoc_node()