Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/mdocml/
Dtbl_term.c137 case (TBL_HEAD_DVERT): in term_tbl()
153 if (hp->prev && TBL_HEAD_DVERT != hp->prev->pos) in term_tbl()
171 TBL_HEAD_DVERT == hp->next->pos ? 1 : 2); in term_tbl()
227 if (hp->prev && TBL_HEAD_DVERT != hp->prev->pos) in tbl_rulewidth()
233 TBL_HEAD_DVERT != hp->next->pos) in tbl_rulewidth()
345 case (TBL_HEAD_DVERT): in tbl_vrule()
Dtbl_layout.c466 if (TBL_HEAD_DVERT != head->pos) in head_adjust()
470 head->pos = TBL_HEAD_DVERT; in head_adjust()
Dtbl_html.c125 case (TBL_HEAD_DVERT): in print_tbl()
Dout.c193 case (TBL_HEAD_DVERT): in tblcalc()
Dmandoc.h181 TBL_HEAD_DVERT /* double-vertical spacer */ enumerator