Home
last modified time | relevance | path

Searched refs:pNewEvent (Results 1 – 22 of 22) sorted by path

/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Sources/Framework/
H A DTestRun.c1080 pTestEvent pNewEvent = (pTestEvent)malloc(sizeof(TestEvent)); in add_test_event() local
1083 if (NULL == pNewEvent) { in add_test_event()
1088 pNewEvent->type = type; in add_test_event()
1089 pNewEvent->pSuite = psuite; in add_test_event()
1090 pNewEvent->pTest = ptest; in add_test_event()
1091 pNewEvent->pFailure = pfailure; in add_test_event()
1092 pNewEvent->pNext = NULL; in add_test_event()
1098 pNextEvent->pNext = pNewEvent; in add_test_event()
1101 f_pFirstEvent = pNewEvent; in add_test_event()
/dports/devel/cunit/CUnit-2.1-3/CUnit/Sources/Framework/
H A DTestRun.c1066 pTestEvent pNewEvent = (pTestEvent)malloc(sizeof(TestEvent)); in add_test_event() local
1069 if (NULL == pNewEvent) { in add_test_event()
1074 pNewEvent->type = type; in add_test_event()
1075 pNewEvent->pSuite = psuite; in add_test_event()
1076 pNewEvent->pTest = ptest; in add_test_event()
1077 pNewEvent->pFailure = pfailure; in add_test_event()
1078 pNewEvent->pNext = NULL; in add_test_event()
1084 pNextEvent->pNext = pNewEvent; in add_test_event()
1087 f_pFirstEvent = pNewEvent; in add_test_event()
/dports/devel/etl/synfig-1.2.2/synfig-osx/launcher/
H A Dapplewm-impl.c209 WMEventPtr pEvent, pNewEvent, *pHead; local
231 if (!pNewEvent)
233 pNewEvent->next = 0;
234 pNewEvent->client = client;
235 pNewEvent->mask = stuff->mask;
261 pNewEvent->next = *pHead;
262 *pHead = pNewEvent;
267 pNewEvent = 0;
271 pNewEvent = pEvent;
275 if (pNewEvent)
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DGame_Event_Hook.cc44 STRATEGICEVENT *pNewEvent; in DelayEventIfBattleInProgress() local
47pNewEvent = AddAdvancedStrategicEvent(static_cast<StrategicEventFrequency>(pEvent->ubEventType), s… in DelayEventIfBattleInProgress()
48 Assert( pNewEvent ); in DelayEventIfBattleInProgress()
49 pNewEvent->uiTimeOffset = pEvent->uiTimeOffset; in DelayEventIfBattleInProgress()
/dports/graphics/synfig/synfig-1.2.2/synfig-osx/launcher/
H A Dapplewm-impl.c209 WMEventPtr pEvent, pNewEvent, *pHead; local
231 if (!pNewEvent)
233 pNewEvent->next = 0;
234 pNewEvent->client = client;
235 pNewEvent->mask = stuff->mask;
261 pNewEvent->next = *pHead;
262 *pHead = pNewEvent;
267 pNewEvent = 0;
271 pNewEvent = pEvent;
275 if (pNewEvent)
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-osx/launcher/
H A Dapplewm-impl.c209 WMEventPtr pEvent, pNewEvent, *pHead; local
231 if (!pNewEvent)
233 pNewEvent->next = 0;
234 pNewEvent->client = client;
235 pNewEvent->mask = stuff->mask;
261 pNewEvent->next = *pHead;
262 *pHead = pNewEvent;
267 pNewEvent = 0;
271 pNewEvent = pEvent;
275 if (pNewEvent)
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
284 pNewEvent = 0; in ProcAppleWMSelectInput()
288 pNewEvent = pEvent; in ProcAppleWMSelectInput()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
202 pNewEvent = 0; in ProcWindowsWMSelectInput()
206 pNewEvent = pEvent; in ProcWindowsWMSelectInput()
[all …]