in reply to Re^2: Searching your code
in thread Searching your code

Your grep may not support this option, but mine does (from man grep):
-C [NUM], -NUM, --context[=NUM] Print NUM lines (default 2) of output context.
In other words it prints some lines surrounding the match line. Very helpful when dealing with multi-line statements.