I'm having a huge C code base to browse and understand. I'm doing it using cscope on vim.
But I'm almost clueless when it comes to function pointers as to where they are pointing to. Is there a easy way to find out what callbacks are registered?
Can we find it out using cscope itself ?