Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c495 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 …]
H A Dterm.h110 int fonti; /* Index of font stack. */ member
H A Dtbl_term.c928 prev_font = tp->fonti; in tbl_word()
H A Dmdoc_term.c331 n->prev_font = p->fonti; in print_mdoc_node()