HomeSort by: relevance | last modified time | path
    Searched defs:foreground (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/librefuse/
fuse_lowlevel.h 46 int foreground; member in struct:fuse_cmdline_opts
refuse_compat.c 47 int foreground; member in struct:fuse_cmdline_opts_rev0
  /src/usr.bin/timeout/
timeout.c 66 " [--kill-after time | -k time] [--foreground] <duration> <command>"
188 int foreground, preserve; local
209 foreground = preserve = 0;
216 { "foreground", no_argument, NULL, 'f'},
227 foreground = 1;
258 if (!foreground) {
321 if (!foreground)
335 if (!foreground)
  /src/sys/arch/bebox/stand/boot/
vga.c 48 static u_char foreground = 7; /* White */ variable
116 pccolor = CATTR((background<<4)|foreground);
117 pccolor_so = CATTR((foreground<<4)|background);
318 * Set foreground/background color
  /src/sys/arch/prep/stand/boot/
vga.c 49 u_char foreground = 7; /* White */ variable
118 pccolor = CATTR((background<<4)|foreground);
119 pccolor_so = CATTR((foreground<<4)|background);
320 * Set foreground/background color
  /src/usr.sbin/perfused/
perfused.c 391 int foreground = 0; local
406 foreground = 1;
411 foreground = 1;
419 if (!foreground)
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 72 static int foreground = 1; variable
74 static int foreground; variable
102 if (foreground)
318 foreground = 1;
339 if (foreground == 0 && daemon(0, 0))
  /src/external/bsd/am-utils/dist/libamu/
xutil.c 63 int foreground = 1; /* 1 == this is the top-level server */ variable
173 return (long) (foreground ? am_mypid : getppid());
917 if (foreground) {
933 if (foreground) {
  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 130 unsigned long foreground; member in struct:__anon9345
  /src/usr.sbin/inetd/
inetd.c 233 static bool foreground; variable
356 foreground = true;
361 foreground = true;
378 if (!foreground)
520 if (foreground)
  /src/libexec/httpd/
bozohttpd.h 108 int foreground; /* keep daemon mode in foreground */ member in struct:bozohttpd_t
  /src/sys/dev/wscons/
wsconsio.h 518 uint8_t background, foreground; member in struct:wsdisplay_char
  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 3035 /**< Foreground colorpixel. */
3079 Solid Foreground
3082 everywhere stipple has a zero and with foreground everywhere stipple
3084 Stippled Foreground masked by stipple
3237 uint32_t foreground; member in struct:xcb_create_gc_value_list_t
3281 uint32_t foreground; member in struct:xcb_change_gc_value_list_t
10075 * foreground, background, tile, stipple, tile-stipple-x-origin, and
10107 * foreground, background, tile, stipple, tile-stipple-x-origin, and
10422 * The following graphics context components are used: plane-mask, foreground,
10431 * paints the text with the foreground pixel from \a gc. The upper-left corner o
    [all...]

Completed in 56 milliseconds