Home
last modified time | relevance | path

Searched defs:bg (Results 1 – 25 of 48) sorted by relevance

12

/openbsd-src/usr.bin/tmux/
H A Dgrid-view.c66 grid_view_clear_history(struct grid *gd, u_int bg) in grid_view_clear_history()
96 u_int bg) in grid_view_clear()
107 u_int bg) in grid_view_scroll_region_up()
128 u_int bg) in grid_view_scroll_region_down()
138 grid_view_insert_lines(struct grid *gd, u_int py, u_int ny, u_int bg) in grid_view_insert_lines()
152 u_int ny, u_int bg) in grid_view_insert_lines_region()
167 grid_view_delete_lines(struct grid *gd, u_int py, u_int ny, u_int bg) in grid_view_delete_lines()
182 u_int ny, u_int bg) in grid_view_delete_lines_region()
197 grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) in grid_view_insert_cells()
214 grid_view_delete_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) in grid_view_delete_cells()
H A Dscreen-write.c44 u_int bg; member
1032 screen_write_insertcharacter(struct screen_write_ctx * ctx,u_int nx,u_int bg) screen_write_insertcharacter() argument
1060 screen_write_deletecharacter(struct screen_write_ctx * ctx,u_int nx,u_int bg) screen_write_deletecharacter() argument
1088 screen_write_clearcharacter(struct screen_write_ctx * ctx,u_int nx,u_int bg) screen_write_clearcharacter() argument
1116 screen_write_insertline(struct screen_write_ctx * ctx,u_int ny,u_int bg) screen_write_insertline() argument
1163 screen_write_deleteline(struct screen_write_ctx * ctx,u_int ny,u_int bg) screen_write_deleteline() argument
1209 screen_write_clearline(struct screen_write_ctx * ctx,u_int bg) screen_write_clearline() argument
1233 screen_write_clearendofline(struct screen_write_ctx * ctx,u_int bg) screen_write_clearendofline() argument
1265 screen_write_clearstartofline(struct screen_write_ctx * ctx,u_int bg) screen_write_clearstartofline() argument
1318 screen_write_reverseindex(struct screen_write_ctx * ctx,u_int bg) screen_write_reverseindex() argument
1361 screen_write_linefeed(struct screen_write_ctx * ctx,int wrapped,u_int bg) screen_write_linefeed() argument
1389 screen_write_scrollup(struct screen_write_ctx * ctx,u_int lines,u_int bg) screen_write_scrollup() argument
1414 screen_write_scrolldown(struct screen_write_ctx * ctx,u_int lines,u_int bg) screen_write_scrolldown() argument
1446 screen_write_clearendofscreen(struct screen_write_ctx * ctx,u_int bg) screen_write_clearendofscreen() argument
1476 screen_write_clearstartofscreen(struct screen_write_ctx * ctx,u_int bg) screen_write_clearstartofscreen() argument
1499 screen_write_clearscreen(struct screen_write_ctx * ctx,u_int bg) screen_write_clearscreen() argument
1641 screen_write_collect_scroll(struct screen_write_ctx * ctx,u_int bg) screen_write_collect_scroll() argument
[all...]
H A Dgrid.c198 grid_clear_cell(struct grid * gd,u_int px,u_int py,u_int bg) grid_clear_cell() argument
396 grid_scroll_history(struct grid * gd,u_int bg) grid_scroll_history() argument
426 grid_scroll_history_region(struct grid * gd,u_int upper,u_int lower,u_int bg) grid_scroll_history_region() argument
460 grid_expand_line(struct grid * gd,u_int py,u_int sx,u_int bg) grid_expand_line() argument
484 grid_empty_line(struct grid * gd,u_int py,u_int bg) grid_empty_line() argument
608 grid_clear(struct grid * gd,u_int px,u_int py,u_int nx,u_int ny,u_int bg) grid_clear() argument
648 grid_clear_lines(struct grid * gd,u_int py,u_int ny,u_int bg) grid_clear_lines() argument
670 grid_move_lines(struct grid * gd,u_int dy,u_int py,u_int ny,u_int bg) grid_move_lines() argument
713 grid_move_cells(struct grid * gd,u_int dx,u_int px,u_int py,u_int nx,u_int bg) grid_move_cells() argument
[all...]
H A Dtty.c1030 tty_fake_bce(const struct tty * tty,const struct grid_cell * gc,u_int bg) tty_fake_bce() argument
1121 tty_clear_line(struct tty * tty,const struct grid_cell * defaults,u_int py,u_int px,u_int nx,u_int bg) tty_clear_line() argument
1173 tty_clear_pane_line(struct tty * tty,const struct tty_ctx * ctx,u_int py,u_int px,u_int nx,u_int bg) tty_clear_pane_line() argument
1249 tty_clear_area(struct tty * tty,const struct grid_cell * defaults,u_int py,u_int ny,u_int px,u_int nx,u_int bg) tty_clear_area() argument
1321 tty_clear_pane_area(struct tty * tty,const struct tty_ctx * ctx,u_int py,u_int ny,u_int px,u_int nx,u_int bg) tty_clear_pane_area() argument
3031 tty_default_attributes(struct tty * tty,const struct grid_cell * defaults,struct colour_palette * palette,u_int bg,struct hyperlinks * hl) tty_default_attributes() argument
[all...]
/openbsd-src/sys/dev/rasops/
H A Drasops1.c87 u_int fs, rs, fb, bg, fg, lmask, rmask; in rasops1_putchar() local
233 int height, fs, rs, bg, fg; in rasops1_putchar8() local
296 int height, fs, rs, bg, fg; in rasops1_putchar16() local
H A Drasops4.c101 int height, width, fs, rs, fb, bg, fg, lmask, rmask; in rasops4_putchar() local
226 int i, fg, bg; in rasops4_makestamp() local
H A Drasops.c538 rasops_pack_cattr(void *cookie, int fg, int bg, int flg, uint32_t *attr) in rasops_pack_cattr()
568 rasops_pack_mattr(void *cookie, int fg, int bg, int flg, uint32_t *attr) in rasops_pack_mattr()
873 rasops_unpack_attr(void *cookie, uint32_t attr, int *fg, int *bg, int *underline) in rasops_unpack_attr()
1668 rasops_vcons_pack_attr(void *cookie, int fg, int bg, int flg, uint32_t *attr) in rasops_vcons_pack_attr()
1676 rasops_vcons_unpack_attr(void *cookie, uint32_t attr, int *fg, int *bg, in rasops_vcons_unpack_attr()
1782 int fg, bg; in rasops_wronly_do_cursor() local
H A Drasops8.c167 int32_t fg, bg; in rasops8_makestamp() local
H A Drasops24.c190 u_int fg, bg, c1, c2, c3, c4; local
H A Drasops15.c182 int32_t fg, bg; in rasops15_makestamp() local
/openbsd-src/sys/arch/luna88k/dev/
H A Domrasops.c102 int i, fg, bg; in om1_putchar() local
169 int i, fg, bg; in om4_putchar() local
294 int fg, bg; in om_erasecols() local
318 int fg, bg; in om_eraserows() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-2.c9 __complex__ double bg = -2.0 + 2.0i; variable
/openbsd-src/lib/libcurses/base/
H A Dlib_dft_fgbg.c102 assume_default_colors(int fg, int bg) in assume_default_colors()
/openbsd-src/sys/dev/pcmcia/
H A Dcfxga.c874 int bg, fg, ul; in cfxga_expand_char() local
963 int fg, bg; in cfxga_repaint_screen() local
1142 int fg, bg; in cfxga_erasecols() local
1167 int fg, bg; in cfxga_eraserows() local
1208 int cx, cy, fg, bg; in cfxga_putchar() local
/openbsd-src/sys/dev/isa/
H A Dpcdisplay.c378 pcdisplay_pack_attr(void *id, int fg, int bg, int flags, uint32_t *attrp) in pcdisplay_pack_attr()
388 pcdisplay_unpack_attr(void *id, uint32_t attr, int *fg, int *bg, int *ul) in pcdisplay_unpack_attr()
/openbsd-src/sys/dev/sbus/
H A Dzx.c573 int fg, bg; in zx_fillrect() local
662 int fg, bg; in zx_eraserows() local
721 int fs, i, fg, bg, ul; in zx_putchar() local
H A Dmgx.c714 int fg, bg; in mgx_ras_erasecols() local
744 int fg, bg; in mgx_ras_eraserows() local
H A Dcgsix.c901 int fg, bg; in cgsix_ras_erasecols() local
945 int fg, bg; in cgsix_ras_eraserows() local
/openbsd-src/usr.bin/locate/code/
H A Dlocate.code.c249 bgindex(char *bg) /* Return location of bg in bigrams or -1. */ in bgindex()
/openbsd-src/sys/arch/sparc64/dev/
H A Dcreator.c585 int bg, fg; in creator_ras_eraserows() local
622 int fg, bg; in creator_ras_erasecols() local
H A Dgfxp.c476 int bg, fg; in gfxp_erasecols() local
511 int bg, fg; in gfxp_eraserows() local
H A Draptor.c448 int bg, fg; in raptor_erasecols() local
483 int bg, fg; in raptor_eraserows() local
/openbsd-src/sys/arch/loongson/dev/
H A Dsmfb.c515 smfb_fillrect(struct smfb *fb, int x, int y, int w, int h, int bg) in smfb_fillrect()
573 int bg, fg; in smfb_erasecols() local
593 int bg, fg; in smfb_eraserows() local
/openbsd-src/sys/dev/pci/
H A Dtga.c1322 int fg, bg, ul; global() local
1389 int fg, bg; global() local
1446 int fg, bg; global() local
/openbsd-src/lib/libcurses/
H A Dnew_pair.h95 int bg; member

12