HomeSort by: relevance | last modified time | path
    Searched refs:silent (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
opt-silent.exp 2 silent message
opt-silent.mk 1 # $NetBSD: opt-silent.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
10 @echo '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}}
opt-debug-graph1.mk 16 unmade-target: unmade-sources unmade-silent-source
18 .SILENT: unmade-silent-source
sh-leading-at.mk 7 # .SILENT
8 # depsrc-silent.mk
9 # opt-silent.mk
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...]
job-flags.mk 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
8 all: silent .WAIT ignore .WAIT ignore-cmds
13 silent: .SILENT .PHONY target
depsrc-silent.mk 1 # $NetBSD: depsrc-silent.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $
3 # Tests for the special source .SILENT in dependency declarations,
7 # Without the .SILENT, the commands 'echo one' and 'echo two' would be
9 all: .SILENT
deptgt-silent.mk 1 # $NetBSD: deptgt-silent.mk,v 1.4 2020/11/15 20:49:20 rillig Exp $
3 # Tests for the special target .SILENT in dependency declarations.
5 .SILENT: all
9 # Without the .SILENT, the following command would be echoed.
10 echo 'This is not echoed because of the .SILENT.'
12 # Demonstrate that the .SILENT only applies to the particular target.
opt-jobs-internal.exp 13 indirect-silent-comment: mode=parallel
opt-jobs-internal.mk 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment
52 # expect: indirect-silent-comment: mode=parallel
53 indirect-silent-comment: .PHONY
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
deptgt-silent-jobs.mk 1 # $NetBSD: deptgt-silent-jobs.mk,v 1.3 2022/04/15 09:33:20 rillig Exp $
3 # Ensure that the special dependency target '.SILENT' only affects the amount
9 # handling were output in jobs mode, even when the global '.SILENT'
18 .SILENT:
sh-errctl.mk 24 @echo 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 in function:main
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 in function:main
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/iconv/
iconv.c 94 do_conv(const char *fn, FILE *fp, const char *from, const char *to, int silent,
163 if (invalids > 0 && !silent)

Completed in 22 milliseconds

1 2 3