Home
last modified time | relevance | path

Searched refs:ROFF_fi (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dman.c311 (tok == ROFF_nf || tok == ROFF_fi) && in man_breakscope()
325 if (man->flags & MAN_BLINE && tok != ROFF_nf && tok != ROFF_fi && in man_breakscope()
H A Droff_html.c87 if (html_fillmode(h, TOKEN_NONE) == ROFF_fi) in roff_html_pre_fi()
H A Dmdoc_man.c960 bef = n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
963 n->norm->Bd.type == DISP_literal ? ROFF_nf : ROFF_fi; in post_bd()
966 else if (n->last->tok == ROFF_fi) in post_bd()
967 now = ROFF_fi; in post_bd()
969 now = n->last->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
H A Dhtml.c316 had = t == NULL ? ROFF_fi : ROFF_nf; in html_fillmode()
320 case ROFF_fi: in html_fillmode()
H A Droff.h76 ROFF_fi, enumerator
H A Dman_html.c170 html_fillmode(h, n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi); in print_man_node()
H A Dmdoc_html.c354 html_fillmode(h, n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi); in print_mdoc_node()
H A Droff.c3368 else if (tok == ROFF_fi) in roff_noarg()