I use the verb "static" for a function to find unreferenced function.
Hmmmm - might be another job for Line Counts+
It know the functions, and knows what functions are called within each function. So could add a counter to see if each function is ever called by another. Of course there is always one never called by another too . . . .
You also could use Named BookMarks as well in place of static. Would be faster than searching for "static" which might just be a normal 'static' variable too.
John Z