Searched refs:ASCII_HYPH (Results 1 – 7 of 7) sorted by relevance
182 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()
334 static const char rejs[6] = { '\\', '<', '>', '&', ASCII_HYPH, '\0' }; in print_encode()363 case (ASCII_HYPH): in print_encode()
22 #define ASCII_HYPH 30 /* breakable hyphen */ macro
239 if ('+' == **end || '-' == **end || ASCII_HYPH == **end) in mandoc_escape()
365 case (ASCII_HYPH): in print_word()
660 *p = ASCII_HYPH; in roff_parsetext()
1902 *cp = ASCII_HYPH; in post_hyph()