Searched refs:silent (Results 1 - 19 of 19) sorted by relevance

/ast/src/cmd/builtin/
H A Dmime.c42 "[s:silent|quiet?Exit 0 if match found, 1 otherwise, with no diagnostics.]"
61 int silent; local
65 silent = 0;
73 silent = 1;
110 if (silent)
/ast/src/lib/libcoshell/
H A DMakefile18 silent :: silent.sh
/ast/src/cmd/std/
H A Ddu.c52 "[f:silent?Do not report file and directory access errors.]"
136 int silent = 0; local
158 silent = 1;
184 silent = 0;
265 if (!silent)
275 if (!silent)
279 if (!silent)
283 if (!silent)
H A Ddd.c147 Operand_t silent; member in struct:__anon225
248 "silent",
404 if (!state.silent.value.number)
765 if (state.silent.value.number)
/ast/src/lib/libcmd/
H A Dcksum.c80 "[S:silent|status?No output for \b--check\b; 0 exit status means all sums"
133 int silent; /* silent check, 0 exit if ok */ member in struct:State_s
313 if (state->silent)
322 if (state->silent)
333 if (state->silent)
342 if (state->silent)
377 else if (state->silent)
503 state.silent = opt_info.num;
565 state.silent
[all...]
/ast/src/cmd/INIT/
H A DMakefile6 SILENT = /* this component builds silent -- this prevents us from using it while building it */
26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent
38 silent :: silent.sh
H A Dhurl.sh157 dd bs=$block count=$limit silent=1
H A Dpackage.mk245 package.ini = ignore mamprobe manmake package silent
699 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
707 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
983 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
991 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
H A Dpackage.sh2804 for i in execrate ignore mamprobe silent
/ast/src/cmd/html/
H A Dtroff2html.h205 int silent; /* minimal error messages */ member in struct:State_s
/ast/src/cmd/nmake/
H A Darchive.c90 if (!state.silent)
H A Dcommand.c111 if (!state.silent)
124 if (!state.silent)
140 else if (!state.silent)
147 if (!state.silent)
671 else if (*t && (!state.silent || state.mam.regress))
1377 if (state.silent)
H A Doption.c211 { "silent", OPT_silent, (char*)&state.silent, 0,
289 " [+1?Warning message, disabled by \b--silent\b. Warning"
971 state.silent = 1;
1268 if (state.silent = n)
1981 if (state.silent)
2057 if (!state.silent)
H A DMakerules.mk478 SILENT = silent
1180 if silent $(YACC) --version >/dev/null 2>&1
1207 if silent $(LEX) --version >/dev/null 2>&1
1234 then $(-silent:Y%%echo $(-errorid:C%$%/%)$(<:V:Q): >&2%)
1609 then $(-silent:~echo $$(-recurse-enter) $$(.RWD.:+$$$(<:N!=/*:+$$$$(.RWD.)/))$$(<)$$(":") >&2)
1612 $(-recurse-leave:+$$(-silent:~echo $$$(-recurse-leave) $$$(.RWD.:+$$$$(<:N!=/*:+$$$$$(.RWD.)/))$$$(<)$$$(":") >&2))
1619 then $(-silent:~echo $(-recurse-enter) $(.RWD.:+$(<:N!=/*:+$(.RWD.)/))$(<)$$(":") >&2)
1622 $(-recurse-leave:+$(-silent:~echo $(-recurse-leave) $(.RWD.:+$(<:N!=/*:+$$(.RWD.)/))$(<)$$$(":") >&2))
1628 $(-silent:~echo $(.RWD.:+$(<:N!=/*:+$(.RWD.)/))$(<)$$(":") >&2)
3624 $$(-silent
[all...]
H A Dmake.h814 unsigned char silent; /* run silently */ member in struct:State_s
H A Dobject.c1617 if (!state.silent)
/ast/src/cmd/tw/
H A Dfind.c230 int silent; member in struct:State_s
265 "Turns off \b-silent\b; enables inaccessible file and directory"
463 "silent", SILENT, Unary, 0, 0, 0,
1018 state->silent = 0;
1026 state->silent = 1;
1365 if (!state->silent)
1369 if (!state->silent)
1373 if (!state->silent)
1377 if (!state->silent)
1629 if (!state->silent)
[all...]
/ast/lib/package/
H A Dpackage.mk245 package.ini = ignore mamprobe manmake package silent
699 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
707 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
983 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
991 if [[ ! '$(license)' ]] || $(MAKE) --noexec --silent 'exit $$(LICENSECLASS:N=$(license):?0?1?)' .
/ast/src/cmd/sortlib/sync/
H A Dss.c401 type(Ss_t* ss, char* s, int silent) argument
458 if (silent)

Completed in 69 milliseconds