Home
last modified time | relevance | path

Searched refs:MT_INFO (Results 1 – 17 of 17) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/Core/Code/
H A DLog.h19 #define LOGI(msg) xrFSL::CLog::Instance().logMessage(msg, xrFSL::CLog::MT_INFO)
23 #define LOGSI xrFSL::CLog::Instance().stream(xrFSL::CLog::MT_INFO)
48 MT_INFO = 1, enumerator
H A DLog.cpp57 case MT_INFO: in logMessage()
/dports/net/rdist6/rdist-6.1.5/include/
H A Dtypes.h68 #define MT_INFO 0x0040 /* General information */ macro
76 MT_INFO|MT_NOTICE|\
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/motion/
H A Dmotiontoto.h31 MT_INFO = 2, enumerator
H A Dmotiontoto.cpp516 if ( m_actionType == MT_INFO ) // yes-yes? in EventFrame()
629 else if ( m_actionType == MT_INFO ) // yes-yes? in EventFrame()
687 else if ( m_actionType == MT_INFO ) // yes-yes? in EventFrame()
767 if ( m_actionType == MT_INFO ) type = Gfx::PARTIINFO; in EventFrame()
834 if ( action == MT_INFO ) sound = SOUND_INFO; in SetAction()
/dports/net/rdist6/rdist-6.1.5/src/
H A Dclient.c536 message(MT_INFO, "%s", s);
718 message(MT_INFO, "%s", s);
1068 message(MT_INFO, "%s: need to chmod to %04o",
1089 message(MT_INFO, "%s: need to install", target);
1118 message(MT_INFO, "%s: need to update", target);
H A Ddocmd.c119 message(MT_INFO, "notify %s%s %s",
724 message(MT_INFO, "%s: file is newer", name);
994 message(MT_INFO, "Making stat database [%s] ... \n",
998 message(MT_INFO,
H A Dmessage.c70 { MT_INFO, "info" },
371 case MT_INFO:
414 case MT_INFO: syslvl = SL_INFO; break;
H A Dserver.c76 message(MT_INFO, "target buffer is not large enough.");
80 message(MT_INFO, "NULL target pointer set.");
469 message(MT_REMOTE|MT_INFO, "%s: need to remove",
894 message(MT_REMOTE|MT_INFO, "%s: need to update",
1179 message(MT_REMOTE|MT_INFO, "%s: need to update",
H A Dcommon.c846 message(MT_INFO, "%s", sbuf+1);
857 message(MT_INFO, "%s", sbuf+1);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dburner_win32.h173 enum FBAPopupType { MT_NONE = 0, MT_ERROR, MT_WARNING, MT_INFO }; enumerator
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dburner_win32.h176 enum FBAPopupType { MT_NONE = 0, MT_ERROR, MT_WARNING, MT_INFO }; enumerator
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Ddisplaytext.cpp273 motion->SetAction(MT_INFO, 4.0f); in DisplayText()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/
H A DBuddyPluginBeta.java3037 …!*" + MessageText.getString( "azbuddy.dchat.welcome.general" ) + "*!", null, ChatMessage.MT_INFO ); in bind()
4266 sendLocalMessage( "label.see.x.for.help", new String[]{ link }, ChatMessage.MT_INFO ); in sendMessageSupport()
4464 sendLocalMessage( "!" + result + "!", null, ChatMessage.MT_INFO ); in sendMessageSupport()
5496 public static final int MT_INFO = 2; field in BuddyPluginBeta.ChatMessage
5922 return( MT_INFO ); in getMessageType()
5938 return( MT_INFO ); in getMessageType()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dopenroad.vim182 syntax keyword openroadConst MB_MOVEABLE MT_ERROR MT_INFO MT_NONE MT_WARNING
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dopenroad.vim182 syntax keyword openroadConst MB_MOVEABLE MT_ERROR MT_INFO MT_NONE MT_WARNING
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/swt/
H A DBuddyPluginViewBetaChat.java3812 if ( message_type == ChatMessage.MT_INFO ){ in logChatMessages()
4398 if ( message_type == ChatMessage.MT_INFO ){ in logChatMessages()
4486 if ( message_type == ChatMessage.MT_INFO ){ in logChatMessages()