Feature Requests item #3570681, was opened at 2012-09-22 02:17
Message generated for change (Comment added) made by broeker
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354664&aid=3570681&group_id=4664
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Bernhard Broeker (broeker)
Summary: cscope could not recognize kernel function netif_napi_add
Initial Comment:
void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
int (*poll)(struct napi_struct *, int), int weight)
function like this could not be located by cscope via defintion.
----------------------------------------------------------------------
>Comment By: Hans-Bernhard Broeker (broeker)
Date: 2012-09-22 07:02
Message:
The answer to your question is in last paragraph of the cscope manpage,
which see.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-09-22 02:18
Message:
ctags could locate this kind function definiton.
I want to use cscope only, if cscope could also find such tags.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354664&aid=3570681&group_id=4664
|