Searched defs:silent (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/builtin/ |
H A D | mime.c | 42 "[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/cmd/std/ |
H A D | du.c | 52 "[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 D | dd.c | 147 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 D | cksum.c | 80 "[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/html/ |
H A D | troff2html.h | 205 int silent; /* minimal error messages */ member in struct:State_s
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 401 type(Ss_t* ss, char* s, int silent) argument 458 if (silent)
|
/ast/src/cmd/tw/ |
H A D | find.c | 230 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/src/cmd/nmake/ |
H A D | make.h | 814 unsigned char silent; /* run silently */ member in struct:State_s
|
Completed in 63 milliseconds