File: grep.el.html
Implement the symref tool API using the external tools find/grep.
The symref GREP tool uses grep in a project to find symbol references. This is a lowest-common-denominator tool with sucky performance that can be used in small projects to find symbol references.
Defined variables (3)
semantic-symref-filepattern-alist | List of major modes and file extension pattern. |
semantic-symref-grep-expand-keywords | Grep expand keywords used when expanding templates for symref. |
semantic-symref-grep-shell | The shell command to use for executing find/grep. |
Defined functions (7)
semantic-symref-derive-find-filepatterns | (&optional MODE) |
semantic-symref-grep--quote-grep | (STRING) |
semantic-symref-grep-use-template | (ROOTDIR FILEPATTERN FLAGS PATTERN) |
semantic-symref-tool-grep | (&rest SLOTS) |
semantic-symref-tool-grep--eieio-childp | (OBJ) |
semantic-symref-tool-grep-child-p | (OBJ) |
semantic-symref-tool-grep-p | (OBJ) |