2010/10/29 Julia Lawall <[email protected]>: > > If someone knows of a free indexing tool, then we could try to support > that as well. Actually glimpse is not entirely satisfactory because it > considers _ to be a word separator, leading to many false positives in > some cases.
Would cscope do the job? http://cscope.sourceforge.net/ I found cscope very efficient for searching C files, even huge set of them. Now you want a "string search" or a "symbol" search? cscope can do both but I don't know if its efficient for string. If symbol search is enough may be ctags would be a good candidates too; http://ctags.sourceforge.net/ What kind of indexing do you need? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
