| /src/usr.bin/make/unit-tests/ |
| opt-silent.exp | 2 silent message
|
| opt-no-action-runflags.mk | 14 SILENT.no= # none 15 SILENT.yes= @ 23 .for silent in no yes 26 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr} 27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
|
| sh-errctl.exp | 5 echo silent 22 silent
|
| sh-flags.mk | 3 # Tests for the effective RunFlags of a shell command (run/skip, echo/silent, 23 opt-silent.yes= -s 27 tgt-silent.yes= .SILENT 30 cmd-silent.yes= @ 37 letter.silent.yes= s 45 # Only 'no', not 'yes', since job->echo is based trivially on opts.silent. 46 .for opt-silent in no 56 target+= ${letter.silent.${opt-silent}:U_ [all...] |
| job-flags.exp | 2 silent
|
| opt-jobs-no-action.mk | 49 # The following command is silent, it is printed once, using the 51 @: silent 61 # '!silent' in Compat_RunCommand. 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same. 73 SILENT.no= # none 74 SILENT.yes= @ 86 .for silent in no yes 89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr} 92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr [all...] |
| opt-jobs-internal.exp | 13 indirect-silent-comment: mode=parallel
|
| opt-jobs-no-action.exp | 10 { : silent 20 silent=no always=no ignerr=no 29 silent=no always=no ignerr=yes 32 silent=no always=yes ignerr=no 36 silent=no always=yes ignerr=yes 41 silent=yes always=no ignerr=no 47 silent=yes always=no ignerr=yes 51 silent=yes always=yes ignerr=no 55 silent=yes always=yes ignerr=yes
|
| opt-debug-graph1.exp | 8 # unmade-silent-source, unmade, type OP_SILENT, flags none 15 # unmade-silent-source [unmade-silent-source] .SILENT 17 .ALLTARGETS = all made-target made-target-no-sources made-source unmade-target unmade-sources unmade-silent-source unmade-target-no-sources
|
| sh-errctl.mk | 24 @echo silent
|
| meta-cmd-cmp.mk | 8 .MAKE.MODE= meta verbose silent=yes curdirok=yes nofilemon
|
| recursive.mk | 17 am__v_lt_0= --silent
|
| /src/usr.bin/gzip/ |
| zgrep | 34 silent=0 81 silent=1 116 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
|
| /src/usr.bin/radioctl/ |
| radioctl.c | 119 int silent = 0; local 139 silent = 1; 162 show_verbose(varname[opt.option], silent); 170 do_ioctls(rd, &opt, silent); 173 print_vars(silent); 195 show_verbose(const char *nick, int silent) 197 if (!silent) 208 do_ioctls(int fd, struct opt_t *o, int silent) 221 if (!silent) 478 show_int_val(u_long val, const char *nick, const char *append, int silent) [all...] |
| /src/bin/sh/ |
| mail.c | 76 chkmail(int silent) 85 if (silent) 106 if (statb.st_mtime > mailtime[i] && ! silent) { 114 if (statb.st_size > mailsize[i] && ! silent) {
|
| /src/tools/xz-include/ |
| Makefile | 13 CONFIGURE_ARGS+= --silent
|
| /src/usr.sbin/rdate/ |
| rdate.c | 73 int pr = 0, silent = 0, s; local 105 silent++; 172 if (!silent) {
|
| /src/games/hack/ |
| hack.pager.c | 370 page_file(const char *fnam, boolean silent) 379 if (!silent) 392 if (!silent) 396 if (!silent) 408 if (!silent) {
|
| /src/tools/host-mkdep/ |
| Makefile | 24 CONFIGURE_ARGS+=--silent
|
| /src/usr.bin/make/ |
| compat.c | 239 bool silent; /* Don't print command */ local 254 silent = (gn->type & OP_SILENT) != OP_NONE; 299 silent = !DEBUG(LOUD); 315 if (!silent || !GNode_ShouldExecute(gn)) { 579 if (opts.silent)
|
| parse.c | 174 SP_SILENT, /* .SILENT */ 295 { ".SILENT", SP_SILENT, OP_SILENT }, 895 * attribute (such as .SILENT) and if so, apply it to all targets. Otherwise 1299 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent) 1317 if (!silent) 1326 if (!silent) 1356 opts.silent = true; 2015 bool silent = directive[0] != 'i'; local 2018 p = directive + (silent ? 8 : 7); 2042 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent); 2242 bool silent = line[0] != 'i'; local [all...] |
| /src/lib/libedit/ |
| terminal.c | 1458 int verbose = 0, silent = 0; local 1477 silent = 1; 1527 if (!silent) 1570 if (!silent) 1581 if (!silent) 1589 if (!silent) 1598 if (!silent) 1616 if (!silent) 1623 if (!silent) 1632 if (!silent) [all...] |
| /src/sys/external/bsd/sljit/dist/regex_src/ |
| regexMain.c | 107 void run_tests(struct test_case* test, int verbose, int silent) 116 if (!verbose && !silent)
|
| /src/usr.bin/iconv/ |
| iconv.c | 96 const char *from, const char *to, int silent, int hide_invalid) 170 if (invalids > 0 && !silent)
|
| /src/sys/arch/mips/ralink/ |
| ralink_com.c | 399 ralink_com_early(int silent) 413 if (silent) {
|