Searched refs:ASCII_NBRSP (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 263 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 270 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 306 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 318 tbl_char(tp, ASCII_NBRSP, 1); in tbl_vrule() 322 tbl_char(tp, ASCII_NBRSP, 2 - hp->vert); in tbl_vrule() 378 tbl_char(tp, ASCII_NBRSP, padl); in tbl_literal() 380 tbl_char(tp, ASCII_NBRSP, padr); in tbl_literal() 419 tbl_char(tp, ASCII_NBRSP, padl); in tbl_number() 422 tbl_char(tp, ASCII_NBRSP, col->width - sz - padl); in tbl_number()
|
H A D | term.c | 232 if (ASCII_NBRSP == p->buf[i]) { in term_flushln() 410 const char nbrsp[2] = { ASCII_NBRSP, 0 }; in term_word() 423 bufferc(p, ASCII_NBRSP); in term_word() 647 static const char rej[] = { '\\', ASCII_HYPH, ASCII_NBRSP, '\0' }; in term_strlen() 729 case (ASCII_NBRSP): in term_strlen()
|
H A D | mandoc.h | 21 #define ASCII_NBRSP 31 /* non-breaking space */ macro
|
H A D | chars.in | 31 static const char ascii_nbrsp[2] = { ASCII_NBRSP, '\0' };
|
H A D | mdoc_man.c | 362 case (ASCII_NBRSP): in print_word()
|