| /netbsd-src/usr.bin/timeout/ |
| H A D | timeout.c | 188 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 D | v25.c | 60 int *multithreaded, int *foreground) { in fuse_parse_cmdline_v25() argument 68 *foreground = opts.foreground; in fuse_parse_cmdline_v25()
|
| H A D | v25.h | 89 int *multithreaded, int *foreground);
|
| /netbsd-src/lib/librefuse/ |
| H A D | refuse_lowlevel.c | 55 REFUSE_LOWLEVEL_OPT("-d" , foreground , 1), 56 REFUSE_LOWLEVEL_OPT("debug" , foreground , 1), 57 REFUSE_LOWLEVEL_OPT("-f" , foreground , 1),
|
| H A D | fuse_lowlevel.h | 46 int foreground; member
|
| H A D | refuse_compat.c | 47 int foreground; member
|
| /netbsd-src/usr.sbin/ypserv/ypserv/ |
| H A D | ypserv.c | 72 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 D | assume_default_colors | 8 # default foreground, blue background 12 # red foreground, default background
|
| /netbsd-src/usr.sbin/perfused/ |
| H A D | perfused.c | 391 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 D | vga.c | 48 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 D | vga.c | 49 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 D | xutil.c | 63 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 D | autil.c | 660 if (!foreground) { /* firewall - should never happen */ in am_unmounted() 782 foreground = 0; in dofork() 798 foreground = 0; in background()
|
| H A D | sched.c | 183 if (!foreground) in wakeup()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | draw.c | 423 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 D | Dvi.c | 70 sizeof (unsigned long), offset(dvi.foreground), 262 values.foreground = dw->dvi.foreground; in Realize()
|
| H A D | DviP.h | 130 unsigned long foreground; member
|
| /netbsd-src/libexec/httpd/ |
| H A D | daemon-bozo.c | 132 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 D | revision.log | 39 * 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 D | inetd.c | 233 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 D | pcdisplay_subr.c | 322 wschar->foreground = attrbyte & 0x07; in pcdisplay_getwschar() 344 attrbyte |= wschar->foreground & 0x07; in pcdisplay_putwschar()
|
| /netbsd-src/usr.sbin/wsmoused/ |
| H A D | selection.c | 448 t = ch.foreground; in char_invert() 449 ch.foreground = ch.background; in char_invert()
|
| /netbsd-src/share/man/man0/ |
| H A D | cshcmd | 18 csh(1) fg: bring job into foreground.
|
| /netbsd-src/libexec/httpd/lua/ |
| H A D | bozo.lua | 89 if options.foreground then
|
| /netbsd-src/external/bsd/nvi/dist/motif_l/ |
| H A D | xtabbed.c | 898 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()
|