%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/cedet/semantic/symref/ |
Current File : //usr/local/share/emacs/27.2/lisp/cedet/semantic/symref/cscope.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\306!\"\210\303\307\310\306!\"\210\303\311\307\"\210\312\311\313\314#\210\315\306\316\307#\317\306\320\321\322$\207" [require cedet-cscope semantic/symref defalias semantic-symref-tool-cscope-p eieio-make-class-predicate semantic-symref-tool-cscope semantic-symref-tool-cscope--eieio-childp eieio-make-child-predicate semantic-symref-tool-cscope-child-p make-obsolete "use (cl-typep ... \\='semantic-symref-tool-cscope) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (semantic-symref-tool-baseclass) nil (:documentation "A symref tool implementation using CScope.\nThe CScope command can be used to generate lists of tags in a way\nsimilar to that of `grep'. This tool will parse the output to generate\nthe hit list.\n\nSee the function `cedet-cscope-search' for more details.")] 6) #@66 Create a new object of class type `semantic-symref-tool-cscope'. (defalias 'semantic-symref-tool-cscope #[(&rest slots) "\301\302\303#\207" [slots apply make-instance semantic-symref-tool-cscope] 4 (#$ . 1276)]) (byte-code "\300\301\302\303#\300\207" [function-put semantic-symref-tool-cscope compiler-macro semantic-symref-tool-cscope--anon-cmacro] 4) (defalias 'semantic-symref-tool-cscope--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) (cl-generic-define-method 'semantic-symref-perform-search nil '((tool semantic-symref-tool-cscope)) nil #[(tool) "\305\306!\205\f \205\f \307 \211\203 \310 !\202 \n\311\312\313\"\312\314\"\312\315\"\312\316\"$\317\f\"+\207" [ede-minor-mode rootproj default-directory tool b featurep ede ede-toplevel ede-project-root-directory cedet-cscope-search eieio-oref searchfor searchtype resulttype searchscope semantic-symref-parse-tool-output] 8 "Perform a search with GNU Global."]) (defconst semantic-symref-cscope--line-re "^\\([^ ]+\\) [^ ]+ \\([0-9]+\\) ") (byte-code "\300\301\302\303\302\304%\210\305\306!\207" [cl-generic-define-method semantic-symref-parse-tool-output-one-line nil ((tool semantic-symref-tool-cscope)) #[(tool) "\304\305\"\306=\203 \307\310\311\312#\205x \313\314!\207\304\315\"\316=\203C \307\317\311\312#\205x \313\314!\304\320\"\321\322 \323Q\n\"\203@ \313\324\n\"\202A \n*\207\304\305\"\325=\203e \307\311\312#\205x \326\313\327!!\330\313\314!!\331`\332 \"E\207\307\311\312#\205x \326\313\327!!\330\313\314!!B\207" [tool searchtxt subtxt semantic-symref-cscope--line-re eieio-oref resulttype file re-search-forward "^\\([^\n]+\\)$" nil t match-string 1 searchtype tagcompletions "^[^ ]+ [^ ]+ [^ ]+ \\(.*\\)$" searchfor string-match "\\<" "\\(\\w\\|\\s_\\)*\\>" 0 line-and-text string-to-number 2 expand-file-name buffer-substring-no-properties line-end-position] 5 "Parse one line of grep output, and return it as a match list.\nMoves cursor to end of the match."] provide semantic/symref/cscope] 6)