HomeSort by: relevance | last modified time | path
    Searched defs:horiz (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/mdocml/dist/
tbl_term.c 170 int dvert, fc, horiz, lhori, rhori, uvert; local
224 horiz = 0;
228 horiz = 1;
315 (horiz || (IS_HORIZ(sp->layout->first) &&
325 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->lvert)) {
334 if (horiz)
507 (horiz || (IS_HORIZ(sp->layout->last) &&
523 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->rvert)) {
524 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 ||
560 } else if (horiz == 0 && sp->opts->opts & TBL_OPT_ALLBOX &
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 2538 int horiz; local
2544 horiz = g->minh;
2551 if (horiz < g->minh)
2567 if (horiz < g->minh)
2570 horiz = g->maxh;
3278 * next_horiz_pos - returns the next horiz position.

Completed in 35 milliseconds