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

/freebsd-13-stable/contrib/mandoc/
H A Dtbl_term.c170 int dvert, fc, horiz, lhori, rhori, uvert; local
235 horiz = 0;
239 horiz = 1;
326 (horiz || (IS_HORIZ(sp->layout->first) &&
336 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->lvert)) {
345 if (horiz)
519 (horiz || (IS_HORIZ(sp->layout->last) &&
535 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->rvert)) {
536 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 ||
572 } else if (horiz
[all...]
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c326 uint32_t horiz, vert, stride; local
329 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh);
333 efifb->fb_width = horiz;
366 horiz = 1680;
374 horiz = 1280;
387 if (offset >= 0 && efifb->fb_width == horiz &&
458 efifb->fb_addr, horiz * 8);
/freebsd-13-stable/contrib/ee/
H A Dee.c265 void draw_line P_((int vertical, int horiz, unsigned char *ptr, int t_pos, int length));
1005 draw_line(vertical, horiz, ptr, t_pos, length) /* redraw line from current position */
1007 int horiz; /* current horizontal position on screen */
1019 abs_column = horiz;
1020 column = horiz - horiz_offset;
1058 wmove(text_win, vertical, (horiz - horiz_offset));

Completed in 77 milliseconds