Home
last modified time | relevance | path

Searched refs:M_QUIET (Results 1 – 15 of 15) sorted by relevance

/dports/science/nest/nest-simulator-3.1/libnestutil/
H A Dlogging_event.cpp42 assert( severity < M_QUIET ); in LoggingEvent()
81 case M_QUIET: in operator <<()
H A Dlogging.h60 M_QUIET = 100 enumerator
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmailbox.h26 #define M_QUIET (1<<3) /* do not print any messages */ macro
H A Dpostpone.c132 if (mx_open_mailbox (Postponed, M_NOSORT | M_QUIET, &ctx) == NULL) in mutt_num_postponed()
H A Dattach.c778 if (mx_open_mailbox(path, M_APPEND | M_QUIET, &ctx) == NULL) in mutt_save_attachment()
H A Dmx.c601 if (flags & M_QUIET) in mx_open_mailbox()
H A Dsendlib.c2704 if (mx_open_mailbox (path, M_APPEND | M_QUIET, &f) == NULL) in mutt_write_fcc()
/dports/archivers/upx/upx-3.96/src/
H A Dui.cpp39 M_QUIET, // nothing at all '-qqq' enumerator
175 s->mode = M_QUIET; in UiPacker()
456 if (s->mode == M_QUIET) in uiPackEnd()
491 if (s->mode == M_QUIET) in uiUnpackEnd()
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dkernel_manager.cpp43 kernel_manager_instance_->logging_manager.set_logging_level( M_QUIET ); in destroy_kernel_manager()
H A Dlogging_manager.cpp170 assert( level <= M_QUIET ); in set_logging_level()
/dports/science/nest/nest-simulator-3.1/sli/
H A Dinterpret.h182 static const int M_QUIET; //!< An error level above all others. Use to turn variable
H A Dslistartup.cc320 verbosity_ = SLIInterpreter::M_QUIET; in SLIStartup()
H A Dinterpret.cc82 const int SLIInterpreter::M_QUIET = 100; member in SLIInterpreter
/dports/science/nest/nest-simulator-3.1/lib/sli/
H A Dmisc_helpers.sli132 M_QUIET = 100
152 /M_QUIET 100 def
206 M_QUIET=100, suppress all messages
240 M_QUIET = 100
/dports/japanese/mutt-devel/mutt-1.5.21/imap/
H A Dimap.c1233 appendctx = mx_open_mailbox (ctx->path, M_APPEND | M_QUIET, NULL); in imap_sync_mailbox()