Home
last modified time | relevance | path

Searched refs:mandoc_escape (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c440 esc = mandoc_escape(&word, &seq, &sz); in term_word()
495 mandoc_escape(&seq, NULL, NULL); in term_word()
692 esc = mandoc_escape(&cp, &seq, &ssz); in term_strlen()
728 mandoc_escape(&seq, NULL, NULL); in term_strlen()
H A Dmandoc.c42 mandoc_escape(const char **end, const char **start, int *sz) in mandoc_escape() function
286 mandoc_escape(end, NULL, NULL)) in mandoc_escape()
H A Dhtml.c302 switch (mandoc_escape(&cp, NULL, NULL)) { in html_strlen()
388 esc = mandoc_escape(&p, &seq, &len); in print_encode()
H A Dmandoc.h418 enum mandoc_esc mandoc_escape(const char **, const char **, int *);
H A Dman.c473 mandoc_escape(&cp, NULL, NULL); in man_pmacro()
660 mandoc_escape((const char **)&cp, NULL, NULL); in man_deroff()
H A Droff.c963 esc = mandoc_escape(&cp, &stnam, &inaml); in roff_res()
1028 switch (mandoc_escape(&cp, NULL, NULL)) { in roff_res()
1128 esc = mandoc_escape((const char **)&p, NULL, NULL); in roff_parsetext()
2580 esc = mandoc_escape(&p, NULL, NULL); in roff_tr()
2591 esc = mandoc_escape(&p, NULL, NULL); in roff_tr()
2789 mandoc_escape((const char **)&cp, NULL, NULL); in roff_getname()
3005 esc = mandoc_escape(&p, NULL, NULL); in roff_strdup()
H A Dmdoc.c739 mandoc_escape(&cp, NULL, NULL); in mdoc_pmacro()