XREF(1)
NAME
xref − cross reference for C programs
SYNOPSIS
xref [ file ... ]
DESCRIPTION
Xref reads the named files or the standard input if no file is specified and prints a cross reference consisting of lines of the form
identifier file-name line-numbers ...
Function definition is indicated by a plus sign (+) preceding the line number.