| /freebsd-12-stable/usr.bin/timeout/ |
| D | timeout.c | 167 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()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/tests/ |
| D | assume_default_colors | 8 # default foreground, blue background 12 # red foreground, default background
|
| /freebsd-12-stable/contrib/dialog/ |
| D | arrows.c | 45 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-12-stable/stand/forth/ |
| D | screen.4th | 48 \ Set foreground color ( Esc-[3%dm ) 63 \ Enable inverse foreground/background mode ( Esc-[7m ) 66 \ Disable inverse foreground/background mode ( Esc-[27m )
|
| /freebsd-12-stable/contrib/ofed/infiniband-diags/src/ |
| D | rdma-ndd.c | 70 int foreground = 0; variable 213 foreground = 1; in process_opts() 408 if (!foreground) { in main()
|
| /freebsd-12-stable/contrib/openbsm/bin/auditdistd/ |
| D | auditdistd.c | 626 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-12-stable/contrib/libxo/doc/ |
| D | options.rst | 125 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
|
| D | field-roles.rst | 76 foreground and background colors, respectively:: 88 fg-XXXXX Change foreground color 106 default Default color for foreground or background 115 change the foreground and background colors of terminal session
|
| /freebsd-12-stable/bin/sh/ |
| D | jobs.c | 105 char foreground; /* true if running in the foreground */ member 264 jp->foreground = 1; in fgcmd() 285 jp->foreground = 0; in bgcmd() 797 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-12-stable/sbin/hastd/ |
| D | hastd.c | 76 static bool foreground; variable 544 if (!foreground && pidfile == NULL && in hastd_reload() 1192 foreground = false; in main() 1209 foreground = true; in main() 1254 if (pidfile != NULL || !foreground) { in main() 1307 if (!foreground) { in main() 1316 if (pidfile != NULL || !foreground) { in main()
|
| /freebsd-12-stable/contrib/amd/libamu/ |
| D | xutil.c | 61 int foreground = 1; /* 1 == this is the top-level server */ variable 171 return (long) (foreground ? am_mypid : getppid()); in get_server_pid() 915 if (foreground) { in going_down() 931 if (foreground) { in going_down()
|
| /freebsd-12-stable/usr.sbin/rpc.statd/ |
| D | statd.c | 91 int foreground = 0; in main() local 102 foreground = 1; in main() 294 if ((foreground == 0) && daemon(0, 0) < 0) { in main()
|
| /freebsd-12-stable/bin/sh/tests/execution/ |
| D | killed2.0 | 2 # Most shells print a message when a foreground job is killed by a signal.
|
| /freebsd-12-stable/contrib/amd/amd/ |
| D | autil.c | 658 if (!foreground) { /* firewall - should never happen */ in am_unmounted() 780 foreground = 0; in dofork() 796 foreground = 0; in background()
|
| D | sched.c | 181 if (!foreground) in wakeup()
|
| /freebsd-12-stable/share/examples/bootforth/ |
| D | screen.4th | 26 : fg ( x -- ) \ Set foreground color
|
| /freebsd-12-stable/usr.bin/compress/doc/ |
| D | revision.log | 41 * unsigned compares on Perkin-Elmer. Fixed foreground check. 75 * Add check for foreground before prompting user. Insert maxbits into
|
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| D | lockd.c | 123 int foreground = 0; in main() local 141 foreground = 1; in main() 429 if ((foreground == 0) && daemon(0, 0)) { in main()
|
| /freebsd-12-stable/contrib/subversion/subversion/svnserve/ |
| D | svnserve.c | 709 svn_boolean_t foreground = FALSE; in sub_main() local 819 foreground = TRUE; in sub_main() 1240 if (run_mode != run_mode_listen_once && !foreground) in sub_main()
|
| /freebsd-12-stable/contrib/ncurses/include/ |
| D | Caps.osf1r5 | 471 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 …]
|
| /freebsd-12-stable/contrib/dialog/samples/ |
| D | sourcemage.rc | 10 # Attribute - (foreground,background,highlight?)
|
| D | debian.rc | 11 # Attribute - (foreground,background,highlight?)
|
| D | suse.rc | 10 # Attribute - (foreground,background,highlight?)
|
| D | whiptail.rc | 10 # Attribute - (foreground,background,highlight?)
|
| D | slackware.rc | 10 # Attribute - (foreground,background,highlight?)
|