This file is indexed.

/usr/include/zsh/input.epro is in zsh-dev 5.0.2-3ubuntu6.

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
/* Generated automatically */
#ifndef have_Src_input_globals
#define have_Src_input_globals

extern int SHIN;
extern FILE*bshin;
extern int strin;
extern mod_import_variable int inbufct;
extern int inbufflags;
extern mod_import_function char*shingetline _((void));
extern int ingetc _((void));
extern void inungetc _((int c));
extern int stuff _((char*fn));
extern void inerrflush _((void));
extern mod_import_function void inpush _((char*str,int flags,Alias inalias));
extern mod_import_function void inpop _((void));
extern void inpopalias _((void));
extern char*ingetptr _((void));

#endif /* !have_Src_input_globals */