Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_html.c89 if (html_fillmode(h, TOKEN_NONE) == ROFF_fi) in roff_html_pre_fi()
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 Dmdoc_man.c983 bef = n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
986 n->norm->Bd.type == DISP_literal ? ROFF_nf : ROFF_fi; in post_bd()
989 else if (n->last->tok == ROFF_fi) in post_bd()
990 now = ROFF_fi; in post_bd()
992 now = n->last->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
H A Dman_html.c173 html_fillmode(h, ROFF_fi); in print_man_node()
175 n->tok != ROFF_fi && n->flags & NODE_LINE && in print_man_node()
H A Droff.h76 ROFF_fi, enumerator
H A Dhtml.c326 had = t == NULL ? ROFF_fi : ROFF_nf; in html_fillmode()
330 case ROFF_fi: in html_fillmode()
H A Dmdoc_html.c353 html_fillmode(h, ROFF_fi); in print_mdoc_node()
355 n->tok != ROFF_fi && n->flags & NODE_LINE) in print_mdoc_node()
H A Droff.c3487 else if (tok == ROFF_fi) in roff_noarg()