/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
|
/openbsd/usr.bin/grep/ |
H A D | util.c | 289 fgrepcomp(fastgrep_t *fg, const unsigned char *pattern) in fgrepcomp() 332 fastcomp(fastgrep_t *fg, const char *pattern) in fastcomp() 502 grep_search(fastgrep_t *fg, char *data, size_t dataLen, regmatch_t *pmatch, in grep_search()
|
/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/llvm/lldb/examples/python/ |
H A D | gdbremote.py | 100 def black(self, fg=True): argument 110 def red(self, fg=True): argument 120 def green(self, fg=True): argument 130 def yellow(self, fg=True): argument 140 def blue(self, fg=True): argument 150 def magenta(self, fg=True): argument 160 def cyan(self, fg=True): argument 170 def white(self, fg=True): argument 180 def default(self, fg=True): argument
|
H A D | mach_o.py | 270 def black(self, fg=True): argument 280 def red(self, fg=True): argument 290 def green(self, fg=True): argument 300 def yellow(self, fg=True): argument 310 def blue(self, fg=True): argument 320 def magenta(self, fg=True): argument 330 def cyan(self, fg=True): argument 340 def white(self, fg=True): argument 350 def default(self, fg=True): argument
|
/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/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 701 creator_ras_setfg(struct creator_softc *sc, int32_t fg) in creator_ras_setfg()
|
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/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | ptrmem2.C | 22 F<&S::g> fg; member
|
/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/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | ushmedia.h | 560 sh_media_FABS_S (float fg) in sh_media_FABS_S() 578 sh_media_FCMPUN_S (float fg, float fh) in sh_media_FCMPUN_S() 606 sh_media_FMAC_S (float fg, float fh, float fq) in sh_media_FMAC_S() 643 sh_media_FMOV_SL (float fg) in sh_media_FMOV_SL() 652 sh_media_FPUTSCR (float fg) in sh_media_FPUTSCR() 668 sh_media_FSQRT_S (float fg) in sh_media_FSQRT_S()
|
/openbsd/lib/libfuse/ |
H A D | fuse.c | 604 fuse_parse_cmdline(struct fuse_args *args, char **mp, int *mt, int *fg) in fuse_parse_cmdline() 671 int fg; in fuse_setup() 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 | 94 int fg; member
|
/openbsd/usr.sbin/amd/amd/ |
H A D | nfsx_ops.c | 334 nfsx_remount(mntfs *mf, int fg) in nfsx_remount()
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | ushmedia.h | 529 static __inline float sh_media_FCOSA_S (float fg) in sh_media_FCOSA_S() 596 sh_media_FMOV_SL (float fg) in sh_media_FMOV_SL() 605 sh_media_FPUTSCR (float fg) in sh_media_FPUTSCR() 610 static __inline float sh_media_FSINA_S (float fg) in sh_media_FSINA_S()
|