Home
last modified time | relevance | path

Searched refs:ASCII_NBRSP (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dtbl_term.c263 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 Dterm.c232 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 Dmandoc.h21 #define ASCII_NBRSP 31 /* non-breaking space */ macro
H A Dchars.in31 static const char ascii_nbrsp[2] = { ASCII_NBRSP, '\0' };
H A Dmdoc_man.c362 case (ASCII_NBRSP): in print_word()