Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmandoc.c43 mandoc_escape(const char **end, const char **start, int *sz) in mandoc_escape() function
288 mandoc_escape(end, NULL, NULL)) in mandoc_escape()
H A Dhtml.c304 switch (mandoc_escape(&cp, NULL, NULL)) { in html_strlen()
370 esc = mandoc_escape(&p, &seq, &len); in print_encode()
H A Dmandoc.h403 enum mandoc_esc mandoc_escape(const char **, const char **, int *);
H A Dterm.c457 esc = mandoc_escape(&word, &seq, &sz); in term_word()
666 esc = mandoc_escape(&cp, &seq, &ssz); in term_strlen()
H A Droff.c532 if (ESCAPE_ERROR != mandoc_escape(&cp, NULL, NULL)) in roff_res()
649 esc = mandoc_escape((const char **)&p, NULL, NULL); in roff_parsetext()
1655 esc = mandoc_escape(&p, NULL, NULL); in roff_tr()
1667 esc = mandoc_escape(&p, NULL, NULL); in roff_tr()
2010 esc = mandoc_escape(&p, NULL, NULL); in roff_strdup()