奇怪的 cscope 命令行限制
Cscope 在交互模式下有 11 个搜索输入字段。但是,当我尝试在面向行的输出模式下使用它并使用 -10
开关指定 Find all symbol assignments:
字段时,它不起作用。有什么想法吗?
谢谢。
Cscope has eleven search input fields in interactive mode. But when I try to use it in line-oriented output mode and specify Find all symbol assignments:
field using -10
switch it does not work. Any ideas?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也看到了一些小小的奇怪之处。
在终端中,
给出以下选项
但是,在 gvim 中使用我的 cscope 插件,
给出以下选项
“查找分配给”选项仅在第二个中可用。
因此,对于面向行的输出模式,最接近的似乎是“查找此文本字符串:”选项。可以这样做
I also see some little strange-ness.
In terminal,
gives the following options
But, using my cscope plugin in gvim,
gives the following options
The "Find assignments to" option is available only in the second.
So, for line-oriented output mode, the closest seems to be the "Find this text string:" option. That can be done as
分配选项是由 RedHat 补丁添加的,它不是原始 cscope 的一部分。似乎他们只修补了 ncurses 接口,而没有更新相应的命令行选项。
The assignment option was added by RedHat patch, it is not part of the original cscope. Seems like they patched only ncurses interface without updating the corresponding command line options.