Home
last modified time | relevance | path

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

123

/NextBSD/usr.bin/timeout/
HDtimeout.c167 int foreground, preserve; in main() local
189 foreground = preserve = 0; in main()
194 { "foreground", no_argument, &foreground, 1 }, in main()
229 if (!foreground) { in main()
297 if (foreground) { in main()
310 if (!foreground) { in main()
327 if (!foreground) { in main()
350 if (!foreground) in main()
/NextBSD/contrib/netbsd-tests/lib/libcurses/tests/
HDassume_default_colors8 # default foreground, blue background
12 # red foreground, default background
/NextBSD/contrib/dialog/
HDarrows.c45 merge_colors(chtype foreground, chtype background) in merge_colors() argument
47 chtype result = foreground; in merge_colors()
48 if ((foreground & A_COLOR) != (background & A_COLOR)) { in merge_colors()
51 short fg_pair = (short) PAIR_NUMBER(foreground); in merge_colors()
/NextBSD/sys/boot/forth/
HDscreen.4th45 \ Set foreground color ( Esc-[3%dm )
60 \ Enable inverse foreground/background mode ( Esc-[7m )
63 \ Disable inverse foreground/background mode ( Esc-[27m )
/NextBSD/sbin/casperd/
HDcasperd.c631 bool foreground; in main() local
636 foreground = false; in main()
648 foreground = true; in main()
675 if (!foreground) in main()
693 if (!foreground) { in main()
/NextBSD/contrib/openbsm/bin/auditdistd/
HDauditdistd.c626 bool foreground, launchd; in main() local
647 foreground = false; in main()
666 foreground = true; in main()
724 if (foreground && pidfile == NULL) { in main()
773 if (!foreground) { in main()
/NextBSD/contrib/amd/libamu/
HDxutil.c65 int foreground = 1; /* 1 == this is the top-level server */ variable
175 return (long) (foreground ? am_mypid : getppid()); in get_server_pid()
851 if (foreground) { in going_down()
867 if (foreground) { in going_down()
/NextBSD/sbin/hastd/
HDhastd.c74 static bool foreground; variable
542 if (!foreground && pidfile == NULL && in hastd_reload()
1190 foreground = false; in main()
1207 foreground = true; in main()
1251 if (pidfile != NULL || !foreground) { in main()
1304 if (!foreground) { in main()
1313 if (pidfile != NULL || !foreground) { in main()
/NextBSD/bin/sh/
HDjobs.h70 char foreground; /* true if running in the foreground */ member
HDjobs.c226 jp->foreground = 1; in fgcmd()
247 jp->foreground = 0; in bgcmd()
744 jp->foreground = 0; in makejob()
939 jp->foreground = mode == FORK_FG; in forkshell()
988 jp->foreground = 1; in vforkexecshell()
1022 int propagate_int = jp->jobctl && jp->foreground; in waitforjob()
1191 thisjob->foreground && thisjob->state != JOBSTOPPED) { in dowait()
/NextBSD/contrib/amd/amd/
HDautil.c661 if (!foreground) /* firewall - should never happen */ in am_unmounted()
763 foreground = 0; in dofork()
779 foreground = 0; in background()
HDsched.c185 if (!foreground) in wakeup()
/NextBSD/bin/sh/tests/execution/
HDkilled2.02 # Most shells print a message when a foreground job is killed by a signal.
/NextBSD/share/examples/bootforth/
HDscreen.4th26 : fg ( x -- ) \ Set foreground color
/NextBSD/contrib/groff/src/devices/xditview/
HDdraw.c421 values.foreground = dw->dvi.background; in setFillGC()
424 values.foreground = dw->dvi.foreground; in setFillGC()
427 values.foreground = dw->dvi.foreground; in setFillGC()
HDDviP.h128 unsigned long foreground; member
HDDvi.c68 sizeof (unsigned long), offset(dvi.foreground),
260 values.foreground = dw->dvi.foreground; in Realize()
/NextBSD/usr.bin/compress/doc/
HDrevision.log41 * unsigned compares on Perkin-Elmer. Fixed foreground check.
75 * Add check for foreground before prompting user. Insert maxbits into
/NextBSD/contrib/subversion/subversion/svnserve/
HDsvnserve.c668 svn_boolean_t foreground = FALSE; in sub_main() local
773 foreground = TRUE; in sub_main()
1176 if (run_mode != run_mode_listen_once && !foreground) in sub_main()
/NextBSD/contrib/ncurses/include/
HDCaps.osf1r5471 color_fg_0 colf0 str c0 - - ----K foreground color 0
472 color_fg_1 colf1 str c1 - - ----K foreground color 1
473 color_fg_2 colf2 str c2 - - ----K foreground color 2
474 color_fg_3 colf3 str c3 - - ----K foreground color 3
475 color_fg_4 colf4 str c4 - - ----K foreground color 4
476 color_fg_5 colf5 str c5 - - ----K foreground color 5
477 color_fg_6 colf6 str c6 - - ----K foreground color 6
478 color_fg_7 colf7 str c7 - - ----K foreground color 7
733 set_a_foreground setaf str AF - - ----- Set foreground color to #1, using ANSI escape
740 set_foreground setf str Sf - - ----- Set foreground color #1
[all …]
/NextBSD/contrib/dialog/samples/
HDsourcemage.rc10 # Attribute - (foreground,background,highlight?)
HDslackware.rc10 # Attribute - (foreground,background,highlight?)
HDwhiptail.rc10 # Attribute - (foreground,background,highlight?)
HDsuse.rc10 # Attribute - (foreground,background,highlight?)
HDdebian.rc11 # Attribute - (foreground,background,highlight?)

123