I am working for a very complex application deployed on Unix(HP-UX) having C/C++ source file count>10-15k. I wish to know if i can search exact file's name having defintion of a specific user defined function. there are lot of such functions called from several places and it takes time to search using grep.
I found discussions on Cscope,ack in other threads but these are not available on my client machines. so is there any other to achieve it?any suggestion would be great help!
Also how can i tag a function in vi editor which helps to move in another file having its definition? i know it can be achieved using ctags(Ctrl + [). is there any other way possible ?
Please post if relevant thread exists. Thank you.