HomeSort by relevance Sort by last modified time
    Searched defs:background (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
main.c 55 static int background = TRUE; /* Forground or bkgrd */ variable
65 * versus verbose to syslog rather then the background flag
171 background = FALSE;
187 if (background) {
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpsched.c 75 static void background();
209 * that will run in the background. The child will relock the file.
218 background();
354 background() function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
main.c 58 static boolean_t background = _B_TRUE; variable
164 background = _B_FALSE;
168 background = _B_FALSE;
312 if (!background)
329 /* get into the background */
330 if (background && daemon(0, 0) < 0)
421 trace_close(background);
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
graphics.c 85 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
156 * Set VGA palette color 0 to be the system background color, 15 to be the
160 * its new colors; if not, set them to the background color.
163 graphics_set_palette(0, PALETTE_RED(background), PALETTE_GREEN(background),
164 PALETTE_BLUE(background));
167 color = (image_read ? splash_palette[index] : background);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
Defaults.java 99 private Color background; field in class:Defaults
125 Defaults(String defaultsFile, Color background) {
127 this.background = background;
148 background = old.background;
179 frame.setBackground(background);

Completed in 240 milliseconds