From: SourceForge.net <no...@so...> - 2012-09-22 09:18:55
|
Feature Requests item #3570681, was opened at 2012-09-22 02:17 Message generated for change (Comment added) made by nobody 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: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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: 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 |