Searched refs:ASCII_HYPH (Results 1 – 7 of 7) sorted by relevance
171 (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()
347 case ASCII_HYPH: in print_escape()366 ASCII_NBRSP, ASCII_HYPH, ASCII_BREAK, '\0' }; in print_encode()
20 #define ASCII_HYPH 30 /* breakable hyphen */ macro
229 if ('+' == **end || '-' == **end || ASCII_HYPH == **end) in mandoc_escape()
370 case ASCII_HYPH: in print_word()
1704 *cp = ASCII_HYPH; in post_hyph()
1139 *p = ASCII_HYPH; in roff_parsetext()