Searched refs:fonti (Results 1 – 4 of 4) sorted by relevance
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()[all …]
89 int fonti; /* Index of font stack. */ member
417 prev_font = tp->fonti; in tbl_word()
313 n->prev_font = p->fonti; in print_mdoc_node()