Searched refs:fg (Results 1 - 25 of 76) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dfastgrep.c58 fgrepcomp(fastgrep_t *fg, const char *pat) argument
63 fg->len = strlen(pat);
64 fg->bol = false;
65 fg->eol = false;
66 fg->reversed = false;
68 fg->pattern = (unsigned char *)grep_strdup(pat);
72 fg->qsBc[i] = fg->len;
73 for (i = 1; i < fg->len; i++)
74 fg
81 fastcomp(fastgrep_t *fg, const char *pat) argument
205 grep_search(fastgrep_t *fg, const unsigned char *data, size_t len, regmatch_t *pmatch) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20050325-1.c7 extern void fg (long long x, int y);
12 fg (z, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20050325-1.c7 extern void fg (long long x, int y);
12 fg (z, 1);
/netbsd-6-1-5-RELEASE/sys/dev/pci/hdaudio/
H A Dhdaudio.c246 struct hdaudio_function_group *fg; local
261 fg = &co->co_fg[i];
262 if (fg->fg_device && fg->fg_unsol)
263 fg->fg_unsol(fg->fg_device, entry->resp);
670 hdaudio_attach_fg(struct hdaudio_function_group *fg, prop_array_t config) argument
672 struct hdaudio_codec *co = fg->fg_codec;
675 uint64_t fgptr = (vaddr_t)fg;
678 prop_dictionary_set_uint8(args, "function-group-type", fg
700 struct hdaudio_function_group *fg; local
926 struct hdaudio_function_group *fg; local
949 struct hdaudio_function_group *fg; local
1310 struct hdaudio_function_group *fg = NULL; local
1333 struct hdaudio_function_group *fg; local
1379 struct hdaudio_function_group *fg; local
1427 struct hdaudio_function_group *fg; local
1464 struct hdaudio_function_group *fg; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Doutput.c132 unsigned char fg, bg;
188 fg = nm_fg_color;
223 fg = nm_fg_color;
242 fg = (bg & 7) | 8;
257 fg = (fg & 8) | (screen_color[code - 30]);
259 case 39: /* default fg */
260 fg = nm_fg_color;
267 case 49: /* default fg */
277 fg
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops2.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
127 fg = ri->ri_devcmap[(attr >> 24) & 0xf];
129 /* If fg and bg match this becomes a space character */
130 if (fg == bg || uc == ' ') {
164 *rp = (*rp & lmask) | (fg & rmask);
201 rp[0] = (rp[0] & lmask) | (fg & ~lmask);
202 rp[1] = (rp[1] & rmask) | (fg & ~rmask);
225 int i, fg, bg; local
227 fg = ri->ri_devcmap[(attr >> 24) & 0xf] & 3;
232 stamp[i] = (i & 1 ? fg
[all...]
H A Drasops1.c90 u_int fs, rs, fb, bg, fg, lmask, rmask; local
117 fg = (attr & 0x0f000000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
119 /* If fg and bg match this becomes a space character */
120 if (fg == bg || uc == ' ') {
185 tmp = (*rp & lmask) | (fg & rmask);
262 tmp = (rp[0] & lmask) | (fg & ~lmask);
263 tmp2 = (rp[1] & rmask) | (fg & ~rmask);
282 int height, fs, rs, bg, fg; local
303 fg = (attr & 0x0f000000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
305 /* If fg an
361 int height, fs, rs, bg, fg; local
[all...]
H A Drasops4.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
127 fg = ri->ri_devcmap[(attr >> 24) & 0xf];
129 /* If fg and bg match this becomes a space character */
130 if (fg == bg || uc == ' ') {
164 *rp = (*rp & lmask) | (fg & rmask);
201 rp[0] = (rp[0] & lmask) | (fg & ~lmask);
202 rp[1] = (rp[1] & rmask) | (fg & ~rmask);
225 int i, fg, bg; local
227 fg = ri->ri_devcmap[(attr >> 24) & 0xf] & 0xf;
232 stamp[i] = (i & 1 ? fg
[all...]
H A Drasops8.c197 u_char *dp, *rp, *hp, *hrp, *fr, bg, fg, pixel; local
225 fg = (u_char)ri->ri_devcmap[(attr >> 24) & 0xf];
261 pixel = fg;
290 *rp++ = fg;
292 *hrp++ = fg;
304 int32_t fg, bg; local
307 fg = ri->ri_devcmap[(attr >> 24) & 0xf] & 0xff;
319 stamp[i] = (i & 8 ? fg : bg);
320 stamp[i] |= ((i & 4 ? fg : bg) << 8);
321 stamp[i] |= ((i & 2 ? fg
[all...]
H A Drasops15.c213 int32_t fg, bg; local
216 fg = ri->ri_devcmap[((u_int)attr >> 24) & 0xf] & 0xffff;
222 stamp[i] = (i & 16 ? fg : bg);
223 stamp[i] |= ((i & 8 ? fg : bg) << 16);
224 stamp[i + 1] = (i & 4 ? fg : bg);
225 stamp[i + 1] |= ((i & 2 ? fg : bg) << 16);
227 stamp[i] = (i & 2 ? fg : bg);
228 stamp[i] |= ((i & 4 ? fg : bg) << 16);
229 stamp[i + 1] = (i & 8 ? fg : bg);
230 stamp[i + 1] |= ((i & 16 ? fg
[all...]
H A Drasops24.c201 u_int fg, bg, c1, c2, c3, c4; local
204 fg = ri->ri_devcmap[((u_int)attr >> 24) & 0xf] & 0xffffff;
210 c1 = (i & 32 ? fg : bg);
211 c2 = (i & 16 ? fg : bg);
212 c3 = (i & 8 ? fg : bg);
213 c4 = (i & 4 ? fg : bg);
215 c1 = (i & 8 ? fg : bg);
216 c2 = (i & 4 ? fg : bg);
217 c3 = (i & 16 ? fg : bg);
218 c4 = (i & 32 ? fg
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipftest.c717 frgroup_t *fg; local
723 for (fg = ipfgroups[i][0]; fg != NULL; fg = fg->fg_next) {
725 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
726 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
738 for (fg
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C23 F<&S::g> fg; member in struct:S
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C23 F<&S::g> fg; member in struct:S
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux.vim47 syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action
50 syn keyword tmuxOptsSet status-left-length status-right-length message-fg
56 syn keyword tmuxOptsSet status-left-fg status-right-attr status-right-bg
57 syn keyword tmuxOptsSet status-right-fg update-environment base-index
61 syn keyword tmuxOptsSet pane-active-border-bg pane-active-border-fg
62 syn keyword tmuxOptsSet pane-border-bg pane-border-fg
67 syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg
70 syn keyword tmuxOptsSetw window-status-bg window-status-fg automatic-rename
73 syn keyword tmuxOptsSetw window-status-current-fg mode-mouse synchronize-panes
76 syn keyword tmuxOptsSetw window-status-alert-bg window-status-alert-fg
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dtty.c1259 if (gc2.fg != 7 && gc2.fg != 8)
1317 u_char fg = gc->fg, bg = gc->bg, flags = gc->flags; local
1321 if (fg == tc->fg && bg == tc->bg &&
1331 fg_default = (fg == 8 && !(flags & GRID_FLAG_FG256));
1346 (tc->fg != 8 || tc->flags & GRID_FLAG_FG256)) {
1349 else if (tc->fg != 7 ||
1352 tc->fg
1450 u_char fg = gc->fg; local
[all...]
H A Dscreen-redraw.c177 int status, fg, bg; local
201 fg = options_get_number(&c->session->options, "pane-border-fg");
202 colour_set_fg(&other_gc, fg);
205 fg = options_get_number(&c->session->options, "pane-active-border-fg");
206 colour_set_fg(&active_gc, fg);
H A Dstatus.c70 u_char fg, bg, attr; local
73 fg = options_get_number(&s->options, "status-left-fg");
74 if (fg != 8)
75 colour_set_fg(gc, fg);
100 u_char fg, bg, attr; local
103 fg = options_get_number(&s->options, "status-right-fg");
104 if (fg != 8)
105 colour_set_fg(gc, fg);
657 u_char fg, bg, attr; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddiofb.c336 diofb_allocattr(void *cookie, int fg, int bg, int flg, long *attr) argument
343 fg = WSCOL_WHITE;
349 swap = fg;
350 fg = bg;
356 *attr = (bg << 16) | (fg << 24) | flg;
397 int fg, bg; local
400 rasops_unpack_attr(attr, &fg, &bg, NULL);
420 int fg, bg; local
424 rasops_unpack_attr(attr, &fg, &bg, NULL);
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Drcons_subr.c478 rcons_setcolor(struct rconsole *rc, int fg, int bg) argument
482 if (fg > WSCOL_WHITE || fg < 0)
490 bg = fg;
491 fg = flg;
498 bg = fg;
499 fg = flg;
508 rc->rc_fgcolor = fg;
509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Dlight.c155 #define LIGHT_ATTR_ENCODE(fg, bg) (((fg << 8) & 0xff00) | (bg * 0x00ff))
505 light_allocattr(void *c, int fg, int bg, int flags, long *attr) argument
512 fg = WSCOL_WHITE;
517 fg += 8;
520 int tmp = fg;
521 fg = bg;
525 *attr = LIGHT_ATTR_ENCODE(fg, bg);
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_ruler.c166 Pixel fg, bg;
218 XmNforeground, &fg,
221 XSetForeground( XtDisplay(db_ruler), gc_ruler, fg );
162 Pixel fg, bg; local
217 XSetForeground( XtDisplay(db_ruler), gc_ruler, fg ); local
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550.c197 uint32_t bg, fg, ul; local
263 rasops_unpack_attr(defattr, &fg, &bg, &ul);
450 int32_t x, y, width, height, fg, bg, ul; local
457 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
487 int32_t x, y, width, height, fg, bg, ul; local
490 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
587 int fg, bg, uc; local
596 fg = (u_char)ri->ri_devcmap[(attr >> 24) & 0xf];
605 chipsfb_setup_mono(sc, x, y, wi, he, fg, bg);
613 int height, uint32_t fg, uint32_
612 chipsfb_setup_mono(struct chipsfb_softc *sc, int xd, int yd, int width, int height, uint32_t fg, uint32_t bg) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dfil.c3291 frgroup_t *fg, **fgp; local
3299 while ((fg = *fgp) != NULL) {
3300 if (strncmp(group, fg->fg_name, FR_GROUPLEN) == 0)
3303 fgp = &fg->fg_next;
3307 return fg;
3328 frgroup_t *fg, **fgp; local
3340 fg = fr_findgroup(group, unit, set, &fgp);
3341 if (fg != NULL) {
3342 if (fg->fg_flags == 0)
3343 fg
3377 frgroup_t *fg, **fgp; local
3406 frgroup_t *fg; local
4127 frgroup_t *fg; local
4816 frgroup_t *fg; local
4843 frgroup_t *fg; local
6803 frgroup_t *fg; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dushmedia.h527 static __inline float sh_media_FCOSA_S (float fg) argument
531 u.f = fg;
557 sh_media_FMAC_S (float fg, float fh, float fq)
559 return fg * fh + fq;
594 sh_media_FMOV_SL (float fg) argument
598 u.f = fg;
603 sh_media_FPUTSCR (float fg) argument
605 __asm volatile ("fputscr %0" : : "f" (fg));
608 static __inline float sh_media_FSINA_S (float fg) argument
612 u.f = fg;
[all...]

Completed in 440 milliseconds

1234