Searched refs:tag_put (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | tag.h | 33 void tag_put(const char *, int, struct roff_node *);
|
H A D | man_validate.c | 265 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 D | tag.c | 86 tag_put(const char *s, int prio, struct roff_node *n) in tag_put() function
|
H A D | mdoc_validate.c | 1217 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() 2664 tag_put(NULL, TAG_STRONG, n); in post_section() 2666 tag_put(tag, TAG_FALLBACK, n); in post_section()
|