This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Term/ReadLine/Gnu/XS/autosplit.ix is in libterm-readline-gnu-perl 1.35-3ubuntu1.

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
# Index created by AutoSplit for blib/lib/Term/ReadLine/Gnu/XS.pm
#    (file acts as timestamp)
package Term::ReadLine::Gnu::XS;
sub _str2map  ($);
sub _str2fn  ($);
sub rl_copy_keymap  ($);
sub rl_discard_keymap  ($);
sub rl_set_keymap  ($);
sub rl_bind_key  ($$;$);
sub rl_bind_key_if_unbound  ($$;$);
sub unbind_key  ($;$);
sub unbind_function  ($;$);
sub unbind_command  ($;$);
sub rl_bind_keyseq  ($$;$);
sub rl_set_key  ($$;$);
sub rl_bind_keyseq_if_unbound  ($$;$);
sub rl_macro_bind  ($$;$);
sub rl_generic_bind  ($$$;$);
sub rl_call_function  ($;$$);
sub rl_invoking_keyseqs  ($;$);
sub rl_add_funmap_entry  ($$);
sub rl_tty_set_default_bindings  (;$);
sub rl_tty_unset_default_bindings  (;$);
sub rl_message  ;
sub rl_completion_mode  ;
sub rl_filename_list  ;
sub hist_list  ();
sub hist_arg_extract  ( ;$$$ );
sub get_history_event  ( $$;$ );
sub ornaments  ;
sub history_expand_line  ;
sub operate_and_get_next  ;
sub display_readline_version  ;
sub change_ornaments  ;
sub Tk_getc  ;
sub shadow_redisplay  ;
sub _tgetstrs  ;
sub _ch_wrapper  ;
sub list_completion_function  ( $$ );
sub _trp_completion_function  ( $$ );
1;