C Language is strong typed language. Elements have a declaration and definition. Just press:
F3
Ctrl + Click
Eclipse will take to the declaration/definition of the element.
Just as we can quickly open a file, we can
also jump to any definition quickly. Ctrl + Shift + T
/
As shown in the image, there are options to filter the type of element.
Note
This feature heavily depends on Indexing