/usr/lib/perl5/Tk/pTk/tkInt.m is in perl-tk 1:804.031-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | #ifndef _TKINT_VM
#define _TKINT_VM
#include "tkInt_f.h"
#ifndef NO_VTABLES
#define tkBitmapObjType (*TkintVptr->V_tkBitmapObjType)
#define tkBorderObjType (*TkintVptr->V_tkBorderObjType)
#define tkColorObjType (*TkintVptr->V_tkColorObjType)
#define tkCursorObjType (*TkintVptr->V_tkCursorObjType)
#define tkFontObjType (*TkintVptr->V_tkFontObjType)
#define tkOptionObjType (*TkintVptr->V_tkOptionObjType)
#define tkStateKeyObjType (*TkintVptr->V_tkStateKeyObjType)
#ifndef TkCanvPostscriptCmd
# define TkCanvPostscriptCmd (*TkintVptr->V_TkCanvPostscriptCmd)
#endif
#ifndef TkCreateMenuCmd
# define TkCreateMenuCmd (*TkintVptr->V_TkCreateMenuCmd)
#endif
#ifndef TkEventInit
# define TkEventInit (*TkintVptr->V_TkEventInit)
#endif
#ifndef TkGetDoublePixels
# define TkGetDoublePixels (*TkintVptr->V_TkGetDoublePixels)
#endif
#ifndef TkOffsetParseProc
# define TkOffsetParseProc (*TkintVptr->V_TkOffsetParseProc)
#endif
#ifndef TkOffsetPrintProc
# define TkOffsetPrintProc (*TkintVptr->V_TkOffsetPrintProc)
#endif
#ifndef TkOrientParseProc
# define TkOrientParseProc (*TkintVptr->V_TkOrientParseProc)
#endif
#ifndef TkOrientPrintProc
# define TkOrientPrintProc (*TkintVptr->V_TkOrientPrintProc)
#endif
#ifndef TkPixelParseProc
# define TkPixelParseProc (*TkintVptr->V_TkPixelParseProc)
#endif
#ifndef TkPixelPrintProc
# define TkPixelPrintProc (*TkintVptr->V_TkPixelPrintProc)
#endif
#ifndef TkPostscriptImage
# define TkPostscriptImage (*TkintVptr->V_TkPostscriptImage)
#endif
#ifndef TkRegisterObjTypes
# define TkRegisterObjTypes (*TkintVptr->V_TkRegisterObjTypes)
#endif
#ifndef TkTileParseProc
# define TkTileParseProc (*TkintVptr->V_TkTileParseProc)
#endif
#ifndef TkTilePrintProc
# define TkTilePrintProc (*TkintVptr->V_TkTilePrintProc)
#endif
#ifndef Tk_BindObjCmd
# define Tk_BindObjCmd (*TkintVptr->V_Tk_BindObjCmd)
#endif
#ifndef Tk_BindtagsObjCmd
# define Tk_BindtagsObjCmd (*TkintVptr->V_Tk_BindtagsObjCmd)
#endif
#ifndef Tk_ClipboardObjCmd
# define Tk_ClipboardObjCmd (*TkintVptr->V_Tk_ClipboardObjCmd)
#endif
#ifndef Tk_GrabObjCmd
# define Tk_GrabObjCmd (*TkintVptr->V_Tk_GrabObjCmd)
#endif
#ifndef Tk_GridObjCmd
# define Tk_GridObjCmd (*TkintVptr->V_Tk_GridObjCmd)
#endif
#ifndef Tk_LabelframeObjCmd
# define Tk_LabelframeObjCmd (*TkintVptr->V_Tk_LabelframeObjCmd)
#endif
#ifndef Tk_PackObjCmd
# define Tk_PackObjCmd (*TkintVptr->V_Tk_PackObjCmd)
#endif
#ifndef Tk_PanedWindowObjCmd
# define Tk_PanedWindowObjCmd (*TkintVptr->V_Tk_PanedWindowObjCmd)
#endif
#ifndef Tk_PlaceObjCmd
# define Tk_PlaceObjCmd (*TkintVptr->V_Tk_PlaceObjCmd)
#endif
#ifndef Tk_SelectionObjCmd
# define Tk_SelectionObjCmd (*TkintVptr->V_Tk_SelectionObjCmd)
#endif
#ifndef Tk_StateParseProc
# define Tk_StateParseProc (*TkintVptr->V_Tk_StateParseProc)
#endif
#ifndef Tk_StatePrintProc
# define Tk_StatePrintProc (*TkintVptr->V_Tk_StatePrintProc)
#endif
#ifndef Tk_TkwaitObjCmd
# define Tk_TkwaitObjCmd (*TkintVptr->V_Tk_TkwaitObjCmd)
#endif
#ifndef Tk_WmObjCmd
# define Tk_WmObjCmd (*TkintVptr->V_Tk_WmObjCmd)
#endif
#endif /* NO_VTABLES */
#endif /* _TKINT_VM */
|