Searched refs:bg (Results 1 - 25 of 96) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.bin/locate/bigram/
H A Dlocate.bigram.c99 struct bigram *bg; local
133 bg = bigrams;
134 for (i = 0; i < 128 && bg->count > 0; i++, bg++) {
135 if (bg->b1 != '\0')
136 fputc(bg->b1, stdout);
137 if (bg->b2 != '\0')
138 fputc(bg->b2, stdout);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dssh2pgp.c147 getbignum(bufgap_t *bg, char *buf, const char *header) argument
152 (void) bufgap_getbin(bg, &len, sizeof(len));
154 (void) bufgap_seek(bg, sizeof(len), BGFromHere, BGByte);
155 (void) bufgap_getbin(bg, buf, len);
160 (void) bufgap_seek(bg, len, BGFromHere, BGByte);
166 putbignum(bufgap_t *bg, BIGNUM *bignum)
171 (void) bufgap_insert(bg, &len, sizeof(len));
172 (void) bufgap_insert(bg, buf, len);
177 (void) bufgap_seek(bg, len, BGFromHere, BGByte);
209 bufgap_t bg; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr27373.c3 float bg[1], cg[1]; member in struct:atype
19 ty *tt = &((*rng_stream)->bg);
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops1.c90 u_int fs, rs, fb, bg, fg, lmask, rmask; local
116 bg = (attr & 0x000f0000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
119 /* If fg and bg match this becomes a space character */
120 if (fg == bg || uc == ' ') {
136 bg &= rmask;
139 tmp = (*rp & lmask) | bg;
148 /* NOT fontbits if bg is white */
149 if (bg) {
197 width = bg & ~rmask;
198 bg
282 int height, fs, rs, bg, fg; local
361 int height, fs, rs, bg, fg; local
[all...]
H A Drasops2.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
126 bg = ri->ri_devcmap[(attr >> 16) & 0xf];
129 /* If fg and bg match this becomes a space character */
130 if (fg == bg || uc == ' ') {
146 bg &= rmask;
149 *rp = (*rp & lmask) | bg;
171 bg = bg & ~lmask;
172 width = bg & ~rmask;
175 rp[0] = (rp[0] & lmask) | bg;
225 int i, fg, bg; local
[all...]
H A Drasops4.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
126 bg = ri->ri_devcmap[(attr >> 16) & 0xf];
129 /* If fg and bg match this becomes a space character */
130 if (fg == bg || uc == ' ') {
146 bg &= rmask;
149 *rp = (*rp & lmask) | bg;
171 bg = bg & ~lmask;
172 width = bg & ~rmask;
175 rp[0] = (rp[0] & lmask) | bg;
225 int i, fg, bg; local
[all...]
H A Drasops8.c197 u_char *dp, *rp, *hp, *hrp, *fr, bg, fg, pixel; local
224 bg = (u_char)ri->ri_devcmap[(attr >> 16) & 0xf];
230 memset(rp, bg, width);
232 memset(hrp, bg, width);
259 pixel = bg;
304 int32_t fg, bg; local
308 bg = ri->ri_devcmap[(attr >> 16) & 0xf] & 0xff;
319 stamp[i] = (i & 8 ? fg : bg);
320 stamp[i] |= ((i & 4 ? fg : bg) << 8);
321 stamp[i] |= ((i & 2 ? fg : bg) << 1
[all...]
H A Drasops15.c213 int32_t fg, bg; local
217 bg = ri->ri_devcmap[((u_int)attr >> 16) & 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 : bg) << 1
[all...]
H A Drasops24.c201 u_int fg, bg, c1, c2, c3, c4; local
205 bg = ri->ri_devcmap[((u_int)attr >> 16) & 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 : bg);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-2.c9 __complex__ double bg = -2.0 + 2.0i; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-2.c9 __complex__ double bg = -2.0 + 2.0i; variable
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Doutput.c132 unsigned char fg, bg;
189 bg = nm_bg_color;
224 bg = nm_bg_color;
242 fg = (bg & 7) | 8;
265 bg = (bg & 8) | (screen_color[code - 40]);
268 bg = nm_bg_color;
278 bg = bo_bg_color;
282 bg = so_bg_color;
286 bg
[all...]
H A Doptfunc.c506 int fg, bg; local
516 bg = nm_bg_color;
520 bg = getnum(&s, "D", &err);
523 error("Missing bg color in -D", NULL_PARG);
530 *bg_color = bg;
/netbsd-6-1-5-RELEASE/usr.bin/locate/code/
H A Dlocate.code.c189 bgindex(char *bg) /* Return location of bg in bigrams or -1. */ argument
193 bg0 = bg[0];
194 bg1 = bg[1];
/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
344 bg = WSCOL_BLACK;
350 fg = bg;
351 bg = swap;
356 *attr = (bg << 16) | (fg << 24) | flg;
397 int fg, bg; local
400 rasops_unpack_attr(attr, &fg, &bg, NULL);
411 ri->ri_font->fontheight, RR_CLEAR, 0xff ^ bg) != 0)
420 int fg, bg; local
424 rasops_unpack_attr(attr, &fg, &bg, NUL
[all...]
/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
51 syn keyword tmuxOptsSet message-bg lock-after-time default-path repeat-time
55 syn keyword tmuxOptsSet terminal-overrides status-left-attr status-left-bg
56 syn keyword tmuxOptsSet status-left-fg status-right-attr status-right-bg
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
72 syn keyword tmuxOptsSetw window-status-current-attr window-status-current-bg
76 syn keyword tmuxOptsSetw window-status-alert-bg windo
[all...]
/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);
264 sc->sc_bg = ri->ri_devcmap[bg];
450 int32_t x, y, width, height, fg, bg, ul; local
457 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
459 chipsfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
487 int32_t x, y, width, height, fg, bg, ul; local
490 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
494 ri->ri_height, ri->ri_devcmap[bg]);
501 ri->ri_devcmap[bg]);
587 int fg, bg, uc; local
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/external/bsd/tmux/dist/
H A Dtty.c1262 if (gc2.bg != 0 && gc2.bg != 8)
1317 u_char fg = gc->fg, bg = gc->bg, flags = gc->flags; local
1321 if (fg == tc->fg && bg == tc->bg &&
1332 bg_default = (bg == 8 && !(flags & GRID_FLAG_BG256));
1356 (tc->bg != 8 || tc->flags & GRID_FLAG_BG256)) {
1359 else if (tc->bg != 0 ||
1362 tc->bg
1485 u_char bg = gc->bg; local
[all...]
H A Dscreen-redraw.c177 int status, fg, bg; local
203 bg = options_get_number(&c->session->options, "pane-border-bg");
204 colour_set_bg(&other_gc, bg);
207 bg = options_get_number(&c->session->options, "pane-active-border-bg");
208 colour_set_bg(&active_gc, bg);
H A Dstatus.c70 u_char fg, bg, attr; local
76 bg = options_get_number(&s->options, "status-left-bg");
77 if (bg != 8)
78 colour_set_bg(gc, bg);
100 u_char fg, bg, attr; local
106 bg = options_get_number(&s->options, "status-right-bg");
107 if (bg != 8)
108 colour_set_bg(gc, bg);
657 u_char fg, bg, attr; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Drcons_subr.c478 rcons_setcolor(struct rconsole *rc, int fg, int bg) argument
485 if (bg > WSCOL_WHITE || bg < 0)
489 flg = bg;
490 bg = fg;
497 flg = bg;
498 bg = fg;
507 rc->rc_bgcolor = bg;
509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dpkcs12.h157 #define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
158 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_ruler.c166 Pixel fg, bg;
217 XmNbackground, &bg,
222 XSetBackground( XtDisplay(db_ruler), gc_ruler, bg );
162 Pixel fg, bg; local
218 XSetBackground( XtDisplay(db_ruler), gc_ruler, bg ); local
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dvoodoofb.c360 uint32_t bg, fg, ul; local
523 rasops_unpack_attr(defattr, &fg, &bg, &ul);
524 sc->sc_bg = ri->ri_devcmap[bg];
737 int fg, bg, uc, i; local
745 bg = (u_char)ri->ri_devcmap[(attr >> 16) & 0xf];
750 voodoofb_rectfill(sc, x, y, wi, he, bg);
755 voodoofb_setup_mono(sc, x, y, wi, he, fg, bg);
772 uint32_t bg, latch = 0, bg8, fg8, pixel, save_offset = 0; local
785 bg = ri->ri_devcmap[(attr >> 16) & 0xf];
789 voodoofb_rectfill(sc, x, y, wi, he, bg);
926 int32_t x, y, width, height, fg, bg, ul; local
963 int32_t x, y, width, height, fg, bg, ul; local
1054 voodoofb_setup_mono(struct voodoofb_softc *sc, int xd, int yd, int width, int height, uint32_t fg, uint32_t bg) argument
[all...]
/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
513 bg = WSCOL_BLACK;
521 fg = bg;
522 bg = tmp;
525 *attr = LIGHT_ATTR_ENCODE(fg, bg);

Completed in 393 milliseconds

1234