Searched refs:DestroyCursor (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 150 Cursor DestroyCursor; /* skull and cross bones, f.destroy */ member in struct:ScreenInfo
|
| H A D | gram.y | 430 NewBitmapCursor(&Scr->DestroyCursor, $2, $3); } 432 NewFontCursor(&Scr->DestroyCursor, $2); }
|
| H A D | parse.c | 147 XRecolorCursor(dpy, Scr->DestroyCursor,
|
| H A D | twm.c | 697 NewFontCursor(&Scr->DestroyCursor, "pirate");
|
| H A D | menus.c | 1863 if (DeferExecution(context, func, Scr->DestroyCursor)) 1873 if (DeferExecution(context, func, Scr->DestroyCursor))
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions.c | 440 return Scr->DestroyCursor;
|
| H A D | screen.h | 503 Cursor DestroyCursor; ///< skull and cross bones, f.destroy member in struct:ScreenInfo
|
| H A D | gram.y | 697 NewBitmapCursor(&Scr->DestroyCursor, $2, $3); } 699 NewFontCursor(&Scr->DestroyCursor, $2); }
|
| H A D | gram.tab.c | 3285 NewBitmapCursor(&Scr->DestroyCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3292 NewFontCursor(&Scr->DestroyCursor, (yyvsp[0].ptr)); }
|
| H A D | ctwm_main.c | 803 DEFCURSOR(DestroyCursor, "pirate");
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincursor.c | 379 DestroyCursor(hCursor); 505 DestroyCursor(pScreenPriv->cursor.handle);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincursor.c | 383 DestroyCursor(hCursor); 518 DestroyCursor (pScreenPriv->cursor.handle);
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 3285 NewBitmapCursor(&Scr->DestroyCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3292 NewFontCursor(&Scr->DestroyCursor, (yyvsp[0].ptr)); }
|
Completed in 30 milliseconds