Home
last modified time | relevance | path

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

12

/openbsd/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
1045 screen_write_insertcharacter(struct screen_write_ctx *ctx, u_int nx, u_int bg) in screen_write_insertcharacter() argument
1073 screen_write_deletecharacter(struct screen_write_ctx *ctx, u_int nx, u_int bg) in screen_write_deletecharacter() argument
1101 screen_write_clearcharacter(struct screen_write_ctx * ctx,u_int nx,u_int bg) screen_write_clearcharacter() argument
1129 screen_write_insertline(struct screen_write_ctx * ctx,u_int ny,u_int bg) screen_write_insertline() argument
1176 screen_write_deleteline(struct screen_write_ctx * ctx,u_int ny,u_int bg) screen_write_deleteline() argument
1223 screen_write_clearline(struct screen_write_ctx * ctx,u_int bg) screen_write_clearline() argument
1247 screen_write_clearendofline(struct screen_write_ctx * ctx,u_int bg) screen_write_clearendofline() argument
1279 screen_write_clearstartofline(struct screen_write_ctx * ctx,u_int bg) screen_write_clearstartofline() argument
1332 screen_write_reverseindex(struct screen_write_ctx * ctx,u_int bg) screen_write_reverseindex() argument
1375 screen_write_linefeed(struct screen_write_ctx * ctx,int wrapped,u_int bg) screen_write_linefeed() argument
1404 screen_write_scrollup(struct screen_write_ctx * ctx,u_int lines,u_int bg) screen_write_scrollup() argument
1429 screen_write_scrolldown(struct screen_write_ctx * ctx,u_int lines,u_int bg) screen_write_scrolldown() argument
1461 screen_write_clearendofscreen(struct screen_write_ctx * ctx,u_int bg) screen_write_clearendofscreen() argument
1491 screen_write_clearstartofscreen(struct screen_write_ctx * ctx,u_int bg) screen_write_clearstartofscreen() argument
1514 screen_write_clearscreen(struct screen_write_ctx * ctx,u_int bg) screen_write_clearscreen() argument
1656 screen_write_collect_scroll(struct screen_write_ctx * ctx,u_int bg) screen_write_collect_scroll() argument
[all...]
H A Dgrid.c203 grid_clear_cell(struct grid *gd, u_int px, u_int py, u_int bg) in grid_clear_cell() argument
411 grid_scroll_history(struct grid * gd,u_int bg) grid_scroll_history() argument
441 grid_scroll_history_region(struct grid * gd,u_int upper,u_int lower,u_int bg) grid_scroll_history_region() argument
475 grid_expand_line(struct grid * gd,u_int py,u_int sx,u_int bg) grid_expand_line() argument
499 grid_empty_line(struct grid * gd,u_int py,u_int bg) grid_empty_line() argument
627 grid_clear(struct grid * gd,u_int px,u_int py,u_int nx,u_int ny,u_int bg) grid_clear() argument
667 grid_clear_lines(struct grid * gd,u_int py,u_int ny,u_int bg) grid_clear_lines() argument
689 grid_move_lines(struct grid * gd,u_int dy,u_int py,u_int ny,u_int bg) grid_move_lines() argument
732 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.c1037 tty_fake_bce(const struct tty *tty, const struct grid_cell *gc, u_int bg) in tty_fake_bce()
1128 u_int px, u_int nx, u_int bg) in tty_clear_line()
1180 u_int px, u_int nx, u_int bg) in tty_clear_pane_line()
1256 u_int ny, u_int px, u_int nx, u_int bg) in tty_clear_area()
1328 u_int ny, u_int px, u_int nx, u_int bg) in tty_clear_pane_area()
3038 struct colour_palette *palette, u_int bg, struct hyperlinks *hl) in tty_default_attributes()
/openbsd/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 Drasops15.c182 int32_t fg, bg; in rasops15_makestamp() local
/openbsd/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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-2.c9 __complex__ double bg = -2.0 + 2.0i; variable
/openbsd/lib/libcurses/base/
H A Dlib_dft_fgbg.c102 assume_default_colors(int fg, int bg) in assume_default_colors()
/openbsd/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/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/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 Dcgsix.c901 int fg, bg; in cgsix_ras_erasecols() local
945 int fg, bg; in cgsix_ras_eraserows() local
H A Dmgx.c714 int fg, bg; in mgx_ras_erasecols() local
744 int fg, bg; in mgx_ras_eraserows() local
/openbsd/usr.bin/locate/code/
H A Dlocate.code.c249 bgindex(char *bg) /* Return location of bg in bigrams or -1. */ in bgindex()
/openbsd/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 Dradeonfb.c476 int bg, fg; in radeonfb_erasecols() local
511 int bg, fg; in radeonfb_eraserows() local
H A Draptor.c448 int bg, fg; in raptor_erasecols() local
483 int bg, fg; in raptor_eraserows() local
/openbsd/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/sys/dev/pci/
H A Dtga.c1321 int fg, bg, ul; local
1388 int fg, bg; local
1445 int fg, bg; local
/openbsd/lib/libcurses/
H A Dnew_pair.h95 int bg; member

12