I am trying to figure out how to write a script that finds a function definition using it's name in all project files and adds #ifdef right before the function and #endif just after the function. I have a list of those functions and I want to automate the process. I noticed there is "csh_proc_search" macro function but I can't find a good example of how to use it.