Home
last modified time | relevance | path

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

123

/freebsd/bin/timeout/
H A Dtimeout.c164 int foreground, preserve; in main() local
186 foreground = preserve = 0; in main()
191 { "foreground", no_argument, &foreground, 1 }, in main()
225 if (!foreground) { in main()
293 if (foreground) { in main()
306 if (!foreground) { in main()
323 if (!foreground) { in main()
346 if (!foreground) in main()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dassume_default_colors8 # default foreground, blue background
12 # red foreground, default background
/freebsd/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, in bsddialog_color() argument
258 return (GET_COLOR(foreground, background) | f); in bsddialog_color()
262 bsddialog_color_attrs(int color, enum bsddialog_color *foreground, in bsddialog_color_attrs() argument
277 if (foreground != NULL) in bsddialog_color_attrs()
278 *foreground = fg; in bsddialog_color_attrs()
/freebsd/contrib/dialog/
H A Darrows.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()
/freebsd/stand/forth/
H A Dscreen.4th47 \ Set foreground color ( Esc-[3%dm )
62 \ Enable inverse foreground/background mode ( Esc-[7m )
65 \ Disable inverse foreground/background mode ( Esc-[27m )
/freebsd/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c70 int foreground = 0; variable
213 foreground = 1; in process_opts()
408 if (!foreground) { in main()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.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()
/freebsd/contrib/libxo/doc/
H A Doptions.rst125 pre-defined set of colors to new foreground and background colors.
128 mapped when used as a foreground or background color. The order is
154 foreground value for red (the second mapping) and a "cyan" background
161 foreground and background output to "yellow", give only the fifth
H A Dfield-roles.rst78 foreground and background colors, respectively::
90 fg-XXXXX Change foreground color
108 default Default color for foreground or background
117 change the foreground and background colors of terminal session
/freebsd/bin/sh/
H A Djobs.c98 char foreground; /* true if running in the foreground */ member
257 jp->foreground = 1; in fgcmd()
278 jp->foreground = 0; in bgcmd()
792 jp->foreground = 0; in makejob()
993 jp->foreground = mode == FORK_FG; in forkshell()
1044 jp->foreground = 1; in vforkexecshell()
1078 int propagate_int = jp->jobctl && jp->foreground; in waitforjob()
1247 thisjob->foreground && thisjob->state != JOBSTOPPED) { in dowait()
/freebsd/bin/sh/tests/execution/
H A Dkilled2.01 # Most shells print a message when a foreground job is killed by a signal.
/freebsd/sbin/hastd/
H A Dhastd.c73 static bool foreground; variable
541 if (!foreground && pidfile == NULL && in hastd_reload()
1189 foreground = false; in main()
1206 foreground = true; in main()
1251 if (pidfile != NULL || !foreground) { in main()
1304 if (!foreground) { in main()
1313 if (pidfile != NULL || !foreground) { in main()
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c90 int foreground = 0; in main() local
101 foreground = 1; in main()
293 if ((foreground == 0) && daemon(0, 0) < 0) { in main()
/freebsd/share/examples/bootforth/
H A Dscreen.4th25 : fg ( x -- ) \ Set foreground color
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses142 #color_fg_0 colf0 str c0 - - ----K foreground color 0
143 #color_fg_1 colf1 str c1 - - ----K foreground color 1
144 #color_fg_2 colf2 str c2 - - ----K foreground color 2
145 #color_fg_3 colf3 str c3 - - ----K foreground color 3
146 #color_fg_4 colf4 str c4 - - ----K foreground color 4
147 #color_fg_5 colf5 str c5 - - ----K foreground color 5
148 #color_fg_6 colf6 str c6 - - ----K foreground color 6
149 #color_fg_7 colf7 str c7 - - ----K foreground color 7
H A DCaps.osf1r5516 color_fg_0 colf0 str c0 - - ----K foreground color 0
517 color_fg_1 colf1 str c1 - - ----K foreground color 1
518 color_fg_2 colf2 str c2 - - ----K foreground color 2
519 color_fg_3 colf3 str c3 - - ----K foreground color 3
520 color_fg_4 colf4 str c4 - - ----K foreground color 4
521 color_fg_5 colf5 str c5 - - ----K foreground color 5
522 color_fg_6 colf6 str c6 - - ----K foreground color 6
523 color_fg_7 colf7 str c7 - - ----K foreground color 7
790 set_a_foreground setaf str AF - - ----- Set foreground color to #1, using ANSI escape
797 set_foreground setf str Sf - - ----- Set foreground color #1
/freebsd/usr.bin/compress/doc/
H A Drevision.log40 * unsigned compares on Perkin-Elmer. Fixed foreground check.
74 * Add check for foreground before prompting user. Insert maxbits into
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c122 int foreground = 0; in main() local
140 foreground = 1; in main()
429 if ((foreground == 0) && daemon(0, 0)) { in main()
/freebsd/contrib/dialog/samples/
H A Dsourcemage.rc10 # Attribute - (foreground,background,highlight?)
H A Ddebian.rc11 # Attribute - (foreground,background,highlight?)
H A Dslackware.rc10 # Attribute - (foreground,background,highlight?)
H A Dsuse.rc10 # Attribute - (foreground,background,highlight?)
H A Dwhiptail.rc10 # Attribute - (foreground,background,highlight?)
/freebsd/contrib/tcsh/
H A Dsrc.desc36 foreground.

123