Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl_term.c921 int prev_font; in tbl_word() local
923 prev_font = tp->fonti; in tbl_word()
945 term_fontpopq(tp, prev_font); in tbl_word()
H A Droff.h529 int prev_font; /* Before entering this node. */ member
H A Dmdoc_term.c329 n->prev_font = p->fonti; in print_mdoc_node()
407 (ENDBODY_NOT == n->end ? n : n->body)->prev_font); in print_mdoc_node()