Home
last modified time | relevance | path

Searched refs:P_MESSAGE (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dyuiif.h100 P_MESSAGE = 326, enumerator
187 #define P_MESSAGE 326 macro
H A Dlex.c219 { "$mes", P_MESSAGE },
H A Dyuiif.c124 P_MESSAGE = 326, enumerator
211 #define P_MESSAGE 326 macro
/dports/comms/lirc/lirc-0.9.0/tools/
H A Dirsend.c115 P_MESSAGE, enumerator
158 state = P_MESSAGE; in send_packet()
160 case P_MESSAGE: in send_packet()
H A Dlirc_client.c51 P_MESSAGE, enumerator
1629 state = P_MESSAGE; in lirc_send_command()
1631 case P_MESSAGE: in lirc_send_command()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/IO/
H A DIOEvents.h33 URHO3D_PARAM(P_MESSAGE, Message); // String in URHO3D_EVENT()
H A DLog.cpp200 eventData[P_MESSAGE] = formattedMessage; in Write()
259 eventData[P_MESSAGE] = message; in WriteRaw()
/dports/games/0verkill/0verkill-0.16/
H A Dnet.h23 #define P_MESSAGE 13 macro
H A Dbot.c346 packet[0]=P_MESSAGE; in send_message()
857 case P_MESSAGE: in process_packet()
H A Dclient.c500 packet[0]=P_MESSAGE; in send_message()
1162 case P_MESSAGE: in process_packet()
H A Dserver.c907 packet[0]=P_MESSAGE; in send_message()
923 packet[0]=P_MESSAGE; in sendall_message()
1355 case P_MESSAGE: in read_data()
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Derrhandler.h49 #define P_MESSAGE 0x00000040 macro
H A Derrhandler.c168 MESSAGE | P_MESSAGE | TRACER | FORCE_MSG ) ;
208 { P_MESSAGE , "Message" , "", "s", &user_msg_count , FALSE },
H A Dscanner.c4844 tokenization_error( P_MESSAGE, "Currently" );
4846 tokenization_error( P_MESSAGE, "After" );
/dports/comms/lirc/lirc-0.9.0/contrib/
H A Dlirc.m4115 P_MESSAGE,
162 state=P_MESSAGE;
164 case P_MESSAGE:
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Engine/
H A DApplication.cpp131 String error = eventData[P_MESSAGE].GetString(); in HandleLogMessage()
H A DConsole.cpp543 Vector<String> rows = eventData[P_MESSAGE].GetString().Split('\n'); in HandleLogMessage()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A Dnetyacc.c129 P_MESSAGE = 331, enumerator
213 #define P_MESSAGE 331 macro
H A Dnet.y124 %token P_MESSAGE
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/16_Chat/
H A DChat.cpp188 ShowChatText(eventData[P_MESSAGE].GetString()); in HandleLogMessage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/actions/
H A DDeltaSession.java68 public static final String P_MESSAGE = ActionMessages.PropertyMessageKey; field in DeltaSession.TreeNode
84 PropertyDescriptor propertyDescriptor = new PropertyDescriptor(ID_MESSAGE, P_MESSAGE);