Oct. 31, 2017
2:59 p.m.
François <fser@code-libre.org> wrote:
On Tue, Oct 31, 2017 at 01:14:30PM +1100, Tobin C. Harding wrote:
So, thank you for your ideas. I'll consider this issue resolved by;
Use git grep Use ctags/etags Use free-electrons as a last resort
Also, there's a tool called cscope [1]. There are also occurences of coccigrep [2] in the kernel.
[1] https://courses.cs.washington.edu/courses/cse451/12sp/tutorials/tutorial_csc... [2] https://home.regit.org/software/coccigrep/
and another to add to the list is gscope, which is based off of cscope: * https://github.com/tefletch/gscope --Mike