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

/haiku/src/bin/
H A Dtty.c21 " -s silent mode: no output -- only return an exit status\n");
35 bool silent = false; local
39 silent = true;
44 if (!silent)
H A Dmountvolume.cpp52 " -s - silent; don't print info about (un)mounting\n"
148 silent(false),
177 else if (!silent)
204 } else if (!silent)
212 if (!silent) {
227 if (!silent) {
240 bool silent; member in struct:MountVisitor
398 mountVisitor.silent = true;
485 if (!mountVisitor.silent) {
506 if (!mountVisitor.silent) {
[all...]
H A Dhey.cpp71 // 1.2.3: new option: -s for silent processing (no reply or errors printed) AM
139 // flag for silent mode
140 bool silent; variable
148 if (!silent)
154 if (!silent)
165 if (!silent) {
174 if (!silent) {
180 if (!silent) {
187 if (!silent) {
259 "options: -s: silent\
[all...]
/haiku/src/bin/unzip/
H A Dzipgrep28 silent=0
34 *h*) silent=1
46 elif test $silent -eq 1; then
/haiku/headers/os/support/
H A DStopWatch.h15 BStopWatch(const char* name, bool silent = false);
/haiku/src/tests/system/kernel/
H A Dfibo_exec.cpp30 bool silent = false; local
41 silent = true;
106 if (silent) {
H A Dfibo_load_image.cpp28 bool silent = false; local
39 silent = true;
94 if (silent) {
/haiku/src/apps/screenshot/
H A DScreenshotWindow.h35 bool silent, bool clipboard);
42 void _NewScreenshot(bool silent = false,
H A DScreenshotWindow.cpp110 ScreenshotWindow::ScreenshotWindow(const Utility& utility, bool silent, argument
143 _NewScreenshot(silent, clipboard, true);
394 ScreenshotWindow::_NewScreenshot(bool silent, bool clipboard, bool ignoreDelay) argument
408 if (silent || clipboard) {
409 if (silent) {
411 message.AddString("argv", "--silent");
/haiku/src/kits/support/
H A DStopWatch.cpp37 BStopWatch::BStopWatch(const char *name, bool silent) argument
40 fSilent(silent)
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py819 silent = False
851 if silent:
858 siblings, callback, silent = stack_pop()
860 if closing_callback and not silent:
878 stack_append((siblings, callback, silent))
886 silent = callback
890 siblings, callback, silent = stack_pop()
893 siblings, callback, silent = stack_pop()
897 stack_append((siblings, callback, silent))
907 silent
[all...]
/haiku/headers/private/kernel/
H A Ddebug.h206 uint64* result, bool silent);
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp1160 evaluate_debug_expression(const char* expression, uint64* _result, bool silent) argument
1179 if (!silent) {

Completed in 146 milliseconds