Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c923 int prev_font; in tbl_word() local
925 prev_font = tp->fonti; in tbl_word()
947 term_fontpopq(tp, prev_font); in tbl_word()
H A Droff.h528 int prev_font; /* Before entering this node. */ member
H A Dmdoc_term.c333 n->prev_font = p->fonti; in print_mdoc_node()
411 (ENDBODY_NOT == n->end ? n : n->body)->prev_font); in print_mdoc_node()