Searched refs:horiz (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 67 int ic, horiz, spans, vert; in term_tbl() local 116 horiz = sp->pos == TBL_SPAN_HORIZ || sp->pos == TBL_SPAN_DHORIZ; in term_tbl() 121 term_word(tp, horiz ? "+" : "|"); in term_tbl() 123 tbl_char(tp, horiz ? '-' : ASCII_NBRSP, 1); in term_tbl() 172 } else if (horiz) in term_tbl() 180 term_word(tp, horiz ? "+" : " |"); in term_tbl() 182 tbl_char(tp, horiz ? '-' : ASCII_NBRSP, 1); in term_tbl()
|
/titanic_50/usr/src/cmd/troff/ |
H A D | n7.c | 119 horiz(po); in tbreak() 142 horiz(un); in tbreak() 188 horiz(pad); in tbreak() 196 horiz(k); in tbreak() 244 horiz(nw * (ni + i)); in donum() 760 horiz(i) function
|
H A D | n3.c | 968 horiz(po); in casetl() 973 horiz(j = quant((lt - w[1]) / 2 - w[0], HOR)); in casetl() 977 horiz(lt - w[0] - w[1] - w[2] - j); in casetl()
|