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

/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c31 #define IS_HORIZ(cp) ((cp)->pos == TBL_CELL_HORIZ || \ macro
226 (horiz || (IS_HORIZ(sp->layout->first) &&
227 !IS_HORIZ(sp->prev->layout->first)))) ||
229 fc = horiz || IS_HORIZ(sp->layout->first) ? '+' : '|';
280 ((IS_HORIZ(cp) &&
281 !IS_HORIZ(cpp)) ||
284 IS_HORIZ(cp->next) &&
285 !IS_HORIZ(cpp->next))))
334 (cp == NULL || !IS_HORIZ(cp))) ||
400 (horiz || (IS_HORIZ(s
[all...]

Completed in 106 milliseconds