ctags -x --c-kinds=f *.c will give me functions defined in these C files.
ctags -x --c-kinds=f *.c
But instead I want just the functions being called in these C files.
I couldn't find that option in ctags, and cscope appears only interactive.
How can I get a list of the functions called in one or more C files, sent to stdout for further piping/filtering?
2.1m questions
2.1m answers
60 comments
57.0k users