Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/usr.bin/timeout/
H A Dtimeout.c188 int foreground, preserve; in main() local
209 foreground = preserve = 0; in main()
227 foreground = 1; in main()
258 if (!foreground) { in main()
321 if (!foreground) in main()
335 if (!foreground) in main()
/netbsd-src/lib/librefuse/refuse/
H A Dv25.c60 int *multithreaded, int *foreground) { in fuse_parse_cmdline_v25() argument
68 *foreground = opts.foreground; in fuse_parse_cmdline_v25()
H A Dv25.h89 int *multithreaded, int *foreground);
/netbsd-src/lib/librefuse/
H A Drefuse_lowlevel.c55 REFUSE_LOWLEVEL_OPT("-d" , foreground , 1),
56 REFUSE_LOWLEVEL_OPT("debug" , foreground , 1),
57 REFUSE_LOWLEVEL_OPT("-f" , foreground , 1),
H A Dfuse_lowlevel.h46 int foreground; member
H A Drefuse_compat.c47 int foreground; member
/netbsd-src/usr.sbin/ypserv/ypserv/
H A Dypserv.c72 static int foreground = 1; variable
74 static int foreground; variable
102 if (foreground) in _msgout()
318 foreground = 1; in main()
339 if (foreground == 0 && daemon(0, 0)) in main()
/netbsd-src/tests/lib/libcurses/tests/
H A Dassume_default_colors8 # default foreground, blue background
12 # red foreground, default background
/netbsd-src/usr.sbin/perfused/
H A Dperfused.c391 int foreground = 0; in parse_options() local
406 foreground = 1; in parse_options()
411 foreground = 1; in parse_options()
419 if (!foreground) in parse_options()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dvga.c48 static u_char foreground = 7; /* White */ variable
116 pccolor = CATTR((background<<4)|foreground); in initscreen()
117 pccolor_so = CATTR((foreground<<4)|background); in initscreen()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dvga.c49 u_char foreground = 7; /* White */ variable
118 pccolor = CATTR((background<<4)|foreground); in initscreen()
119 pccolor_so = CATTR((foreground<<4)|background); in initscreen()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c63 int foreground = 1; /* 1 == this is the top-level server */ variable
173 return (long) (foreground ? am_mypid : getppid()); in get_server_pid()
917 if (foreground) { in going_down()
933 if (foreground) { in going_down()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dautil.c660 if (!foreground) { /* firewall - should never happen */ in am_unmounted()
782 foreground = 0; in dofork()
798 foreground = 0; in background()
H A Dsched.c183 if (!foreground) in wakeup()
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddraw.c423 values.foreground = dw->dvi.background; in setFillGC()
426 values.foreground = dw->dvi.foreground; in setFillGC()
429 values.foreground = dw->dvi.foreground; in setFillGC()
H A DDvi.c70 sizeof (unsigned long), offset(dvi.foreground),
262 values.foreground = dw->dvi.foreground; in Realize()
H A DDviP.h130 unsigned long foreground; member
/netbsd-src/libexec/httpd/
H A Ddaemon-bozo.c132 if (!httpd->background && !httpd->foreground) in bozo_daemon_init()
175 if (httpd->foreground == 0) in bozo_daemon_init()
/netbsd-src/usr.bin/compress/doc/
H A Drevision.log39 * unsigned compares on Perkin-Elmer. Fixed foreground check.
73 * Add check for foreground before prompting user. Insert maxbits into
/netbsd-src/usr.sbin/inetd/
H A Dinetd.c233 static bool foreground; variable
350 foreground = true; in main()
355 foreground = true; in main()
372 if (!foreground) in main()
503 if (foreground) in spawn()
/netbsd-src/sys/dev/ic/
H A Dpcdisplay_subr.c322 wschar->foreground = attrbyte & 0x07; in pcdisplay_getwschar()
344 attrbyte |= wschar->foreground & 0x07; in pcdisplay_putwschar()
/netbsd-src/usr.sbin/wsmoused/
H A Dselection.c448 t = ch.foreground; in char_invert()
449 ch.foreground = ch.background; in char_invert()
/netbsd-src/share/man/man0/
H A Dcshcmd18 csh(1) fg: bring job into foreground.
/netbsd-src/libexec/httpd/lua/
H A Dbozo.lua89 if options.foreground then
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dxtabbed.c898 values.foreground = ((XmTabsWidget)self)->xmManager.top_shadow_color;
914 values.foreground = ((XmTabsWidget)self)->xmManager.bottom_shadow_color;
930 values.foreground = ((XmTabsWidget)self)->xmManager.foreground;
946 values.foreground = ((XmTabsWidget)self)->xmTabs.tabcolor;
961 values.foreground = ((XmTabsWidget)self)->core.background_pixel;
1311 …if (((XmTabsWidget)self)->xmManager.foreground != ((XmTabsWidget)old)->xmManager.foreground || ((X…
1950 XSetForeground(dpy, my_gc, values.foreground); in XRotPaintAlignedString()

1234