Searched refs:horiz (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 170 int dvert, fc, horiz, lhori, rhori, uvert; in term_tbl() local 224 horiz = 0; in term_tbl() 228 horiz = 1; in term_tbl() 315 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl() 325 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->lvert)) { in term_tbl() 334 if (horiz) in term_tbl() 507 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl() 523 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->rvert)) { in term_tbl() 524 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 || in term_tbl() 560 } else if (horiz == 0 && sp->opts->opts & TBL_OPT_ALLBOX && in term_tbl()
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | framebuffer.c | 296 uint32_t horiz, vert, stride; in efifb_from_uga() local 299 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh); in efifb_from_uga() 303 efifb->fb_width = horiz; in efifb_from_uga() 336 horiz = 1680; in efifb_from_uga() 344 horiz = 1280; in efifb_from_uga() 357 if (offset >= 0 && efifb->fb_width == horiz && in efifb_from_uga() 428 efifb->fb_addr, horiz * 8); in efifb_from_uga()
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n7.c | 117 horiz(po); in tbreak() 140 horiz(un); in tbreak() 186 horiz(pad); in tbreak() 194 horiz(k); in tbreak() 242 horiz(nw * (ni + i)); in donum() 757 horiz(i) function
|
H A D | n3.c | 966 horiz(po); in casetl() 971 horiz(j = quant((lt - w[1]) / 2 - w[0], HOR)); in casetl() 975 horiz(lt - w[0] - w[1] - w[2] - j); in casetl()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | frames.4th | 138 hline \ Draw top horiz line 140 hline \ Draw bottom horiz line
|