Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c567 esc = mandoc_escape(&word, &seq, &sz); in term_word()
669 esc = mandoc_escape(&seq, &cp, &sz); in term_word()
712 mandoc_escape(&seq, NULL, NULL); in term_word()
942 esc = mandoc_escape(&cp, &seq, &ssz); in term_strlen()
989 mandoc_escape(&seq, NULL, NULL); in term_strlen()
H A Dmandoc.c95 mandoc_escape(const char **end, const char **start, int *sz) in mandoc_escape() function
399 mandoc_escape(end, NULL, NULL)) in mandoc_escape()
H A Dmandoc.h312 enum mandoc_esc mandoc_escape(const char **, const char **, int *);
H A Deqn_html.c167 mandoc_escape(&cp, NULL, NULL); in eqn_box()
H A Droff.c1423 switch(mandoc_escape(&cp, &stnam, &inaml)) { in roff_expand()
1502 switch (mandoc_escape(&cp, NULL, NULL)) { in roff_expand()
1806 esc = mandoc_escape((const char **)&p, NULL, NULL); in roff_parsetext()
2627 switch (mandoc_escape(&end, &start, &len)) { in roff_evalcond()
3644 mandoc_escape(&p, NULL, NULL) != ESCAPE_SPECIAL) || in roff_char()
3664 switch (mandoc_escape(&p, NULL, NULL)) { in roff_char()
3759 esc = mandoc_escape(&p, NULL, NULL); in roff_tr()
3770 esc = mandoc_escape(&p, NULL, NULL); in roff_tr()
4044 mandoc_escape((const char **)&cp, NULL, NULL); in roff_getname()
4328 esc = mandoc_escape(&p, NULL, NULL); in roff_strdup()
H A Dman.c204 mandoc_escape(&cp, NULL, NULL); in man_pmacro()
H A Dtbl_data.c61 mandoc_escape(&ccp, NULL, NULL); in getdata()
H A Dmdoc.c333 mandoc_escape(&cp, NULL, NULL); in mdoc_pmacro()
H A Dman_validate.c236 switch (mandoc_escape(&cp, &arg, &sz)) { in check_tag()
H A Dhtml.c510 esc = mandoc_escape(&p, &seq, &len); in print_encode()
H A Deqn.c1066 mandoc_escape(&cpn, NULL, NULL); in eqn_parse()
H A Dmdoc_markdown.c589 switch (mandoc_escape(&s, &seq, &sz)) { in md_word()
H A Dmdoc_man.c326 switch (mandoc_escape(&cp, NULL, NULL)) { in man_strlen()
H A Dmandocdb.c2031 if (mandoc_escape(&scp, &seq, &seqlen) != ESCAPE_SPECIAL) in render_string()