Home
last modified time | relevance | path

Searched refs:ROFF_NEXT_SIBLING (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/mandoc/
H A Dman_macro.c156 ROFF_NEXT_CHILD : ROFF_NEXT_SIBLING; in man_unscope()
263 man->next = ROFF_NEXT_SIBLING; in blk_close()
444 man->next = ROFF_NEXT_SIBLING; in in_line_eoln()
H A Droff_int.h28 ROFF_NEXT_SIBLING = 0, enumerator
H A Dmdoc.c107 mdoc->next = ROFF_NEXT_SIBLING; in mdoc_endbody_alloc()
259 mdoc->next = ROFF_NEXT_SIBLING; in mdoc_ptext()
H A Dmdoc_validate.c343 mdoc->next = ROFF_NEXT_SIBLING; in mdoc_validate()
939 mdoc->next = ROFF_NEXT_SIBLING; in build_list()
975 mdoc->next = ROFF_NEXT_SIBLING; in post_ex()
1056 mdoc->next = ROFF_NEXT_SIBLING; in post_rv()
1478 mdoc->next = ROFF_NEXT_SIBLING; in post_display()
2007 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
2029 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
2032 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
2040 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
2883 mdoc->next = ROFF_NEXT_SIBLING; in post_bx()
[all …]
H A Droff.c916 case ROFF_NEXT_SIBLING: in roff_node_append()
974 man->next = ROFF_NEXT_SIBLING; in roff_word_alloc()
989 man->next = ROFF_NEXT_SIBLING; in roff_word_append()
1048 man->next = ROFF_NEXT_SIBLING; in roff_addtbl()
1082 man->next = ROFF_NEXT_SIBLING; in roff_node_unlink()
1334 r->man->next = ROFF_NEXT_SIBLING; in roff_parse_comment()
1757 r->man->next = ROFF_NEXT_SIBLING; in roff_parsetext()
1927 r->man->next = ROFF_NEXT_SIBLING; in roff_req_or_macro()
3398 r->man->next = ROFF_NEXT_SIBLING; in roff_EQ()
3460 r->man->next = ROFF_NEXT_SIBLING; in roff_noarg()
[all …]
H A Dtag.c325 man->next = ROFF_NEXT_SIBLING; in tag_move_href()
H A Dman.c138 man->next = ROFF_NEXT_SIBLING; in man_ptext()
H A Dman_validate.c134 man->next = ROFF_NEXT_SIBLING; in man_validate()
H A Dmdoc_macro.c284 mdoc->next = ROFF_NEXT_SIBLING; in rew_last()
1511 if (mdoc->next == ROFF_NEXT_SIBLING) in in_line_eoln()