Searched refs:horiz (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | tbl_term.c | 173 int dvert, fc, horiz, lhori, rhori, uvert; in term_tbl() local 227 horiz = 0; in term_tbl() 231 horiz = 1; in term_tbl() 319 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl() 329 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->lvert)) { in term_tbl() 338 if (horiz) in term_tbl() 511 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl() 527 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->rvert)) { in term_tbl() 528 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()
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 336 uint32_t horiz, vert, stride; in efifb_from_uga() local 339 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh); in efifb_from_uga() 343 efifb->fb_width = horiz; in efifb_from_uga() 376 horiz = 1680; in efifb_from_uga() 384 horiz = 1280; in efifb_from_uga() 397 if (offset >= 0 && efifb->fb_width == horiz && in efifb_from_uga() 468 efifb->fb_addr, horiz * 8); in efifb_from_uga()
|
/freebsd/share/examples/bootforth/ |
H A D | frames.4th | 77 hline \ Draw top horiz line 79 hline \ Draw bottom horiz line
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set4 | 7 5 cursor to horiz pos
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set4 | 7 5 cursor to horiz pos
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set4 | 7 5 cursor to horiz pos
|
/freebsd/stand/forth/ |
H A D | frames.4th | 142 hline \ Draw top horiz line 144 hline \ Draw bottom horiz line
|
/freebsd/contrib/ee/ |
H A D | ee.c | 255 void draw_line(int vertical, int horiz, unsigned char *ptr, int t_pos, int length); 997 draw_line(int vertical, int horiz, unsigned char *ptr, int t_pos, int length) in draw_line() argument 1006 abs_column = horiz; in draw_line() 1007 column = horiz - horiz_offset; in draw_line() 1045 wmove(text_win, vertical, (horiz - horiz_offset)); in draw_line()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | macintosh | 167 # 77 beshort # horiz posn in window
|