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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c67 int ic, horiz, spans, vert; local
116 horiz = sp->pos == TBL_SPAN_HORIZ || sp->pos == TBL_SPAN_DHORIZ;
121 term_word(tp, horiz ? "+" : "|");
123 tbl_char(tp, horiz ? '-' : ASCII_NBRSP, 1);
172 } else if (horiz)
180 term_word(tp, horiz ? "+" : " |");
182 tbl_char(tp, horiz ? '-' : ASCII_NBRSP, 1);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c276 uint32_t horiz, vert, stride; local
279 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh);
283 efifb->fb_width = horiz;
316 horiz = 1680;
324 horiz = 1280;
337 if (offset >= 0 && efifb->fb_width == horiz &&
408 efifb->fb_addr, horiz * 8);
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c119 horiz(po);
142 horiz(un);
188 horiz(pad);
196 horiz(k);
244 horiz(nw * (ni + i));
760 horiz(i)

Completed in 60 milliseconds