Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dterm.c473 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 …]
Dterm.h109 int fonti; /* Index of font stack. */ member
Dtbl_term.c924 prev_font = tp->fonti; in tbl_word()
Dmdoc_term.c335 n->prev_font = p->fonti; in print_mdoc_node()