Lines Matching defs:silent
103 static int silent = 0;
275 silent++;
283 silent = 0;
293 silent++;
428 * Check if the silent flag is set ie. the -f option
433 if (silent) {
435 * Don't allow silent (-f) removal of an existing
854 * else: silent and
927 * else: silent and
1103 if (lnk && !silent) {
1116 * silent and user invoked command
1120 * If not silent, and stdin is a terminal, and
1138 overwrite = iflg && !silent && use_stdin();
1140 !silent && use_stdin() && !ISLNK(s2);
1563 /* else: silent and continue */