Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c151 ROFF_NEXT_CHILD : ROFF_NEXT_SIBLING; in man_unscope()
258 man->next = ROFF_NEXT_SIBLING; in blk_close()
434 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()
1962 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
1984 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
1987 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
1995 mdoc->next = ROFF_NEXT_SIBLING; in post_bl()
2840 mdoc->next = ROFF_NEXT_SIBLING; in post_bx()
2843 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()
1943 r->man->next = ROFF_NEXT_SIBLING; in roff_parseln()
2414 r->man->next = ROFF_NEXT_SIBLING; in roff_cond_sub()
3428 r->man->next = ROFF_NEXT_SIBLING; in roff_EQ()
3490 r->man->next = ROFF_NEXT_SIBLING; in roff_noarg()
3550 r->man->next = ROFF_NEXT_SIBLING; in roff_onearg()
[all …]
H A Dtag.c279 man->next = ROFF_NEXT_SIBLING; in tag_move_href()
H A Dman.c136 man->next = ROFF_NEXT_SIBLING; in man_ptext()
H A Dman_validate.c146 man->next = ROFF_NEXT_SIBLING; in man_validate()
H A Dmdoc_macro.c281 mdoc->next = ROFF_NEXT_SIBLING; in rew_last()
1508 if (mdoc->next == ROFF_NEXT_SIBLING) in in_line_eoln()