There is a limitation of 1 line per cscope entry, e.g.
type func(type param1, type param2,
type param3, type param4)
will give
type func(type param1, type param2,
cscope entry.
I need cscope to output all parameters in function definitions and calls.