Searched refs:TBL_CELL_VERT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/mdocml/
H A Dtbl_layout.c55 { '|', TBL_CELL_VERT }
84 case (TBL_CELL_VERT):
249 case (TBL_CELL_VERT):
275 if (TBL_CELL_VERT == c && '|' == p[*pos]) {
282 if (rp->last && (TBL_CELL_VERT == c || TBL_CELL_DVERT == c) &&
283 (TBL_CELL_VERT == rp->last->pos ||
399 (TBL_CELL_VERT != p->pos &&
407 (TBL_CELL_VERT == p->pos ||
416 (TBL_CELL_VERT == p->pos ||
459 if (TBL_CELL_VERT !
[all...]
H A Dmandoc.h206 TBL_CELL_VERT, /* | */ enumerator in enum:tbl_cellt
H A Dtbl_data.c56 while (cp && (TBL_CELL_VERT == cp->pos ||

Completed in 125 milliseconds