Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c33 #define IS_HORIZ(cp) ((cp)->pos == TBL_CELL_HORIZ || \ macro
315 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
316 !IS_HORIZ(sp->prev->layout->first)))) in term_tbl()
374 ((IS_HORIZ(cp) && in term_tbl()
375 !IS_HORIZ(cpp)) || in term_tbl()
378 IS_HORIZ(cp->next) && in term_tbl()
379 !IS_HORIZ(cpp->next)))) in term_tbl()
442 !IS_HORIZ(cp->next))) || in term_tbl()
507 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl()
508 !IS_HORIZ(sp->prev->layout->last)))) in term_tbl()
[all …]