Searched refs:foreground (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/bsddialog/lib/
H A Dbsddialog_theme.h114 bsddialog_color(enum bsddialog_color foreground,
117 bsddialog_color_attrs(int color, enum bsddialog_color *foreground,
H A Dtheme.c248 bsddialog_color(enum bsddialog_color foreground, argument
258 return (GET_COLOR(foreground, background) | f);
262 bsddialog_color_attrs(int color, enum bsddialog_color *foreground, argument
277 if (foreground != NULL)
278 *foreground = fg;
/freebsd-current/bin/timeout/
H A Dtimeout.c55 " [--kill-after time | -k time] [--foreground] <duration> <command>"
164 int foreground, preserve; local
186 foreground = preserve = 0;
191 { "foreground", no_argument, &foreground, 1 },
225 if (!foreground) {
293 if (foreground) {
306 if (!foreground) {
323 if (!foreground) {
346 if (!foreground)
[all...]
/freebsd-current/contrib/dialog/
H A Darrows.c45 merge_colors(chtype foreground, chtype background) argument
47 chtype result = foreground;
48 if ((foreground & A_COLOR) != (background & A_COLOR)) {
51 short fg_pair = (short) PAIR_NUMBER(foreground);
H A Dutil.c578 * have (or can) define a pair with the given color as foreground on the
582 dlg_color_pair(int foreground, int background) argument
591 && fg == foreground
600 (void) init_pair((short) pair, (short) foreground, (short) background);
608 * have (or can) define a pair with the given color as foreground on the
612 define_color(WINDOW *win, int foreground) argument
628 return dlg_color_pair(foreground, background);
853 * Prevent this from making text invisible when the foreground and
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c70 int foreground = 0; variable
213 foreground = 1;
397 {"foreground", 'f', 0, NULL, "run in the foreground instead of as a daemon\n"},
408 if (!foreground) {
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c626 bool foreground, launchd; local
647 foreground = false;
666 foreground = true;
724 if (foreground && pidfile == NULL) {
773 if (!foreground) {
/freebsd-current/sbin/hastd/
H A Dhastd.c72 /* Do we run in foreground? */
73 static bool foreground; variable
541 if (!foreground && pidfile == NULL &&
1189 foreground = false;
1206 foreground = true;
1251 if (pidfile != NULL || !foreground) {
1304 if (!foreground) {
1313 if (pidfile != NULL || !foreground) {
/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c90 int foreground = 0; local
101 foreground = 1;
293 if ((foreground == 0) && daemon(0, 0) < 0) {
/freebsd-current/bin/sh/
H A Djobs.c98 char foreground; /* true if running in the foreground */ member in struct:job
257 jp->foreground = 1;
278 jp->foreground = 0;
792 jp->foreground = 0;
875 * FORK_FG - Fork off a foreground process.
993 jp->foreground = mode == FORK_FG;
1044 jp->foreground = 1;
1066 * foreground process to terminate, and then send itself an interrupt
1078 int propagate_int = jp->jobctl && jp->foreground;
[all...]
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c122 int foreground = 0; local
140 foreground = 1;
429 if ((foreground == 0) && daemon(0, 0)) {
/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c12140 int foreground; local
12148 foreground = (bp->b_xflags & BX_BKGRDMARKER) == 0;
12175 if (foreground) {
12199 if (foreground &&
12217 if (foreground)
12253 if (foreground)

Completed in 295 milliseconds