Searched refs:mandoc_escape (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | term.c | 440 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 D | mandoc.c | 42 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 D | html.c | 302 switch (mandoc_escape(&cp, NULL, NULL)) { in html_strlen() 388 esc = mandoc_escape(&p, &seq, &len); in print_encode()
|
H A D | mandoc.h | 418 enum mandoc_esc mandoc_escape(const char **, const char **, int *);
|
H A D | man.c | 473 mandoc_escape(&cp, NULL, NULL); in man_pmacro() 660 mandoc_escape((const char **)&cp, NULL, NULL); in man_deroff()
|
H A D | roff.c | 963 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 D | mdoc.c | 739 mandoc_escape(&cp, NULL, NULL); in mdoc_pmacro()
|