Home
last modified time | relevance | path

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

12

/dragonfly/usr.bin/timeout/
H A Dtimeout.c177 int foreground, preserve; in main() local
199 foreground = preserve = 0; in main()
204 { "foreground", no_argument, &foreground, 1 }, in main()
243 if (!foreground) { in main()
313 if (foreground) { in main()
332 if (!foreground) { in main()
355 if (!foreground) in main()
/dragonfly/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()
H A Dutil.c565 dlg_color_pair(int foreground, int background) in dlg_color_pair() argument
574 && fg == foreground in dlg_color_pair()
583 (void) init_pair((short) pair, (short) foreground, (short) background); in dlg_color_pair()
595 define_color(WINDOW *win, int foreground) in define_color() argument
611 return dlg_color_pair(foreground, background); in define_color()
H A DCHANGES1608 + modify logic for \Z escapes to allow foreground and background
1611 foreground and background are the same (report by Erika Pacholleck).
/dragonfly/nrelease/gui/root/
H A D.Xresources4 urxvt*foreground: grey90
42 xterm*foreground: #0000DFFFDFFF
/dragonfly/sbin/svc/
H A Dexecute.c95 if (cmd->foreground) { in execute_init()
164 if (cmd->foreground == 0) { in execute_init()
171 if (cmd->foreground == 0) { in execute_init()
193 else if (cmd->foreground) in execute_init()
202 if (cmd->foreground == 0) { in execute_init()
H A Dsvc.h66 int foreground : 1; member
H A Dsvc.c94 cmd->foreground = 1; in process_cmd()
97 cmd->foreground = 1; in process_cmd()
/dragonfly/bin/sh/
H A Djobs.c106 char foreground; /* true if running in the foreground */ member
275 jp->foreground = 1; in fgcmd()
296 jp->foreground = 0; in bgcmd()
808 jp->foreground = 0; in makejob()
1004 jp->foreground = mode == FORK_FG; in forkshell()
1055 jp->foreground = 1; in vforkexecshell()
1089 int propagate_int = jp->jobctl && jp->foreground; in waitforjob()
1258 thisjob->foreground && thisjob->state != JOBSTOPPED) { in dowait()
/dragonfly/sbin/slattach/
H A Dslattach.c80 int foreground = 0; /* act as demon if zero, else don't fork. */ variable
123 foreground = 1; in main()
188 if (!foreground) in main()
/dragonfly/tools/regression/bin/sh/execution/
H A Dkilled2.02 # Most shells print a message when a foreground job is killed by a signal.
/dragonfly/usr.bin/compress/doc/
H A Drevision.log42 * unsigned compares on Perkin-Elmer. Fixed foreground check.
76 * Add check for foreground before prompting user. Insert maxbits into
/dragonfly/usr.bin/window/
H A Dwindowrc70 "foreground window(r = 0, nr = 1, nc = $ncol + 1, nl = 0," \
/dragonfly/contrib/grep/doc/
H A Dgrep.texi862 @samp{39} for default foreground color,
863 @samp{30} to @samp{37} for foreground colors,
864 @samp{90} to @samp{97} for 16-color mode foreground colors,
866 for 88-color and 256-color modes foreground colors,
913 which means a bold red foreground text on the terminal's default background.
963 The default is a bold red text foreground over the current line background.
971 The default is a bold red text foreground over the current line background.
979 The default is a bold red text foreground over the current line background.
989 The default is a green text foreground over the terminal's default background.
994 The default is a green text foreground over the terminal's default background.
[all …]
/dragonfly/sbin/init/
H A DNOTES38 was responsible for sending SIGHUP to the foreground process
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP58 to bring X up at boot time. Essentially, it runs xdm in the foreground
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal147 that the only child in its foreground process group (of which it's aware)
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME389 command to start it on foreground with debugging enabled:
456 reports, is to start wpa_supplicant on foreground with debugging
/dragonfly/lib/libncurses/include/
H A Dcurses.head94 * allows the curses library to enumerate the combinations of foreground and
96 * total foreground and background colors.
/dragonfly/contrib/ncurses/include/
H A DCaps634 set_foreground setf str Sf - - ----- Set foreground color #1
708 set_a_foreground setaf str AF - - ----- Set foreground color to #1, using ANSI escape
/dragonfly/contrib/diffutils/doc/
H A Ddiffutils.info3665 foreground.
3670 foreground.
3675 foreground.
3680 foreground.
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src12728 # | | foreground color
12729 # | foreground intensity
17587 #ESC b set foreground colour screen
17675 # foreground, black background, normal highlight.
23251 # 3) turn on foreground attributes
24152 # 1 foreground bright
24226 # CSI =<c>F set normal foreground color
24228 # CSI =<c>H set reverse foreground color
24229 # CSI =<c>I set reverse foreground color
24230 # CSI =<c>J set graphic foreground color
[all …]
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh696 erasetime fg font foreground geometry help \
/dragonfly/usr.sbin/ppp/
H A Dppp.8.m4139 .It Fl foreground
140 In foreground mode,
5640 You should note that this command is executed in the foreground;
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim208 " to your .vimrc or you can specify exact foreground and background

12