Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dtbl_term.c31 #define IS_HORIZ(cp) ((cp)->pos == TBL_CELL_HORIZ || \ macro
314 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
315 !IS_HORIZ(sp->prev->layout->first)))) in term_tbl()
373 ((IS_HORIZ(cp) && in term_tbl()
374 !IS_HORIZ(cpp)) || in term_tbl()
377 IS_HORIZ(cp->next) && in term_tbl()
378 !IS_HORIZ(cpp->next)))) in term_tbl()
441 !IS_HORIZ(cp->next))) || in term_tbl()
506 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl()
507 !IS_HORIZ(sp->prev->layout->last)))) in term_tbl()
[all …]