Home
last modified time | relevance | path

Searched refs:prev_font (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Dtbl_term.c926 int prev_font; in tbl_word() local
928 prev_font = tp->fonti; in tbl_word()
950 term_fontpopq(tp, prev_font); in tbl_word()
H A Droff.h529 int prev_font; /* Before entering this node. */ member
H A Dmdoc_term.c331 n->prev_font = p->fonti; in print_mdoc_node()
409 (ENDBODY_NOT == n->end ? n : n->body)->prev_font); in print_mdoc_node()