This file is indexed.

/usr/share/yorick/i-start/yeti_fftw_start.i is in yorick-yeti-fftw 6.3.1-2.

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
autoload, "yeti_fftw.i";
// interpreted
autoload, "yeti_fftw.i", cfftw, fftw_indgen, fftw_dist, fftw_smooth;
autoload, "yeti_fftw.i", fftw_convolve;
// compiled
autoload, "yeti_fftw.i", fftw_plan, fftw;