For this:
template_menu();
Try searching for this:
template_menu()
or this:
template_menu
And for this:
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
Try searching for this:
// Show the "Powered by" and "Valid" logos
The rest of them I usually compare the to a default template file. I find the code in the default template and then look for similiar spots in the template file I am modifying. If you can't find one of the edits always try searching for part of the edit, most of the time you will find it.