Home
last modified time | relevance | path

Searched refs:tag_put (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c265 tag_put(cp, prio, n); in check_tag()
329 tag_put(NULL, TAG_STRONG, n); in post_SH()
331 tag_put(tag, TAG_FALLBACK, n); in post_SH()
H A Dmdoc_validate.c1217 tag_put(nt->string, TAG_MANUAL, nn); in post_tg()
1330 tag_put(NULL, fn_prio++, n); in post_fname()
1582 tag_put(NULL, TAG_FALLBACK, mdoc->last); in post_em()
1603 tag_put(NULL, TAG_STRONG, n); in post_er()
1620 tag_put(NULL, TAG_STRONG, n); in post_tag()
2622 tag_put(NULL, TAG_STRONG, n); in post_section()
2624 tag_put(tag, TAG_FALLBACK, n); in post_section()
H A Dtag.c86 tag_put(const char *s, int prio, struct roff_node *n) in tag_put() function
H A Dtag.h33 void tag_put(const char *, int, struct roff_node *);