This file is indexed.

/usr/lib/perl5/Tk/pTk/tixImgXpm.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
#ifndef _TIXIMGXPM_VM
#define _TIXIMGXPM_VM
#include "tixImgXpm_f.h"
#ifndef NO_VTABLES
#ifndef TixpInitPixmapInstance
#  define TixpInitPixmapInstance (*TiximgxpmVptr->V_TixpInitPixmapInstance)
#endif

#ifndef TixpXpmAllocTmpBuffer
#  define TixpXpmAllocTmpBuffer (*TiximgxpmVptr->V_TixpXpmAllocTmpBuffer)
#endif

#ifndef TixpXpmDisplay
#  define TixpXpmDisplay (*TiximgxpmVptr->V_TixpXpmDisplay)
#endif

#ifndef TixpXpmFreeInstanceData
#  define TixpXpmFreeInstanceData (*TiximgxpmVptr->V_TixpXpmFreeInstanceData)
#endif

#ifndef TixpXpmFreeTmpBuffer
#  define TixpXpmFreeTmpBuffer (*TiximgxpmVptr->V_TixpXpmFreeTmpBuffer)
#endif

#ifndef TixpXpmRealizePixmap
#  define TixpXpmRealizePixmap (*TiximgxpmVptr->V_TixpXpmRealizePixmap)
#endif

#ifndef TixpXpmSetPixel
#  define TixpXpmSetPixel (*TiximgxpmVptr->V_TixpXpmSetPixel)
#endif

#endif /* NO_VTABLES */
#endif /* _TIXIMGXPM_VM */