Searched refs:ASCII_NBRSP (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 123 tbl_char(tp, horiz ? '-' : ASCII_NBRSP, 1); in term_tbl() 166 tbl_char(tp, ASCII_NBRSP, 1); in term_tbl() 170 tbl_char(tp, ASCII_NBRSP, 2 - vert); in term_tbl() 182 tbl_char(tp, horiz ? '-' : ASCII_NBRSP, 1); in term_tbl() 260 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 266 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 302 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 362 tbl_char(tp, ASCII_NBRSP, padl); in tbl_literal() 364 tbl_char(tp, ASCII_NBRSP, padr); in tbl_literal() 404 tbl_char(tp, ASCII_NBRSP, padl); in tbl_number() [all …]
|
H A D | term.c | 230 if (ASCII_NBRSP == p->buf[i]) { in term_flushln() 393 const char nbrsp[2] = { ASCII_NBRSP, 0 }; in term_word() 405 bufferc(p, ASCII_NBRSP); in term_word() 673 static const char rej[] = { '\\', ASCII_NBRSP, ASCII_HYPH, in term_strlen() 772 case ASCII_NBRSP: in term_strlen()
|
H A D | term_ascii.c | 299 static const char nbrsp[2] = { ASCII_NBRSP, '\0' }; in ascii_uc2str() 378 if (c == ASCII_NBRSP) in locale_width()
|
H A D | html.c | 344 case ASCII_NBRSP: in print_escape() 366 ASCII_NBRSP, ASCII_HYPH, ASCII_BREAK, '\0' }; in print_encode()
|
H A D | mandoc.h | 19 #define ASCII_NBRSP 31 /* non-breaking space */ macro
|
H A D | chars.in | 32 static const char ascii_nbrsp[2] = { ASCII_NBRSP, '\0' };
|
H A D | mdoc_man.c | 367 case ASCII_NBRSP: in print_word()
|