Re: need to find functions definitions

2008-10-22 Thread Andrew Haley
`VL wrote: > Hello, ALL. > > I recently started to actively program using C and found that tools like > ctags or cscope do not work properly for big projects. Quite ofthen they > can't find function or symbol definition. The problem here is that they don't > use full code parsing, but just some s

Re: need to find functions definitions

2008-10-22 Thread Tim München
On Tuesday 21 October 2008 20:07:10 `VL wrote: > Hello, ALL. > > I recently started to actively program using C and found that tools like > ctags or cscope do not work properly for big projects. Quite ofthen they > can't find function or symbol definition. The problem here is that they > don't use

Re: need to find functions definitions

2008-10-21 Thread Jonathan Wakely
2008/10/21 `VL: > 3) Any good alternatives for cscope/ctags? It seemed to me that > eclipse has some good framework, but it looks to be too much integrated with > it... You could look at these, which all provide more than ctags: http://en.wikipedia.org/wiki/OpenGrok http://synopsis.fresco.org/ ht

need to find functions definitions

2008-10-21 Thread `VL
Hello, ALL. I recently started to actively program using C and found that tools like ctags or cscope do not work properly for big projects. Quite ofthen they can't find function or symbol definition. The problem here is that they don't use full code parsing, but just some sort of regular expressi