Home
last modified time | relevance | path

Searched refs:fonti (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/mandoc/
H A Dterm.c470 p->fontl = p->fontq[p->fonti]; in term_fontlast()
471 p->fontq[p->fonti] = f; in term_fontlast()
479 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
480 p->fontq[p->fonti] = f; in term_fontrepl()
488 p->fontl = p->fontq[p->fonti]; in term_fontpush()
489 if (++p->fonti == p->fontsz) { in term_fontpush()
494 p->fontq[p->fonti] = f; in term_fontpush()
503 if (p->fonti > i) in term_fontpopq()
504 p->fonti = i; in term_fontpopq()
512 assert(p->fonti); in term_fontpop()
[all …]
H A Dterm.h109 int fonti; /* Index of font stack. */ member
H A Dtbl_term.c925 prev_font = tp->fonti; in tbl_word()
H A Dmdoc_term.c333 n->prev_font = p->fonti; in print_mdoc_node()