我尝试过使用类似“struct a {”和“struct a {”来查找“a”的声明。但似乎opengrok只是忽略了大括号。有没有办法搜索短语“struct a {”?
答案 0 :(得分:3)
Grok支持转义属于查询语法的特殊字符。 当前的特殊字符列表是
+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
To escape these character use the \ before the character.
For example to search for (1+1):2 use the query: \(1\+1\)\:2
答案 1 :(得分:1)
您应该可以使用" struct a {" (带引号)