Searched refs:tbl_char (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 33 static void tbl_char(struct termp *, char, size_t); 230 tbl_char(tp, '+', hp->vert); in tbl_hrule() 231 tbl_char(tp, c, tbl_rulewidth(tp, hp)); in tbl_hrule() 249 tbl_char(tp, (outer ? '-' : '+'), hp->vert); in tbl_hframe() 250 tbl_char(tp, '-', tbl_rulewidth(tp, hp)); in tbl_hframe() 263 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 270 tbl_char(tp, ASCII_NBRSP, col->width); in tbl_data() 275 tbl_char(tp, '-', col->width); in tbl_data() 280 tbl_char(tp, '=', col->width); in tbl_data() 288 tbl_char(tp, '-', col->width); in tbl_data() [all …]
|