複数のファイルを含むプロジェクトで cscope が正常に動作しています。Eclipse およびその他の IDE では、プロジェクト全体で「お元気ですか」などの文字列を検索するための規定があります。cscope はこの機能をサポートしていますか? もしそうなら、それを行う方法は?
質問する
805 次
1 に答える
0
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 によって表示されます。
于 2013-07-10T07:58:01.520 に答える