| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 147 PushMessage (WMMsgQueuePtr pQueue, WMMsgNodePtr pNode); 217 PushMessage (WMMsgQueuePtr pQueue, WMMsgNodePtr pNode) argument 223 pNode->pNext = NULL; 227 pQueue->pTail->pNext = pNode; 229 pQueue->pTail = pNode; 233 pQueue->pHead = pNode; 238 switch (pNode->msg.msg) 295 WMMsgNodePtr pNode; local in function:QueueSize 299 for (pNode = pQueue->pHead; pNode ! 314 WMMsgNodePtr pNode; local in function:PopMessage 640 WMMsgNodePtr pNode; local in function:winMultiWindowWMProc 1384 WMMsgNodePtr pNode; local in function:winSendMessageToWM [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 145 PushMessage(WMMsgQueuePtr pQueue, WMMsgNodePtr pNode); 250 PushMessage(WMMsgQueuePtr pQueue, WMMsgNodePtr pNode) argument 256 pNode->pNext = NULL; 259 pQueue->pTail->pNext = pNode; 261 pQueue->pTail = pNode; 264 pQueue->pHead = pNode; 281 WMMsgNodePtr pNode; local in function:PopMessage 291 pNode = pQueue->pHead; 296 if (pQueue->pTail == pNode) { 303 return pNode; 800 WMMsgNodePtr pNode; local in function:winMultiWindowWMProc 1637 WMMsgNodePtr pNode; local in function:winSendMessageToWM [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 302 sbusPromNode pNode, pNode2; local in function:promWalkAssignNodes 336 for (j = i + 1, pNode = devicePtrs[i]->node; j < 32; j++) { 340 devicePtrs[j]->node = pNode; 341 pNode = pNode2;
|
| H A D | netbsdSbus.c | 244 sbusPromNode pNode, pNode2; local in function:promWalkAssignNodes 285 for (j = i + 1, pNode = devicePtrs[i]->node; j < 32; j++) { 289 devicePtrs[j]->node = pNode; 290 pNode = pNode2;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 312 sbusPromNode pNode, pNode2; local in function:promWalkAssignNodes 349 for (j = i + 1, pNode = devicePtrs[i]->node; j < 32; 354 devicePtrs[j]->node = pNode; 355 pNode = pNode2;
|
| H A D | netbsdSbus.c | 244 sbusPromNode pNode, pNode2; local in function:promWalkAssignNodes 285 for (j = i + 1, pNode = devicePtrs[i]->node; j < 32; j++) { 289 devicePtrs[j]->node = pNode; 290 pNode = pNode2;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 151 DevCursNodePtr* pNode, 3405 DevCursNodePtr pNode = optional->deviceCursors; local in function:CheckWindowOptionalNeed 3406 while(pNode) 3408 if (pNode->cursor != None) 3410 pNode = pNode->next; 3492 DevCursNodePtr pNode, pPrev; local in function:ChangeWindowDeviceCursor 3515 if (WindowSeekDeviceCursor(pWin, pDev, &pNode, &pPrev)) 3519 if (pNode->cursor == pCursor) 3522 pOldCursor = pNode 3623 WindowSeekDeviceCursor(WindowPtr pWin,DeviceIntPtr pDev,DevCursNodePtr * pNode,DevCursNodePtr * pPrev) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 159 DevCursNodePtr * pNode, DevCursNodePtr * pPrev); 3363 DevCursNodePtr pNode = optional->deviceCursors; local in function:CheckWindowOptionalNeed 3365 while (pNode) { 3366 if (pNode->cursor != None) 3368 pNode = pNode->next; 3444 DevCursNodePtr pNode, pPrev; local in function:ChangeWindowDeviceCursor 3467 if (WindowSeekDeviceCursor(pWin, pDev, &pNode, &pPrev)) { 3470 if (pNode->cursor == pCursor) 3473 pOldCursor = pNode 3567 WindowSeekDeviceCursor(WindowPtr pWin,DeviceIntPtr pDev,DevCursNodePtr * pNode,DevCursNodePtr * pPrev) argument [all...] |