Searched refs:deroff (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff.h | 557 void deroff(char **, const struct roff_node *);
|
H A D | mandocdb.c | 1512 deroff(&title, body); in parse_man() 1771 deroff(&cp, n); in parse_mdoc_Va() 1807 deroff(&mpage->desc, n); in parse_mdoc_Nd()
|
H A D | man_validate.c | 304 deroff(&tag, n); in post_SH()
|
H A D | html.c | 386 deroff(&buf, n); in html_make_id()
|
H A D | mdoc_validate.c | 1407 deroff(&mdoc->meta.name, n); in post_nm() 2657 deroff(&tag, n); in post_section() 2944 deroff(&mdoc->meta.os, n); in post_os()
|
H A D | roff.c | 1181 deroff(char **dest, const struct roff_node *n) in deroff() function 1188 deroff(dest, n); in deroff()
|
H A D | NEWS | 314 * Avoid a NULL pointer access on deroff() failure after '.SS ""'. 1080 This replaces the historical deroff(1) utility.
|