Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Droff_html.c87 if (html_fillmode(h, TOKEN_NONE) == ROFF_fi) in roff_html_pre_fi()
H A Dman.c320 (tok == ROFF_nf || tok == ROFF_fi) && in man_breakscope()
334 if (man->flags & MAN_BLINE && tok != ROFF_nf && tok != ROFF_fi && in man_breakscope()
H A Dmdoc_man.c984 bef = n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
987 n->norm->Bd.type == DISP_literal ? ROFF_nf : ROFF_fi; in post_bd()
990 else if (n->last->tok == ROFF_fi) in post_bd()
991 now = ROFF_fi; in post_bd()
993 now = n->last->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
H A Dman_html.c172 html_fillmode(h, ROFF_fi); in print_man_node()
174 n->tok != ROFF_fi && n->flags & NODE_LINE && in print_man_node()
H A Droff.h76 ROFF_fi, enumerator
H A Dhtml.c327 had = t == NULL ? ROFF_fi : ROFF_nf; in html_fillmode()
331 case ROFF_fi: in html_fillmode()
H A Dmdoc_html.c352 html_fillmode(h, ROFF_fi); in print_mdoc_node()
354 n->tok != ROFF_fi && n->flags & NODE_LINE) in print_mdoc_node()
H A Droff.c3456 else if (tok == ROFF_fi) in roff_noarg()