Re: [Cscope-devel] some problems in using cscope to search string of kernel in vi

2010-04-25 Thread robert song
>> Problem 2: >> I use the following command to find the definition of >> smp_call_function_many. >> : cs f g smp_call_function_many >> But only the following definition can be found. >> #define smp_call_function_many(mask, func, info, wait) \ >>                        (up_smp_call_function(func, i

Re: [Cscope-devel] some problems in using cscope to search string of kernel in vi

2010-04-25 Thread robert song
Hi, hans, thank you for your reply. > If you look in the cscope manual page, you'll find a note stating explicitly > that cscope won't recognize definitions of functions with function pointer > arguments. The extra parentheses throw off cscope's parser. OK, I see. >> Problem 1: >> In the vi win