繁体   English   中英

使用cscope搜索字符串集

[英]search set of strings using cscope

我的cscope在包含多个文件的项目上工作正常。 在eclipse和其他IDE中,提供了在整个项目中搜索字符串的条件,例如“您好吗”。 cscope是否支持此功能? 如果是这样,该怎么办?

打开cscope浏览器后,键入“?” 查看帮助页面。 它显示您可以执行的操作列表:

Find this C symbol:
Find this global definition:
Find functions called by this function:
Find functions calling this function:
Find this text string:
Change this text string:
Find this egrep pattern:
Find this file:
Find files #including this file:

选择您要执行的搜索类型,输入搜索词,然后按Enter。

在屏幕顶部,Cscope将显示结果列表,以及在其中找到搜索词的文件,函数和行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM