Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm.c182 ASCII_HYPH == p->buf[j]) in term_flushln()
248 if (ASCII_HYPH == p->buf[i]) { in term_flushln()
575 if (ASCII_HYPH == c) in encode1()
614 if (ASCII_HYPH == word[i] || in encode()
647 static const char rej[] = { '\\', ASCII_HYPH, ASCII_NBRSP, '\0' }; in term_strlen()
733 case (ASCII_HYPH): in term_strlen()
H A Dhtml.c334 static const char rejs[6] = { '\\', '<', '>', '&', ASCII_HYPH, '\0' }; in print_encode()
363 case (ASCII_HYPH): in print_encode()
H A Dmandoc.h22 #define ASCII_HYPH 30 /* breakable hyphen */ macro
H A Dmandoc.c239 if ('+' == **end || '-' == **end || ASCII_HYPH == **end) in mandoc_escape()
H A Dmdoc_man.c365 case (ASCII_HYPH): in print_word()
H A Droff.c660 *p = ASCII_HYPH; in roff_parsetext()
H A Dmdoc_validate.c1902 *cp = ASCII_HYPH; in post_hyph()