/openbsd/usr.bin/tmux/ |
H A D | grid-view.c | 66 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 D | screen-write.c | 44 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 D | grid.c | 203 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 D | tty.c | 1037 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 D | rasops1.c | 87 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 D | rasops4.c | 101 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 D | rasops.c | 538 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 D | rasops8.c | 167 int32_t fg, bg; in rasops8_makestamp() local
|
H A D | rasops15.c | 182 int32_t fg, bg; in rasops15_makestamp() local
|
/openbsd/sys/arch/luna88k/dev/ |
H A D | omrasops.c | 102 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 D | complex-2.c | 9 __complex__ double bg = -2.0 + 2.0i; variable
|
/openbsd/lib/libcurses/base/ |
H A D | lib_dft_fgbg.c | 102 assume_default_colors(int fg, int bg) in assume_default_colors()
|
/openbsd/sys/dev/pcmcia/ |
H A D | cfxga.c | 874 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 D | pcdisplay.c | 378 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 D | zx.c | 573 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 D | cgsix.c | 901 int fg, bg; in cgsix_ras_erasecols() local 945 int fg, bg; in cgsix_ras_eraserows() local
|
H A D | mgx.c | 714 int fg, bg; in mgx_ras_erasecols() local 744 int fg, bg; in mgx_ras_eraserows() local
|
/openbsd/usr.bin/locate/code/ |
H A D | locate.code.c | 249 bgindex(char *bg) /* Return location of bg in bigrams or -1. */ in bgindex()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | creator.c | 585 int bg, fg; in creator_ras_eraserows() local 622 int fg, bg; in creator_ras_erasecols() local
|
H A D | gfxp.c | 476 int bg, fg; in gfxp_erasecols() local 511 int bg, fg; in gfxp_eraserows() local
|
H A D | radeonfb.c | 476 int bg, fg; in radeonfb_erasecols() local 511 int bg, fg; in radeonfb_eraserows() local
|
H A D | raptor.c | 448 int bg, fg; in raptor_erasecols() local 483 int bg, fg; in raptor_eraserows() local
|
/openbsd/sys/arch/loongson/dev/ |
H A D | smfb.c | 515 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 D | tga.c | 1321 int fg, bg, ul; local 1388 int fg, bg; local 1445 int fg, bg; local
|
/openbsd/lib/libcurses/ |
H A D | new_pair.h | 95 int bg; member
|