Home
last modified time | relevance | path

Searched refs:ASCII_BREAK (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c178 case ASCII_BREAK: in term_flushln()
272 case ASCII_BREAK: /* Escape \: (breakpoint). */ in term_fill()
280 case ASCII_BREAK: in term_fill()
367 case ASCII_BREAK: in term_field()
923 ASCII_BREAK, '\0' }; in term_strlen()
H A Dchars.c44 static const char ascii_break[2] = { ASCII_BREAK, '\0' };
H A Dmandoc.h24 #define ASCII_BREAK 29 /* breakable zero-width space */ macro
H A Dterm_ascii.c199 return c != ASCII_BREAK; in ascii_width()
H A Dhtml.c454 case ASCII_BREAK: in print_escape()
471 ASCII_NBRSP, ASCII_HYPH, ASCII_BREAK, '\0' }; in print_encode()
H A Dmandocdb.c1974 res[4] = ASCII_BREAK; in render_string()
2017 case ASCII_BREAK: in render_string()
H A Dmdoc_markdown.c546 case ASCII_BREAK: in md_word()
H A Dmdoc_man.c443 case ASCII_BREAK: in print_word()