Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c171 (ASCII_HYPH == p->buf[j] || in term_flushln()
179 if (ASCII_HYPH == p->buf[j]) in term_flushln()
571 if (ASCII_HYPH == c) in encode1()
610 if (ASCII_HYPH == word[i] || in encode()
673 static const char rej[] = { '\\', ASCII_NBRSP, ASCII_HYPH, in term_strlen()
776 case ASCII_HYPH: in term_strlen()
H A Dhtml.c347 case ASCII_HYPH: in print_escape()
366 ASCII_NBRSP, ASCII_HYPH, ASCII_BREAK, '\0' }; in print_encode()
H A Dmandoc.h20 #define ASCII_HYPH 30 /* breakable hyphen */ macro
H A Dmandoc.c229 if ('+' == **end || '-' == **end || ASCII_HYPH == **end) in mandoc_escape()
H A Dmdoc_man.c370 case ASCII_HYPH: in print_word()
H A Dmdoc_validate.c1704 *cp = ASCII_HYPH; in post_hyph()
H A Droff.c1139 *p = ASCII_HYPH; in roff_parsetext()