ctags -x --c-kinds=f *.c will give me functions defined in these C files.
But I want instead just the functions called in these C files.
I couldn\'t find that opti