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