Searched refs:M_QUIET (Results 1 – 15 of 15) sorted by relevance
/dports/science/nest/nest-simulator-3.1/libnestutil/ |
H A D | logging_event.cpp | 42 assert( severity < M_QUIET ); in LoggingEvent() 81 case M_QUIET: in operator <<()
|
H A D | logging.h | 60 M_QUIET = 100 enumerator
|
/dports/japanese/mutt-devel/mutt-1.5.21/ |
H A D | mailbox.h | 26 #define M_QUIET (1<<3) /* do not print any messages */ macro
|
H A D | postpone.c | 132 if (mx_open_mailbox (Postponed, M_NOSORT | M_QUIET, &ctx) == NULL) in mutt_num_postponed()
|
H A D | attach.c | 778 if (mx_open_mailbox(path, M_APPEND | M_QUIET, &ctx) == NULL) in mutt_save_attachment()
|
H A D | mx.c | 601 if (flags & M_QUIET) in mx_open_mailbox()
|
H A D | sendlib.c | 2704 if (mx_open_mailbox (path, M_APPEND | M_QUIET, &f) == NULL) in mutt_write_fcc()
|
/dports/archivers/upx/upx-3.96/src/ |
H A D | ui.cpp | 39 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 D | kernel_manager.cpp | 43 kernel_manager_instance_->logging_manager.set_logging_level( M_QUIET ); in destroy_kernel_manager()
|
H A D | logging_manager.cpp | 170 assert( level <= M_QUIET ); in set_logging_level()
|
/dports/science/nest/nest-simulator-3.1/sli/ |
H A D | interpret.h | 182 static const int M_QUIET; //!< An error level above all others. Use to turn variable
|
H A D | slistartup.cc | 320 verbosity_ = SLIInterpreter::M_QUIET; in SLIStartup()
|
H A D | interpret.cc | 82 const int SLIInterpreter::M_QUIET = 100; member in SLIInterpreter
|
/dports/science/nest/nest-simulator-3.1/lib/sli/ |
H A D | misc_helpers.sli | 132 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 D | imap.c | 1233 appendctx = mx_open_mailbox (ctx->path, M_APPEND | M_QUIET, NULL); in imap_sync_mailbox()
|