Home
last modified time | relevance | path

Searched defs:border (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_panel.c469 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
491 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
544 u32 *border) in i9xx_scale_aspect()
603 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; in gmch_panel_fitting() local
/openbsd-src/usr.bin/tmux/
H A Dscreen-redraw.c303 int border; screen_redraw_check_cell() local
366 enum screen_redraw_border_type border; screen_redraw_check_is() local
665 int arrows = 0, border; screen_redraw_draw_borders_cell() local
[all...]
H A Dpopup.c490 enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE; popup_key_cb() local
[all...]
/openbsd-src/usr.sbin/ospfd/
H A Dospfe.c835 u_int8_t border, virtual = 0; orig_rtr_lsa() local
H A Dospfd.h405 u_int8_t border; member
/openbsd-src/usr.sbin/ospf6d/
H A Dospfe.c779 u_int8_t border, virtual = 0; orig_rtr_lsa() local
H A Dospf6d.h389 u_int8_t border; member
/openbsd-src/sys/dev/wscons/
H A Dwsdisplay.c2777 skip_spc_right(struct wsscreen * scr,int border) skip_spc_right() argument
/openbsd-src/lib/libcurses/
H A Dcurses.h1243 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br) macro