Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c339 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 …]
H A Dterm.h89 int fonti; /* Index of font stack. */ member
H A Dtbl_term.c417 prev_font = tp->fonti; in tbl_word()
H A Dmdoc_term.c313 n->prev_font = p->fonti; in print_mdoc_node()