Home
last modified time | relevance | path

Searched full:foreground (Results 1 – 25 of 235) sorted by relevance

12345678910

/freebsd/share/doc/usd/04.csh/
H A Dcsh.2577 Jobs; Background, Foreground, or Suspended
600 .I foreground
644 (possibly interrupting the output of other foreground jobs), you can set
659 .I "in the foreground"
664 Only one job can be running in the foreground at one time, but several
691 As mentioned in section 1.8, foreground jobs become
695 foreground job. A background job can become suspended by using the
698 any further progress until started again, either in the foreground
701 For foreground jobs this looks like
723 Suspending foreground jobs can be very useful when you need to temporarily
[all …]
/freebsd/bin/timeout/
H A Dtimeout.c63 "Usage: %s [-f | --foreground] [-k time | --kill-after time]" in usage()
188 send_sig(pid_t pid, int signo, bool foreground) in send_sig() argument
195 if (foreground) { in send_sig()
226 if (foreground) { in send_sig()
303 bool foreground = false; in main() local
315 { "foreground", no_argument, NULL, 'f' }, in main()
327 foreground = true; in main()
359 if (!foreground) { in main()
455 if (foreground) { in main()
477 send_sig(pid, sig, foreground); in main()
[all …]
H A Dtimeout.136 .Op Fl f | Fl -foreground
101 .It Fl f , Fl -foreground
154 .Fl -foreground
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.140 .Op Fl r Ar foreground Ar background
46 .Op Ar foreground Op Ar background
109 .It Ar foreground Op Ar background
111 Specify the foreground color
114 or both a foreground and background colors
414 .It Fl r Ar foreground background
416 .Ar foreground
522 .Bl -column "X:X" "<00000000>" "width" "bright foreground color"
526 .Li "3 <0000X000> 1 bright foreground color"
527 .Li "2:0 <00000XXX> 3 foreground color"
[all …]
/freebsd/share/man/man4/
H A Dtermios.495 When the foreground process
98 .Dq foreground .
106 If the command is to be started in the foreground (typical), it
110 group (it puts itself into the foreground).
116 If the job is started in the foreground, the user may
123 placing itself in the foreground.
125 and for placing stopped or background jobs into the foreground.
151 associated with a session, its foreground process group is set to
175 If a process is in the foreground process group of its controlling
201 If a process is in the foreground process group of its controlling
[all …]
H A Dscreen.4134 n= 3X set ANSI foreground color
157 -- E[2;nx Set normal ANSI foreground color --
166 -- E[6;nx Set normal ANSI reverse foreground --
215 -- E[=nF Set normal foreground color to n --
221 -- E[=nH Set normal reverse foreground color --
/freebsd/contrib/ncurses/man/
H A Dnew_pair.3x65 the foreground/background colors rather than assign a fixed color pair number,
75 That is, the foreground and background colors are applied as a pair.
106 Beyond that lies in the realm of programs using the foreground
117 foreground and background color, and
137 foreground and background color, and
H A Ddefault_colors.3x71 foreground color.
77 foreground/background colors to color number \-1.
81 initialize pair x as default foreground on blue.
109 \fI\%ncurses\fP will paint a white foreground (text) with black background
120 negative arguments to specify default foreground or background colors.
H A Dcurs_color.3x115 couples a foreground color for characters with a background color for
235 It initializes the special color pair \fB\%0\fP to the default foreground
309 the number of the color pair to be changed, the foreground
316 a default color in foreground and/or background.
387 number, and two addresses of \fBshort\fRs for storing the foreground and the
401 for returning the foreground and background colors,
491 \*(``yellow\*('' background (you get a blinking yellow foreground instead).
512 The \fB\%init_pair\fP routine accepts negative values of foreground
/freebsd/sbin/fsck_ffs/
H A Dfsck_ffs.8146 the file system is marked as needing a foreground check and
226 in foreground, or if its cleaning can be deferred to background.
228 with soft updates, not have been marked as needing a foreground check,
236 of the file system can be verified and reported during the foreground
243 does is to determine whether a foreground or background
363 The full foreground
367 Thus, it is recommended that you perform foreground
/freebsd/sbin/fsck/
H A Dfsck.872 Unlike the foreground checking,
164 Run in foreground mode.
171 A non-zero exit code indicates that it wants to run in foreground
183 A non-zero exit code indicates that it wanted to run in foreground
198 It is recommended that you perform foreground
/freebsd/lib/libc/gen/
H A Dtcgetpgrp.333 .Nd get foreground process group ID
43 function returns the value of the process group ID of the foreground
45 If there is no foreground process group,
/freebsd/sys/teken/
H A Dteken_subr.h1185 case 30: /* Set foreground color: black */ in teken_subr_set_graphic_rendition()
1186 case 31: /* Set foreground color: red */ in teken_subr_set_graphic_rendition()
1187 case 32: /* Set foreground color: green */ in teken_subr_set_graphic_rendition()
1188 case 33: /* Set foreground color: brown */ in teken_subr_set_graphic_rendition()
1189 case 34: /* Set foreground color: blue */ in teken_subr_set_graphic_rendition()
1190 case 35: /* Set foreground color: magenta */ in teken_subr_set_graphic_rendition()
1191 case 36: /* Set foreground color: cyan */ in teken_subr_set_graphic_rendition()
1192 case 37: /* Set foreground color: white */ in teken_subr_set_graphic_rendition()
1195 case 38: /* Set foreground color: 256 color mode */ in teken_subr_set_graphic_rendition()
1201 case 39: /* Set default foreground color. */ in teken_subr_set_graphic_rendition()
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h123 // a value that represents both a foreground and background
125 // For Foreground, and EFI_* value is valid from EFI_BLACK(0x00) to
132 #define EFI_TEXT_ATTR(Foreground, Background) ((Foreground) | ((Background) << 4)) argument
262 Sets the background and foreground colors for the OutputString () and
266 @param Attribute The attribute to set. Bits 0..3 are the foreground color, and
/freebsd/stand/lua/
H A Dcolor.lua.879 as a foreground color.
83 Returns the escape sequence for the default foreground color.
99 as the foreground color,
/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/netbsd-tests/lib/libcurses/tests/
H A Dassume_default_colors8 # default foreground, blue background
12 # red foreground, default background
/freebsd/sys/amd64/include/pc/
H A Ddisplay.h5 /* Color attributes for foreground text */
36 /* Monochrome attributes for foreground text */
/freebsd/sys/i386/include/pc/
H A Ddisplay.h5 /* Color attributes for foreground text */
36 /* Monochrome attributes for foreground text */
/freebsd/contrib/bsddialog/lib/
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/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
/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/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c70 int foreground = 0; variable
213 foreground = 1; in process_opts()
397 {"foreground", 'f', 0, NULL, "run in the foreground instead of as a daemon\n"}, in main()
408 if (!foreground) { in main()
/freebsd/sys/teken/libteken/
H A Dteken.3142 foreground and background color.
146 emulates a white-on-black terminal, which means the default foreground
187 function obtains the default terminal attributes as a pair of foreground
/freebsd/lib/libvgl/
H A Dvgl.3331 in foreground color
346 in foreground color
377 function must be called when our vty is in the foreground.
403 foreground.

12345678910