commit | author | age
|
5cb5f7
|
1 |
;; Object semanticdb-project-database-file
|
C |
2 |
;; SEMANTICDB Tags save file
|
|
3 |
(semanticdb-project-database-file "semanticdb-project-database-file"
|
|
4 |
:tables
|
|
5 |
(list
|
|
6 |
(semanticdb-table "semanticdb-table"
|
|
7 |
:major-mode emacs-lisp-mode
|
|
8 |
:tags
|
|
9 |
'( ("compile" include nil nil [1060 1078])
|
|
10 |
("grep" customgroup (:user-visible-flag t) nil [1080 1175])
|
|
11 |
("grep-host-defaults-alist" variable nil nil [1177 1483])
|
|
12 |
("grep-apply-setting" function (:arguments ("symbol" "value")) nil [1485 2168])
|
|
13 |
("grep-window-height" variable nil nil [2185 2388])
|
|
14 |
("grep-highlight-matches" variable (:default-value (quote auto-detect)) nil [2390 3921])
|
|
15 |
("grep-scroll-output" variable nil nil [3923 4232])
|
|
16 |
("grep-command" variable nil nil [4249 4787])
|
|
17 |
("grep-template" variable nil nil [4789 5441])
|
|
18 |
("grep-use-null-device" variable (:default-value (quote auto-detect)) nil [5443 6119])
|
|
19 |
("grep-use-null-filename-separator" variable (:default-value (quote auto-detect)) nil [6121 6498])
|
|
20 |
("grep-find-command" variable nil nil [6515 6873])
|
|
21 |
("grep-find-template" variable nil nil [6875 7551])
|
|
22 |
("grep-files-aliases" variable (:default-value (quote (("all" . "* .[!.]* ..?*") ("el" . "*.el") ("ch" . "*.[ch]") ("c" . "*.c") ("cc" . "*.cc *.cxx *.cpp *.C *.CC *.c++") ("cchh" . "*.cc *.[ch]xx *.[ch]pp *.[CHh] *.CC *.HH *.[ch]++") ("hh" . "*.hxx *.hpp *.[Hh] *.HH *.h++") ("h" . "*.h") ("l" . "[Cc]hange[Ll]og*") ("m" . "[Mm]akefile*") ("tex" . "*.tex") ("texi" . "*.texi") ("asm" . "*.[sS]")))) nil [7553 8147])
|
|
23 |
("grep-find-ignored-directories" variable (:default-value vc-directory-exclusion-list) nil [8149 8542])
|
|
24 |
("grep-find-ignored-files" variable (:default-value (cons ".#*" (delq nil (mapcar (lambda (s) (unless (string-match-p "/\\'" s) (concat "*" s))) completion-ignored-extensions)))) nil [8544 9018])
|
|
25 |
("grep-save-buffers" variable (:default-value (quote ask)) nil [9020 9661])
|
|
26 |
("grep-error-screen-columns" variable nil nil [9663 9896])
|
|
27 |
("grep-setup-hook" variable nil nil [9913 10047])
|
|
28 |
("grep-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map compilation-minor-mode-map) (define-key map " " (quote scroll-up-command)) (define-key map [33554464] (quote scroll-down-command)) (define-key map "" (quote scroll-down-command)) (define-key map "" (quote next-error-follow-minor-mode)) (define-key map "
" (quote compile-goto-error)) (define-key map "n" (quote next-error-no-select)) (define-key map "p" (quote previous-error-no-select)) (define-key map "{" (quote compilation-previous-file)) (define-key map "}" (quote compilation-next-file)) (define-key map " " (quote compilation-next-error)) (define-key map [backtab] (quote compilation-previous-error)) (define-key map [menu-bar grep] (cons "Grep" (make-sparse-keymap "Grep"))) (define-key map [menu-bar grep compilation-kill-compilation] (quote (menu-item "Kill Grep" kill-compilation :help "Kill the currently running grep process"))) (define-key map [menu-bar grep compilation-separator2] (quote ("----"))) (define-key map [menu-bar grep compilation-compile] (quote (menu-item "Compile..." compile :help "Compile the program including the current buffer. Default: run `make'"))) (define-key map [menu-bar grep compilation-rgrep] (quote (menu-item "Recursive grep..." rgrep :help "User-friendly recursive grep in directory tree"))) (define-key map [menu-bar grep compilation-lgrep] (quote (menu-item "Local grep..." lgrep :help "User-friendly grep in a directory"))) (define-key map [menu-bar grep compilation-grep-find] (quote (menu-item "Grep via Find..." grep-find :help "Run grep via find, with user-specified args"))) (define-key map [menu-bar grep compilation-grep] (quote (menu-item "Another grep..." grep :help "Run grep, with user-specified args, and collect output in a buffer."))) (define-key map [menu-bar grep compilation-recompile] (quote (menu-item "Repeat grep" recompile :help "Run grep again"))) (define-key map [menu-bar grep compilation-separator2] (quote ("----"))) (define-key map [menu-bar grep compilation-first-error] (quote (menu-item "First Match" first-error :help "Restart at the first match, visit corresponding location"))) (define-key map [menu-bar grep compilation-previous-error] (quote (menu-item "Previous Match" previous-error :help "Visit the previous match and corresponding location"))) (define-key map [menu-bar grep compilation-next-error] (quote (menu-item "Next Match" next-error :help "Visit the next match and corresponding location"))) map)) nil [10049 12698])
|
|
29 |
("grep-mode-tool-bar-map" variable (:default-value (when (keymapp (butlast tool-bar-map)) (let ((map (butlast (copy-keymap tool-bar-map))) (help (last tool-bar-map))) (tool-bar-local-item "left-arrow" (quote previous-error-no-select) (quote previous-error-no-select) map :rtl "right-arrow" :help "Goto previous match") (tool-bar-local-item "right-arrow" (quote next-error-no-select) (quote next-error-no-select) map :rtl "left-arrow" :help "Goto next match") (tool-bar-local-item "cancel" (quote kill-compilation) (quote kill-compilation) map :enable (quote (let ((buffer (compilation-find-buffer))) (get-buffer-process buffer))) :help "Stop grep") (tool-bar-local-item "refresh" (quote recompile) (quote recompile) map :help "Restart grep") (append map help)))) nil [12700 13627])
|
|
30 |
("defalias" code nil nil [13629 13668])
|
|
31 |
("grep-last-buffer" variable nil nil [14168 14423])
|
|
32 |
("grep-regexp-alist" variable
|
|
33 |
(:constant-flag t
|
e75a20
|
34 |
:default-value (\` (((\, (concat "^\\(?:" "\\(?1:[^
|
C |
35 |
]+\\)\\(?3: \\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:[^
|
|
36 |
:]+?[^
|
5cb5f7
|
37 |
/:]\\):[ ]*\\(?2:[1-9][0-9]*\\)[ ]*:" "\\)")) 1 2 ((\, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end (quote font-lock-face) (quote grep-match-face)))) (when mbeg (- mbeg beg)))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end (quote font-lock-face) (quote grep-match-face))) (mend (and mbeg (next-single-property-change mbeg (quote font-lock-face) nil end)))) (when mend (- mend beg)))))) nil nil (3 (quote (face nil display ":")))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))))
|
C |
38 |
nil [14440 16175])
|
|
39 |
("grep-first-column" variable nil nil [16177 16283])
|
|
40 |
("grep-error" variable (:default-value "grep hit") nil [16285 16363])
|
|
41 |
("grep-hit-face" variable (:default-value compilation-info-face) nil [16504 16584])
|
|
42 |
("grep-error-face" variable (:default-value (quote compilation-error)) nil [16586 16675])
|
|
43 |
("grep-match-face" variable (:default-value (quote match)) nil [16677 16747])
|
|
44 |
("grep-context-face" variable (:default-value (quote shadow)) nil [16749 16828])
|
|
45 |
("grep-num-matches-found" variable nil nil [16830 16863])
|
|
46 |
("grep-mode-line-matches" variable
|
|
47 |
(:constant-flag t
|
|
48 |
:default-value (\` (" [" (:propertize (:eval (int-to-string grep-num-matches-found)) face (\, grep-hit-face) help-echo "Number of matches so far") "]")))
|
|
49 |
nil [16865 17078])
|
e75a20
|
50 |
("grep-mode-font-lock-keywords" variable (:default-value (quote ((": \\(.+\\): \\(?:Permission denied\\|No such \\(?:file or directory\\|device or address\\)\\)$" 1 grep-error-face) ("^Grep[/a-zA-z]* started.*" (0 (quote (face nil compilation-message nil help-echo nil mouse-face nil)) t)) ("^Grep[/a-zA-z]* finished with \\(?:\\(\\(?:[0-9]+ \\)?matches found\\)\\|\\(no matches found\\)\\).*" (0 (quote (face nil compilation-message nil help-echo nil mouse-face nil)) t) (1 compilation-info-face nil t) (2 compilation-warning-face nil t)) ("^Grep[/a-zA-z]* \\(exited abnormally\\|interrupt\\|killed\\|terminated\\)\\(?:.*with code \\([0-9]+\\)\\)?.*" (0 (quote (face nil compilation-message nil help-echo nil mouse-face nil)) t) (1 grep-error-face) (2 grep-error-face nil t)) ("^.+?\\([-= ]\\)[0-9]+\\([-=]\\).*
|
5cb5f7
|
51 |
" (0 grep-context-face) (1 (if (eq (char-after (match-beginning 1)) 0) (\` (face nil display (\, (match-string 2)))))))))) nil [17080 18411])
|
C |
52 |
("grep-program" variable (:default-value (purecopy "grep")) nil [18428 18615])
|
|
53 |
("find-program" variable (:default-value (purecopy "find")) nil [18632 18777])
|
|
54 |
("xargs-program" variable (:default-value (purecopy "xargs")) nil [18794 18992])
|
|
55 |
("grep-find-use-xargs" variable nil nil [19009 19323])
|
|
56 |
("grep-history" variable nil nil [19369 19419])
|
|
57 |
("grep-find-history" variable nil nil [19435 19495])
|
|
58 |
("grep-regexp-history" variable nil nil [19550 19582])
|
|
59 |
("grep-files-history" variable nil nil [19583 19614])
|
|
60 |
("grep-process-setup" function nil nil [19631 20686])
|
|
61 |
("grep-exit-message" function (:arguments ("status" "code" "msg")) nil [20688 21412])
|
|
62 |
("grep-filter" function nil nil [21414 22457])
|
|
63 |
("grep-probe" function (:arguments ("command" "args" "func" "result")) nil [22459 22672])
|
|
64 |
("grep-compute-defaults" function nil nil [22689 29416])
|
|
65 |
("grep-tag-default" function nil nil [29418 29694])
|
|
66 |
("grep-default-command" function nil nil [29696 31191])
|
|
67 |
("define-compilation-mode" code nil nil [31209 32155])
|
|
68 |
("grep--save-buffers" function nil nil [32157 32446])
|
|
69 |
("grep" function
|
|
70 |
(:user-visible-flag t
|
|
71 |
:arguments ("command-args"))
|
|
72 |
nil [32463 33990])
|
|
73 |
("grep-find" function
|
|
74 |
(:user-visible-flag t
|
|
75 |
:arguments ("command-args"))
|
|
76 |
nil [34008 34789])
|
|
77 |
("defalias" code nil nil [34806 34838])
|
|
78 |
("grep-expand-keywords" variable
|
|
79 |
(:constant-flag t
|
|
80 |
:default-value (quote (("<C>" mapconcat (function identity) opts " ") ("<D>" or dir ".") ("<F>" . files) ("<N>" . null-device) ("<X>" . excl) ("<R>" shell-quote-argument (or regexp "")))))
|
|
81 |
nil [34876 35281])
|
|
82 |
("grep-expand-template" function (:arguments ("template" "regexp" "files" "dir" "excl")) nil [35283 36389])
|
|
83 |
("grep-read-regexp" function nil nil [36391 36548])
|
|
84 |
("grep-read-files" function (:arguments ("regexp")) nil [36550 38057])
|
|
85 |
("lgrep" function
|
|
86 |
(:user-visible-flag t
|
|
87 |
:arguments ("regexp" "files" "dir" "confirm"))
|
|
88 |
nil [38074 40909])
|
|
89 |
("find-name-arg" variable nil nil [40912 40934])
|
|
90 |
("rgrep" function
|
|
91 |
(:user-visible-flag t
|
|
92 |
:arguments ("regexp" "files" "dir" "confirm"))
|
|
93 |
nil [40998 43554])
|
|
94 |
("rgrep-find-ignored-directories" function (:arguments ("dir")) nil [43556 43914])
|
|
95 |
("rgrep-default-command" function (:arguments ("regexp" "files" "dir")) nil [43916 45670])
|
|
96 |
("zrgrep" function
|
|
97 |
(:user-visible-flag t
|
|
98 |
:arguments ("regexp" "files" "dir" "confirm" "template"))
|
|
99 |
nil [45687 47452])
|
|
100 |
("defalias" code nil nil [47469 47495])
|
|
101 |
("grep" package nil nil [47497 47512]))
|
|
102 |
:file "grep.el"
|
|
103 |
:pointmax 47536
|
|
104 |
:fsize 47535
|
|
105 |
:lastmodtime '(23525 29600 0 0)
|
|
106 |
:unmatched-syntax nil)
|
|
107 |
(semanticdb-table "semanticdb-table"
|
|
108 |
:file "compile.el"
|
|
109 |
:fsize 126838
|
|
110 |
:lastmodtime '(23525 29598 0 0))
|
|
111 |
(semanticdb-table "semanticdb-table"
|
|
112 |
:major-mode emacs-lisp-mode
|
|
113 |
:tags
|
|
114 |
'( ("let" code nil nil [2620 2835])
|
|
115 |
("cc-require" code nil nil [2838 2859])
|
|
116 |
("cc-require-when-compile" code nil nil [2860 2895])
|
|
117 |
("cc-require" code nil nil [2896 2917])
|
|
118 |
("cc-require" code nil nil [2918 2941])
|
|
119 |
("cc-require-when-compile" code nil nil [2942 2975])
|
|
120 |
("cc-fonts" package nil nil [3212 3231])
|
|
121 |
("cc-external-require" code nil nil [3233 3265])
|
|
122 |
("cc-bytecomp-defvar" code nil nil [3267 3316])
|
|
123 |
("cc-bytecomp-defvar" code nil nil [3620 3665])
|
|
124 |
("cc-bytecomp-defvar" code nil nil [3666 3708])
|
|
125 |
("cc-bytecomp-defun" code nil nil [3709 3762])
|
|
126 |
("cc-bytecomp-defun" code nil nil [3763 3806])
|
|
127 |
("cc-bytecomp-defun" code nil nil [3807 3850])
|
|
128 |
("cc-bytecomp-defun" code nil nil [3851 3897])
|
|
129 |
("c-preprocessor-face-name" variable
|
|
130 |
(:constant-flag t
|
|
131 |
:default-value (cond ((c-face-name-p (quote font-lock-preprocessor-face)) (quote font-lock-preprocessor-face)) ((c-face-name-p (quote font-lock-builtin-face)) (quote font-lock-builtin-face)) (t (quote font-lock-reference-face))))
|
|
132 |
nil [4082 4452])
|
|
133 |
("cc-bytecomp-defvar" code nil nil [4454 4498])
|
|
134 |
("c-label-face-name" variable
|
|
135 |
(:constant-flag t
|
|
136 |
:default-value (cond ((c-face-name-p (quote font-lock-label-face)) (quote font-lock-label-face)) ((and (c-face-name-p (quote font-lock-constant-face)) (eq font-lock-constant-face (quote font-lock-constant-face))) (quote font-lock-constant-face)) (t (quote font-lock-reference-face))))
|
|
137 |
nil [4500 5082])
|
|
138 |
("c-constant-face-name" variable
|
|
139 |
(:constant-flag t
|
|
140 |
:default-value (if (and (c-face-name-p (quote font-lock-constant-face)) (eq font-lock-constant-face (quote font-lock-constant-face))) (quote font-lock-constant-face) c-label-face-name))
|
|
141 |
nil [5084 5347])
|
|
142 |
("c-reference-face-name" variable
|
|
143 |
(:constant-flag t
|
|
144 |
:default-value (with-no-warnings (if (and (c-face-name-p (quote font-lock-reference-face)) (eq font-lock-reference-face (quote font-lock-reference-face))) (quote font-lock-reference-face) c-label-face-name)))
|
|
145 |
nil [5349 5751])
|
|
146 |
("c-doc-face-name" variable
|
|
147 |
(:constant-flag t
|
|
148 |
:default-value (cond ((c-face-name-p (quote font-lock-doc-string-face)) (quote font-lock-doc-string-face)) ((c-face-name-p (quote font-lock-doc-face)) (quote font-lock-doc-face)) (t (quote font-lock-comment-face))))
|
|
149 |
nil [5869 6108])
|
|
150 |
("c-doc-markup-face-name" variable
|
|
151 |
(:constant-flag t
|
|
152 |
:default-value (if (c-face-name-p (quote font-lock-doc-markup-face)) (quote font-lock-doc-markup-face) c-label-face-name))
|
|
153 |
nil [6110 6375])
|
|
154 |
("c-negation-char-face-name" variable
|
|
155 |
(:constant-flag t
|
|
156 |
:default-value (if (c-face-name-p (quote font-lock-negation-char-face)) (quote font-lock-negation-char-face)))
|
|
157 |
nil [6377 6559])
|
|
158 |
("cc-bytecomp-defun" code nil nil [6561 6601])
|
|
159 |
("c-make-inverse-face" function (:arguments ("oldface" "newface")) nil [6620 7282])
|
|
160 |
("c-annotation-face" variable (:default-value (quote c-annotation-face)) nil [7284 7329])
|
|
161 |
("c-annotation-face" variable
|
|
162 |
(:default-value (quote ((default :inherit font-lock-constant-face)))
|
|
163 |
:type "face")
|
|
164 |
nil [7331 7506])
|
|
165 |
("def-edebug-spec" code nil nil [20040 20158])
|
|
166 |
("def-edebug-spec" code nil nil [19829 19873])
|
|
167 |
("def-edebug-spec" code nil nil [19779 19826])
|
|
168 |
("c-make-font-lock-context-search-function" function (:arguments ("normal" "state-stanzas")) nil [17093 19684])
|
|
169 |
("c-make-font-lock-BO-decl-search-function" function (:arguments ("regexp" "highlights")) nil [14589 17089])
|
|
170 |
("c-make-font-lock-search-function" function (:arguments ("regexp" "highlights")) nil [12733 14585])
|
|
171 |
("c-make-font-lock-search-form" function (:arguments ("regexp" "highlights" "check-point")) nil [11137 12729])
|
|
172 |
("c-make-syntactic-matcher" function (:arguments ("regexp")) nil [10421 11133])
|
|
173 |
("c-skip-comments-and-strings" function (:arguments ("limit")) nil [9843 10417])
|
|
174 |
("put" code nil nil [9784 9839])
|
|
175 |
("c-fontify-types-and-refs" function (:arguments ("varlist" "body")) nil [9340 9781])
|
|
176 |
("c-put-font-lock-string-face" function (:arguments ("from" "to")) nil [8905 9336])
|
|
177 |
("c-remove-font-lock-face" function (:arguments ("from" "to")) nil [8614 8901])
|
|
178 |
("c-put-font-lock-face" function (:arguments ("from" "to" "face")) nil [8005 8610])
|
|
179 |
("make-variable-buffer-local" code nil nil [7952 8001])
|
|
180 |
("c-font-lock-context" variable nil nil [7917 7949])
|
|
181 |
("c-fontify-recorded-types-and-refs" function nil nil [20164 20971])
|
|
182 |
("c-lang-defconst" code nil nil [20973 26765])
|
|
183 |
("c-font-lock-invalid-string" function nil nil [26767 27884])
|
|
184 |
("c-font-lock-invalid-single-quotes" function (:arguments ("limit")) nil [27886 29203])
|
|
185 |
("c-lang-defconst" code nil nil [29205 34872])
|
|
186 |
("c-font-lock-complex-decl-prepare" function (:arguments ("limit")) nil [34874 37162])
|
|
187 |
("c-font-lock-<>-arglists" function (:arguments ("limit")) nil [37164 40030])
|
|
188 |
("c-font-lock-declarators" function (:arguments ("limit" "list" "types" "not-top" "template-class")) nil [40032 45352])
|
|
189 |
("c-get-fontification-context" function (:arguments ("match-pos" "not-front-decl" "toplev")) nil [45354 50800])
|
|
190 |
("c-font-lock-single-decl" function (:arguments ("limit" "decl-or-cast" "match-pos" "context" "toplev")) nil [50802 53951])
|
|
191 |
("c-font-lock-declarations" function (:arguments ("limit")) nil [53954 63064])
|
|
192 |
("c-font-lock-enum-body" function (:arguments ("limit")) nil [63066 63723])
|
|
193 |
("c-font-lock-enum-tail" function (:arguments ("limit")) nil [63725 64706])
|
|
194 |
("c-font-lock-cut-off-declarators" function (:arguments ("limit")) nil [64708 66665])
|
|
195 |
("c-font-lock-enclosing-decls" function (:arguments ("limit")) nil [66667 68010])
|
|
196 |
("c-font-lock-raw-strings" function (:arguments ("limit")) nil [68012 69895])
|
|
197 |
("c-font-lock-c++-lambda-captures" function (:arguments ("limit")) nil [69897 72848])
|
|
198 |
("c-lang-defconst" code nil nil [72851 75445])
|
|
199 |
("c-lang-defconst" code nil nil [75447 78332])
|
|
200 |
("c-font-lock-labels" function (:arguments ("limit")) nil [78334 80062])
|
|
201 |
("c-lang-defconst" code nil nil [80064 82473])
|
|
202 |
("c-lang-defconst" code nil nil [82475 82539])
|
|
203 |
("c-lang-defconst" code nil nil [82541 82742])
|
|
204 |
("c-lang-defconst" code nil nil [82744 82946])
|
|
205 |
("c-compose-keywords-list" function (:arguments ("base-list")) nil [82948 84368])
|
|
206 |
("c-override-default-keywords" function (:arguments ("def-var")) nil [84370 85270])
|
|
207 |
("c-override-default-keywords" code nil nil [85282 85333])
|
|
208 |
("c-font-lock-keywords-1" variable
|
|
209 |
(:constant-flag t
|
|
210 |
:default-value (c-lang-const c-matchers-1 c))
|
|
211 |
nil [85335 85544])
|
|
212 |
("c-font-lock-keywords-2" variable
|
|
213 |
(:constant-flag t
|
|
214 |
:default-value (c-lang-const c-matchers-2 c))
|
|
215 |
nil [85546 85899])
|
|
216 |
("c-font-lock-keywords-3" variable
|
|
217 |
(:constant-flag t
|
|
218 |
:default-value (c-lang-const c-matchers-3 c))
|
|
219 |
nil [85901 86193])
|
|
220 |
("c-font-lock-keywords" variable (:default-value c-font-lock-keywords-3) nil [86195 86295])
|
|
221 |
("c-font-lock-keywords-2" function nil nil [86297 86381])
|
|
222 |
("c-font-lock-keywords-3" function nil nil [86382 86466])
|
|
223 |
("c-font-lock-keywords" function nil nil [86467 86547])
|
|
224 |
("c-font-lock-c++-new" function (:arguments ("limit")) nil [86561 91279])
|
|
225 |
("c-override-default-keywords" code nil nil [91281 91334])
|
|
226 |
("c++-font-lock-keywords-1" variable
|
|
227 |
(:constant-flag t
|
|
228 |
:default-value (c-lang-const c-matchers-1 c++))
|
|
229 |
nil [91336 91551])
|
|
230 |
("c++-font-lock-keywords-2" variable
|
|
231 |
(:constant-flag t
|
|
232 |
:default-value (c-lang-const c-matchers-2 c++))
|
|
233 |
nil [91553 91916])
|
|
234 |
("c++-font-lock-keywords-3" variable
|
|
235 |
(:constant-flag t
|
|
236 |
:default-value (c-lang-const c-matchers-3 c++))
|
|
237 |
nil [91918 92220])
|
|
238 |
("c++-font-lock-keywords" variable (:default-value c++-font-lock-keywords-3) nil [92222 92328])
|
|
239 |
("c++-font-lock-keywords-2" function nil nil [92330 92418])
|
|
240 |
("c++-font-lock-keywords-3" function nil nil [92419 92507])
|
|
241 |
("c++-font-lock-keywords" function nil nil [92508 92592])
|
|
242 |
("c-font-lock-objc-method" function nil nil [92614 94117])
|
|
243 |
("c-font-lock-objc-methods" function (:arguments ("limit")) nil [94119 94692])
|
|
244 |
("c-override-default-keywords" code nil nil [94694 94748])
|
|
245 |
("objc-font-lock-keywords-1" variable
|
|
246 |
(:constant-flag t
|
|
247 |
:default-value (c-lang-const c-matchers-1 objc))
|
|
248 |
nil [94750 94971])
|
|
249 |
("objc-font-lock-keywords-2" variable
|
|
250 |
(:constant-flag t
|
|
251 |
:default-value (c-lang-const c-matchers-2 objc))
|
|
252 |
nil [94973 95348])
|
|
253 |
("objc-font-lock-keywords-3" variable
|
|
254 |
(:constant-flag t
|
|
255 |
:default-value (c-lang-const c-matchers-3 objc))
|
|
256 |
nil [95350 95664])
|
|
257 |
("objc-font-lock-keywords" variable (:default-value objc-font-lock-keywords-3) nil [95666 95782])
|
|
258 |
("objc-font-lock-keywords-2" function nil nil [95784 95874])
|
|
259 |
("objc-font-lock-keywords-3" function nil nil [95875 95965])
|
|
260 |
("objc-font-lock-keywords" function nil nil [95966 96052])
|
|
261 |
("when" code nil nil [96325 96533])
|
|
262 |
("c-override-default-keywords" code nil nil [96548 96602])
|
|
263 |
("java-font-lock-keywords-1" variable
|
|
264 |
(:constant-flag t
|
|
265 |
:default-value (c-lang-const c-matchers-1 java))
|
|
266 |
nil [96604 96791])
|
|
267 |
("java-font-lock-keywords-2" variable
|
|
268 |
(:constant-flag t
|
|
269 |
:default-value (c-lang-const c-matchers-2 java))
|
|
270 |
nil [96793 97161])
|
|
271 |
("java-font-lock-keywords-3" variable
|
|
272 |
(:constant-flag t
|
|
273 |
:default-value (c-lang-const c-matchers-3 java))
|
|
274 |
nil [97163 97466])
|
|
275 |
("java-font-lock-keywords" variable (:default-value java-font-lock-keywords-3) nil [97468 97577])
|
|
276 |
("java-font-lock-keywords-2" function nil nil [97579 97669])
|
|
277 |
("java-font-lock-keywords-3" function nil nil [97670 97760])
|
|
278 |
("java-font-lock-keywords" function nil nil [97761 97847])
|
|
279 |
("c-override-default-keywords" code nil nil [97867 97920])
|
|
280 |
("idl-font-lock-keywords-1" variable
|
|
281 |
(:constant-flag t
|
|
282 |
:default-value (c-lang-const c-matchers-1 idl))
|
|
283 |
nil [97922 98112])
|
|
284 |
("idl-font-lock-keywords-2" variable
|
|
285 |
(:constant-flag t
|
|
286 |
:default-value (c-lang-const c-matchers-2 idl))
|
|
287 |
nil [98114 98483])
|
|
288 |
("idl-font-lock-keywords-3" variable
|
|
289 |
(:constant-flag t
|
|
290 |
:default-value (c-lang-const c-matchers-3 idl))
|
|
291 |
nil [98485 98793])
|
|
292 |
("idl-font-lock-keywords" variable (:default-value idl-font-lock-keywords-3) nil [98795 98907])
|
|
293 |
("idl-font-lock-keywords-2" function nil nil [98909 98997])
|
|
294 |
("idl-font-lock-keywords-3" function nil nil [98998 99086])
|
|
295 |
("idl-font-lock-keywords" function nil nil [99087 99171])
|
|
296 |
("c-override-default-keywords" code nil nil [99186 99240])
|
|
297 |
("pike-font-lock-keywords-1" variable
|
|
298 |
(:constant-flag t
|
|
299 |
:default-value (c-lang-const c-matchers-1 pike))
|
|
300 |
nil [99242 99460])
|
|
301 |
("pike-font-lock-keywords-2" variable
|
|
302 |
(:constant-flag t
|
|
303 |
:default-value (c-lang-const c-matchers-2 pike))
|
|
304 |
nil [99462 99830])
|
|
305 |
("pike-font-lock-keywords-3" variable
|
|
306 |
(:constant-flag t
|
|
307 |
:default-value (c-lang-const c-matchers-3 pike))
|
|
308 |
nil [99832 100139])
|
|
309 |
("pike-font-lock-keywords" variable (:default-value pike-font-lock-keywords-3) nil [100141 100250])
|
|
310 |
("pike-font-lock-keywords-2" function nil nil [100252 100342])
|
|
311 |
("pike-font-lock-keywords-3" function nil nil [100343 100433])
|
|
312 |
("pike-font-lock-keywords" function nil nil [100434 100520])
|
|
313 |
("c-font-lock-doc-comments" function (:arguments ("prefix" "limit" "keywords")) nil [100543 104143])
|
|
314 |
("put" code nil nil [104144 104199])
|
|
315 |
("c-find-invalid-doc-markup" function (:arguments ("regexp" "limit")) nil [104201 104943])
|
|
316 |
("gtkdoc-font-lock-doc-comments" variable
|
|
317 |
(:constant-flag t
|
|
318 |
:default-value (let ((symbol "[a-zA-Z0-9_]+") (header "^ \\* ")) (\` (((\, (concat header "\\(" symbol "\\):[ ]*$")) 1 (\, c-doc-markup-face-name) prepend nil) ((\, (concat symbol "()")) 0 (\, c-doc-markup-face-name) prepend nil) ((\, (concat header "\\(" "@" symbol "\\):")) 1 (\, c-doc-markup-face-name) prepend nil) ((\, (concat "[#%@]" symbol)) 0 (\, c-doc-markup-face-name) prepend nil)))))
|
|
319 |
nil [105012 105481])
|
|
320 |
("gtkdoc-font-lock-doc-protection" variable
|
|
321 |
(:constant-flag t
|
|
322 |
:default-value (\` (("< \\(public\\|private\\|protected\\) >" 1 (\, c-doc-markup-face-name) prepend nil))))
|
|
323 |
nil [105483 105616])
|
|
324 |
("gtkdoc-font-lock-keywords" variable
|
|
325 |
(:constant-flag t
|
|
326 |
:default-value (\` (((\, (lambda (limit) (c-font-lock-doc-comments "/\\*\\*$" limit gtkdoc-font-lock-doc-comments) (c-font-lock-doc-comments "/\\*< " limit gtkdoc-font-lock-doc-protection)))))))
|
|
327 |
nil [105618 105837])
|
|
328 |
("javadoc-font-lock-doc-comments" variable
|
|
329 |
(:constant-flag t
|
e75a20
|
330 |
:default-value (\` (("{@[a-z]+[^}
|
C |
331 |
]*}" 0 (\, c-doc-markup-face-name) prepend nil) ("^\\(/\\*\\)?\\(\\s \\|\\*\\)*\\(@[a-z]+\\)" 3 (\, c-doc-markup-face-name) prepend nil) ((\, (concat "</?\\sw" "\\(" (concat "\\sw\\|\\s \\|[=
|
5cb5f7
|
332 |
*.:]\\|" "\"[^\"]*\"\\|'[^']*'") "\\)*>")) 0 (\, c-doc-markup-face-name) prepend nil) ("&\\(\\sw\\|[.:]\\)+;" 0 (\, c-doc-markup-face-name) prepend nil) ((\, (lambda (limit) (c-find-invalid-doc-markup "[<>&]\\|{@" limit))) 0 (quote font-lock-warning-face) prepend nil))))
|
C |
333 |
nil [105852 106647])
|
|
334 |
("javadoc-font-lock-keywords" variable
|
|
335 |
(:constant-flag t
|
|
336 |
:default-value (\` (((\, (lambda (limit) (c-font-lock-doc-comments "/\\*\\*" limit javadoc-font-lock-doc-comments)))))))
|
|
337 |
nil [106649 106789])
|
|
338 |
("autodoc-decl-keywords" variable
|
|
339 |
(:constant-flag t
|
|
340 |
:default-value (cc-eval-when-compile (c-make-keywords-re t (quote ("@decl" "@elem" "@index" "@member")) (quote pike-mode))))
|
|
341 |
nil [106809 107034])
|
|
342 |
("autodoc-decl-type-keywords" variable
|
|
343 |
(:constant-flag t
|
|
344 |
:default-value (cc-eval-when-compile (c-make-keywords-re t (quote ("@elem" "@member")) (quote pike-mode))))
|
|
345 |
nil [107036 107228])
|
|
346 |
("autodoc-font-lock-line-markup" function (:arguments ("limit")) nil [107230 109812])
|
|
347 |
("autodoc-font-lock-doc-comments" variable
|
|
348 |
(:constant-flag t
|
e75a20
|
349 |
:default-value (\` (("@\\(\\w+{\\|\\[\\([^]@
|
5cb5f7
|
350 |
]\\|@@\\)*\\]\\|[@}]\\|$\\)" 0 (\, c-doc-markup-face-name) prepend nil) (autodoc-font-lock-line-markup) ((\, (lambda (limit) (c-find-invalid-doc-markup "@" limit))) 0 (quote font-lock-warning-face) prepend nil))))
|
C |
351 |
nil [109814 110187])
|
|
352 |
("autodoc-font-lock-keywords" function nil nil [110189 110680])
|
|
353 |
("cc-provide" code nil nil [110757 110779]))
|
|
354 |
:file "cc-fonts.el"
|
|
355 |
:pointmax 110874
|
|
356 |
:fsize 110873
|
|
357 |
:lastmodtime '(23525 29597 0 0)
|
|
358 |
:unmatched-syntax '((close-paren 20158 . 20159) (symbol 7509 . 7525) (open-paren 7508 . 7509) (close-paren 2835 . 2836) (symbol 2600 . 2617) (open-paren 2599 . 2600)))
|
|
359 |
(semanticdb-table "semanticdb-table"
|
|
360 |
:major-mode emacs-lisp-mode
|
|
361 |
:tags
|
|
362 |
'( ("comint" include nil nil [1830 1847])
|
|
363 |
("gdb-active-process" variable nil nil [1849 1876])
|
|
364 |
("gdb-define-alist" variable nil nil [1877 1902])
|
|
365 |
("gdb-macro-info" variable nil nil [1903 1926])
|
|
366 |
("gdb-show-changed-values" variable nil nil [1927 1959])
|
|
367 |
("gdb-source-window" variable nil nil [1960 1986])
|
|
368 |
("gdb-var-list" variable nil nil [1987 2008])
|
|
369 |
("hl-line-mode" variable nil nil [2009 2030])
|
|
370 |
("hl-line-sticky-flag" variable nil nil [2031 2059])
|
|
371 |
("gud" customgroup (:user-visible-flag t) nil [2197 2376])
|
|
372 |
("gud-key-prefix" variable (:default-value "") nil [2379 2503])
|
|
373 |
("global-set-key" code nil nil [2505 2566])
|
|
374 |
("gud-marker-filter" variable nil nil [2638 2668])
|
|
375 |
("put" code nil nil [2669 2712])
|
|
376 |
("gud-find-file" variable nil nil [2713 2739])
|
|
377 |
("put" code nil nil [2740 2779])
|
|
378 |
("gud-marker-filter" function (:arguments ("args")) nil [2781 2852])
|
|
379 |
("gud-minor-mode" variable nil nil [2854 2881])
|
|
380 |
("put" code nil nil [2882 2922])
|
|
381 |
("gud-comint-buffer" variable nil nil [2924 2954])
|
|
382 |
("gud-keep-buffer" variable nil nil [2956 2984])
|
|
383 |
("gud-symbol" function (:arguments ("sym" "soft" "minor-mode")) nil [2986 3419])
|
|
384 |
("gud-val" function (:arguments ("sym" "minor-mode")) nil [3421 3609])
|
|
385 |
("gud-running" variable nil nil [3611 3720])
|
|
386 |
("gud-target-name" variable (:default-value "--unknown--") nil [3722 3829])
|
|
387 |
("gud-goto-info" function (:user-visible-flag t) nil [3873 4085])
|
|
388 |
("gud-tool-bar-item-visible-no-fringe" function nil nil [4087 4358])
|
|
389 |
("declare-function" code nil nil [4360 4414])
|
|
390 |
("gud-stop-subjob" function nil nil [4416 4809])
|
|
391 |
("easy-mmode-defmap" code nil nil [4811 8388])
|
|
392 |
("easy-mmode-defmap" code nil nil [8390 10191])
|
|
393 |
("setf" code nil nil [10193 10273])
|
|
394 |
("gud-mode-map" variable (:default-value (make-sparse-keymap)) nil [10275 10402])
|
|
395 |
("gud-tool-bar-map" variable (:default-value (let ((map (make-sparse-keymap))) (dolist (x (quote ((gud-break . "gud/break") (gud-remove . "gud/remove") (gud-print . "gud/print") (gud-pstar . "gud/pstar") (gud-pp . "gud/pp") (gud-watch . "gud/watch") (gud-run . "gud/run") (gud-go . "gud/go") (gud-stop-subjob . "gud/stop") (gud-cont . "gud/cont") (gud-until . "gud/until") (gud-next . "gud/next") (gud-step . "gud/step") (gud-finish . "gud/finish") (gud-nexti . "gud/nexti") (gud-stepi . "gud/stepi") (gud-up . "gud/up") (gud-down . "gud/down") (gud-goto-info . "info"))) map) (tool-bar-local-item-from-menu (car x) (cdr x) map gud-minor-mode-map)))) nil [10404 11108])
|
|
396 |
("gud-file-name" function (:arguments ("f")) nil [11110 11863])
|
|
397 |
("declare-function" code nil nil [11865 11919])
|
|
398 |
("gud-find-file" function (:arguments ("file")) nil [11921 12835])
|
|
399 |
("gud-def" function (:arguments ("func" "cmd" "key" "doc")) nil [13405 14795])
|
|
400 |
("gud-last-frame" variable nil nil [15015 15042])
|
|
401 |
("gud-last-last-frame" variable nil nil [15212 15244])
|
|
402 |
("dframe" include nil nil [16356 16373])
|
|
403 |
("gud-last-speedbar-stackframe" variable nil nil [16410 16580])
|
|
404 |
("gud-speedbar-key-map" variable nil nil [16582 16665])
|
|
405 |
("declare-function" code nil nil [16726 16785])
|
|
406 |
("gud-speedbar-item-info" function nil nil [16787 17061])
|
|
407 |
("declare-function" code nil nil [17063 17128])
|
|
408 |
("declare-function" code nil nil [17129 17197])
|
|
409 |
("speedbar-mode-functions-list" variable nil nil [17198 17235])
|
|
410 |
("gud-install-speedbar-variables" function nil nil [17237 18089])
|
|
411 |
("gud-speedbar-menu-items" variable (:default-value (quote (["Jump to stack frame" speedbar-edit-line :visible (not (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi)))] ["Edit value" speedbar-edit-line :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi))] ["Delete expression" gdb-var-delete :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi))] ["Auto raise frame" gdb-speedbar-auto-raise :style toggle :selected gdb-speedbar-auto-raise :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi))] ("Output Format" :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi)) ["Binary" (gdb-var-set-format "binary") t] ["Natural" (gdb-var-set-format "natural") t] ["Hexadecimal" (gdb-var-set-format "hexadecimal") t])))) nil [18091 19028])
|
|
412 |
("if" code nil nil [19079 19206])
|
|
413 |
("gud-expansion-speedbar-buttons" function (:arguments ("_directory" "_zero")) nil [19208 19428])
|
|
414 |
("declare-function" code nil nil [19430 19550])
|
|
415 |
("declare-function" code nil nil [19551 19650])
|
|
416 |
("declare-function" code nil nil [19651 19759])
|
|
417 |
("gud-speedbar-buttons" function (:arguments ("buffer")) nil [19761 23486])
|
|
418 |
("gud-gdb-history" variable nil nil [23626 23654])
|
|
419 |
("gud-gud-gdb-command-name" variable (:default-value "gdb --fullname") nil [23656 23872])
|
e75a20
|
420 |
("gud-gdb-marker-regexp" variable (:default-value (concat "\\(.:?[^" ":" "
|
C |
421 |
]*\\)" ":" "\\([0-9]*\\)" ":" ".*
|
5cb5f7
|
422 |
")) nil [23874 24121])
|
C |
423 |
("gud-marker-acc" variable nil nil [24467 24493])
|
|
424 |
("make-variable-buffer-local" code nil nil [24494 24538])
|
|
425 |
("gud-gdb-marker-filter" function (:arguments ("string")) nil [24540 26463])
|
|
426 |
("easy-mmode-defmap" code nil nil [26465 26650])
|
|
427 |
("gud-query-cmdline" function (:arguments ("minor-mode" "init")) nil [26652 27345])
|
|
428 |
("gdb-first-prompt" variable (:default-value t) nil [27347 27374])
|
|
429 |
("gud-filter-pending-text" variable nil nil [27376 27490])
|
|
430 |
("gud-gdb-completion-function" variable nil nil [27694 27950])
|
|
431 |
("declare-function" code nil nil [27989 28039])
|
|
432 |
("gud-gdb" function
|
|
433 |
(:user-visible-flag t
|
|
434 |
:arguments ("command-line"))
|
|
435 |
nil [28130 30965])
|
|
436 |
("gud-gdb-fetch-lines-in-progress" variable nil nil [31031 31071])
|
|
437 |
("gud-gdb-fetch-lines-string" variable nil nil [31150 31185])
|
|
438 |
("gud-gdb-fetch-lines-break" variable nil nil [31246 31280])
|
|
439 |
("gud-gdb-fetched-lines" variable nil nil [31343 31373])
|
|
440 |
("gud-gdb-completions" function (:arguments ("context" "command")) nil [31375 31999])
|
|
441 |
("gud-gdb-completions-1" function (:arguments ("complete-list")) nil [32059 32893])
|
|
442 |
("gud-gdb-completion-at-point" function nil nil [32895 33905])
|
|
443 |
("gud-gdb-fetch-lines-filter" function (:arguments ("string")) nil [34344 35028])
|
|
444 |
("declare-function" code nil nil [35179 35253])
|
|
445 |
("declare-function" code nil nil [35254 35321])
|
|
446 |
("gud-gdb-goto-stackframe" function (:arguments ("_text" "token" "_indent")) nil [35323 35544])
|
|
447 |
("gud-gdb-fetched-stack-frame" variable nil nil [35546 35629])
|
|
448 |
("gud-gdb-get-stackframe" function (:arguments ("buffer")) nil [35631 36744])
|
|
449 |
("gud-gdb-run-command-fetch-lines" function (:arguments ("command" "buffer" "skip")) nil [36874 37791])
|
|
450 |
("gud-sdb-history" variable nil nil [37931 37959])
|
|
451 |
("gud-sdb-needs-tags" variable (:default-value (not (file-exists-p "/var"))) nil [37961 38089])
|
|
452 |
("gud-sdb-lastfile" variable nil nil [38091 38120])
|
|
453 |
("gud-sdb-marker-filter" function (:arguments ("string")) nil [38122 39737])
|
|
454 |
("gud-sdb-find-file" function (:arguments ("f")) nil [39739 39839])
|
|
455 |
("sdb" function
|
|
456 |
(:user-visible-flag t
|
|
457 |
:arguments ("command-line"))
|
|
458 |
nil [39856 41201])
|
|
459 |
("gud-dbx-history" variable nil nil [41340 41368])
|
|
460 |
("gud-dbx-directories" variable nil nil [41370 41758])
|
|
461 |
("gud-dbx-massage-args" function (:arguments ("_file" "args")) nil [41760 42034])
|
|
462 |
("gud-dbx-marker-filter" function (:arguments ("string")) nil [42036 43116])
|
|
463 |
("gud-mips-p" variable (:default-value (or (string-match "^mips-[^-]*-ultrix" system-configuration) (string-match "^mips-[^-]*-riscos" system-configuration) (string-match "^mips-[^-]*-osf1" system-configuration) (string-match "^alpha[^-]*-[^-]*-osf" system-configuration))) nil [43267 43695])
|
|
464 |
("gud-dbx-command-name" variable (:default-value (concat "dbx" (if gud-mips-p " -emacs"))) nil [43697 43769])
|
|
465 |
("gud-mipsdbx-marker-filter" function (:arguments ("string")) nil [43909 45566])
|
|
466 |
("gud-irix-p" variable nil nil [46558 46748])
|
|
467 |
("gud-dbx-use-stopformat-p" variable nil nil [46749 46941])
|
|
468 |
("gud-irixdbx-marker-filter" function (:arguments ("string")) nil [47975 49691])
|
|
469 |
("gud-dguxdbx-marker-filter" function (:arguments ("string")) nil [50318 51352])
|
|
470 |
("dbx" function
|
|
471 |
(:user-visible-flag t
|
|
472 |
:arguments ("command-line"))
|
|
473 |
nil [51369 53989])
|
|
474 |
("gud-xdb-history" variable nil nil [54150 54178])
|
|
475 |
("gud-xdb-directories" variable nil nil [54180 54568])
|
|
476 |
("gud-xdb-massage-args" function (:arguments ("_file" "args")) nil [54570 54844])
|
|
477 |
("gud-xdb-marker-filter" function (:arguments ("string")) nil [54921 55655])
|
|
478 |
("xdb" function
|
|
479 |
(:user-visible-flag t
|
|
480 |
:arguments ("command-line"))
|
|
481 |
nil [55672 57084])
|
|
482 |
("gud-perldb-history" variable nil nil [57229 57260])
|
|
483 |
("gud-perldb-massage-args" function (:arguments ("_file" "args")) nil [57262 58573])
|
|
484 |
("gud-perldb-marker-filter" function (:arguments ("string")) nil [58919 61413])
|
|
485 |
("gud-perldb-command-name" variable (:default-value "perl -d") nil [61415 61551])
|
|
486 |
("perldb" function
|
|
487 |
(:user-visible-flag t
|
|
488 |
:arguments ("command-line"))
|
|
489 |
nil [61568 62931])
|
|
490 |
("gud-pdb-history" variable nil nil [63088 63116])
|
e75a20
|
491 |
("gud-pdb-marker-regexp" variable (:default-value "^> \\([-a-zA-Z0-9_/.:\\]*\\|<string>\\)(\\([0-9]+\\))\\([a-zA-Z0-9_]*\\|\\?\\|<module>\\)()\\(->[^
|
C |
492 |
]*\\)?[
|
5cb5f7
|
493 |
]") nil [63251 63400])
|
C |
494 |
("gud-pdb-marker-regexp-file-group" variable (:default-value 1) nil [63402 63445])
|
|
495 |
("gud-pdb-marker-regexp-line-group" variable (:default-value 2) nil [63446 63489])
|
|
496 |
("gud-pdb-marker-regexp-fnname-group" variable (:default-value 3) nil [63490 63535])
|
|
497 |
("gud-pdb-marker-regexp-start" variable (:default-value "^> ") nil [63537 63579])
|
|
498 |
("gud-pdb-marker-filter" function (:arguments ("string")) nil [63925 65735])
|
|
499 |
("gud-pdb-command-name" variable (:default-value "pdb") nil [65737 65923])
|
|
500 |
("pdb" function
|
|
501 |
(:user-visible-flag t
|
|
502 |
:arguments ("command-line"))
|
|
503 |
nil [65940 67234])
|
|
504 |
("gud-guiler-history" variable nil nil [67392 67423])
|
|
505 |
("gud-guiler-lastfile" variable nil nil [67425 67457])
|
|
506 |
("gud-guiler-marker-filter" function (:arguments ("string")) nil [67459 68797])
|
|
507 |
("gud-guiler-command-name" variable (:default-value "guile") nil [68800 69008])
|
|
508 |
("guiler" function
|
|
509 |
(:user-visible-flag t
|
|
510 |
:arguments ("command-line"))
|
|
511 |
nil [69025 70526])
|
|
512 |
("gud-jdb-command-name" variable (:default-value "jdb") nil [73880 73993])
|
|
513 |
("gud-jdb-use-classpath" variable (:default-value t) nil [73995 74709])
|
|
514 |
("gud-jdb-classpath" variable nil nil [74711 75650])
|
|
515 |
("gud-jdb-sourcepath" variable nil nil [75652 75873])
|
|
516 |
("gud-marker-acc-max-length" variable (:default-value 4000) nil [75875 76119])
|
|
517 |
("gud-jdb-history" variable nil nil [76121 76194])
|
|
518 |
("gud-jdb-directories" variable (:default-value (list ".")) nil [76238 76820])
|
|
519 |
("gud-jdb-source-files" variable nil nil [76822 76917])
|
|
520 |
("gud-jdb-class-source-alist" variable nil nil [77020 77129])
|
|
521 |
("gud-jdb-analysis-buffer" variable nil nil [77186 77222])
|
|
522 |
("gud-jdb-classpath-string" variable nil nil [77224 77299])
|
|
523 |
("gud-jdb-build-source-files-list" function (:arguments ("path" "extn")) nil [77301 77676])
|
|
524 |
("gud-jdb-skip-whitespace" function nil nil [77709 77780])
|
|
525 |
("gud-jdb-skip-single-line-comment" function nil nil [77831 77890])
|
|
526 |
("gud-jdb-skip-traditional-or-documentation-comment" function nil nil [77950 78273])
|
|
527 |
("gud-jdb-skip-whitespace-and-comments" function nil nil [78354 78700])
|
|
528 |
("gud-jdb-skip-id-ish-thing" function nil nil [78862 78940])
|
|
529 |
("gud-jdb-skip-string-literal" function nil nil [78979 79184])
|
|
530 |
("gud-jdb-skip-character-literal" function nil nil [79226 79431])
|
|
531 |
("gud-jdb-skip-block" function nil nil [79611 80872])
|
|
532 |
("gud-jdb-analyze-source" function (:arguments ("buf" "file")) nil [81064 83264])
|
|
533 |
("gud-jdb-build-class-source-alist-for-file" function (:arguments ("file")) nil [83266 83425])
|
|
534 |
("gud-jdb-build-class-source-alist" function (:arguments ("sources")) nil [83585 83897])
|
|
535 |
("gud-jdb-massage-args" function (:arguments ("_file" "args")) nil [83999 85662])
|
|
536 |
("gud-jdb-find-source-file" function (:arguments ("p")) nil [85866 85947])
|
|
537 |
("gud-jdb-lowest-stack-level" variable (:default-value 999) nil [86006 86045])
|
|
538 |
("gud-jdb-find-source-using-classpath" function (:arguments ("p")) nil [86047 86974])
|
|
539 |
("gud-jdb-find-source" function (:arguments ("_string")) nil [86976 87223])
|
|
540 |
("gud-jdb-parse-classpath-string" function (:arguments ("string")) nil [87225 87545])
|
|
541 |
("gud-jdb-marker-filter" function (:arguments ("string")) nil [87656 91787])
|
|
542 |
("gud-jdb-command-name" variable (:default-value "jdb") nil [91789 91867])
|
|
543 |
("jdb" function
|
|
544 |
(:user-visible-flag t
|
|
545 |
:arguments ("command-line"))
|
|
546 |
nil [91884 95090])
|
|
547 |
("gud-delete-prompt-marker" variable nil nil [97066 97103])
|
|
548 |
("put" code nil nil [97107 97143])
|
|
549 |
("define-derived-mode" code nil nil [97145 100020])
|
|
550 |
("gud-chdir-before-run" variable (:default-value t) nil [100022 100146])
|
|
551 |
("gud-common-init" function (:arguments ("command-line" "massage-args" "marker-filter" "find-file")) nil [100388 103245])
|
|
552 |
("gud-set-buffer" function nil nil [103247 103354])
|
|
553 |
("gud-filter-defer-flag" variable nil nil [103356 103503])
|
|
554 |
("gud-filter" function (:arguments ("proc" "string")) nil [103681 105976])
|
|
555 |
("gud-minor-mode-type" variable nil nil [105978 106010])
|
|
556 |
("gud-overlay-arrow-position" variable nil nil [106011 106050])
|
|
557 |
("add-to-list" code nil nil [106051 106121])
|
|
558 |
("declare-function" code nil nil [106123 106163])
|
|
559 |
("declare-function" code nil nil [106164 106238])
|
|
560 |
("speedbar-previously-used-expansion-list-name" variable nil nil [106239 106292])
|
|
561 |
("gud-sentinel" function (:arguments ("proc" "msg")) nil [106294 107914])
|
|
562 |
("gud-kill-buffer-hook" function nil nil [107916 108145])
|
|
563 |
("gud-reset" function nil nil [108147 108370])
|
|
564 |
("gud-display-frame" function (:user-visible-flag t) nil [108372 108740])
|
|
565 |
("declare-function" code nil nil [108742 108799])
|
|
566 |
("declare-function" code nil nil [108800 108857])
|
|
567 |
("declare-function" code nil nil [108858 108921])
|
|
568 |
("gud-display-line" function (:arguments ("true-file" "line")) nil [109325 110720])
|
|
569 |
("gud-format-command" function (:arguments ("str" "arg")) nil [110969 112819])
|
|
570 |
("gud-read-address" function nil nil [112821 113432])
|
|
571 |
("gud-call" function (:arguments ("fmt" "arg")) nil [113434 113588])
|
|
572 |
("gud-basic-call" function
|
|
573 |
(:user-visible-flag t
|
|
574 |
:arguments ("command"))
|
|
575 |
nil [113590 114514])
|
|
576 |
("gud-refresh" function
|
|
577 |
(:user-visible-flag t
|
|
578 |
:arguments ("arg"))
|
|
579 |
nil [114516 114735])
|
|
580 |
("gud-find-expr-function" variable (:default-value (quote gud-find-c-expr)) nil [114907 114955])
|
|
581 |
("gud-find-expr" function (:arguments ("args")) nil [114957 115690])
|
|
582 |
("gud-find-c-expr" function (:user-visible-flag t) nil [115852 116714])
|
|
583 |
("gud-innermost-expr" function nil nil [116716 117301])
|
|
584 |
("gud-backward-sexp" function nil nil [117303 117442])
|
|
585 |
("gud-forward-sexp" function nil nil [117444 117579])
|
|
586 |
("gud-prev-expr" function nil nil [117581 118033])
|
|
587 |
("gud-next-expr" function nil nil [118035 118490])
|
|
588 |
("gud-expr-compound-sep" function (:arguments ("span-start" "span-end")) nil [118492 119257])
|
|
589 |
("gud-expr-compound" function (:arguments ("first" "second")) nil [119259 120229])
|
|
590 |
("declare-function" code nil nil [120232 120286])
|
|
591 |
("declare-function" code nil nil [120287 120341])
|
|
592 |
("gud-find-class" function (:arguments ("f" "_line")) nil [120343 124719])
|
|
593 |
("gdb-script-mode-syntax-table" variable (:default-value (let ((st (make-syntax-table))) (modify-syntax-entry 39 "\"" st) (modify-syntax-entry 35 "<" st) (modify-syntax-entry 10 ">" st) st)) nil [124937 125126])
|
|
594 |
("gdb-script-font-lock-keywords" variable (:default-value (quote (("^define\\s-+\\(\\(\\w\\|\\s_\\)+\\)" (1 font-lock-function-name-face)) ("\\$\\(\\w+\\)" (1 font-lock-variable-name-face)) ("^\\s-*\\(\\w\\(\\w\\|\\s_\\)*\\)" (1 font-lock-keyword-face))))) nil [125128 125367])
|
|
595 |
("gdb-script-syntax-propertize-function" variable
|
|
596 |
(:constant-flag t
|
e75a20
|
597 |
:default-value (syntax-propertize-rules ("^document\\s-.*\\(
|
5cb5f7
|
598 |
\\)" (1 "< b")) ("^end\\(\\>\\)" (1 (ignore (when (and (> (match-beginning 0) (point-min)) (eq 1 (nth 7 (save-excursion (syntax-ppss (1- (match-beginning 0))))))) (put-text-property (1- (match-beginning 0)) (match-beginning 0) (quote syntax-table) (eval-when-compile (string-to-syntax "> b"))) (put-text-property (1- (match-beginning 0)) (match-end 0) (quote syntax-multiline) t)))))))
|
C |
599 |
nil [125369 126686])
|
|
600 |
("gdb-script-font-lock-syntactic-face" function (:arguments ("state")) nil [126688 126857])
|
|
601 |
("gdb-script-basic-indent" variable (:default-value 2) nil [126859 126893])
|
|
602 |
("gdb-script-skip-to-head" function nil nil [126895 127165])
|
|
603 |
("gdb-script-calculate-indentation" function nil nil [127167 127716])
|
|
604 |
("gdb-script-indent-line" function (:user-visible-flag t) nil [127718 128340])
|
|
605 |
("gdb-script-beginning-of-defun" function nil nil [128371 128681])
|
|
606 |
("gdb-script-end-of-defun" function nil nil [128712 128935])
|
|
607 |
("define-derived-mode" code nil nil [128952 130012])
|
|
608 |
("tooltip-mode" variable nil nil [130065 130086])
|
|
609 |
("define-minor-mode" code nil nil [130103 131655])
|
|
610 |
("define-obsolete-variable-alias" code nil nil [131657 131766])
|
|
611 |
("gud-tooltip-modes" variable (:default-value (quote (gud-mode c-mode c++-mode fortran-mode python-mode))) nil [131768 131984])
|
|
612 |
("define-obsolete-variable-alias" code nil nil [131986 132099])
|
|
613 |
("gud-tooltip-display" variable (:default-value (quote ((eq (tooltip-event-buffer gud-tooltip-event) (marker-buffer gud-overlay-arrow-position))))) nil [132101 132475])
|
|
614 |
("gud-tooltip-echo-area" variable nil nil [132477 132621])
|
|
615 |
("make-obsolete-variable" code nil nil [132623 132716])
|
|
616 |
("gud-tooltip-change-major-mode" function nil nil [132751 132942])
|
|
617 |
("gud-tooltip-activate-mouse-motions-if-enabled" function nil nil [132944 133391])
|
|
618 |
("gud-tooltip-mouse-motions-active" variable nil nil [133393 133514])
|
|
619 |
("gud-tooltip-activate-mouse-motions" function (:arguments ("activatep")) nil [133838 134315])
|
|
620 |
("tooltip-last-mouse-motion-event" variable nil nil [134317 134357])
|
|
621 |
("declare-function" code nil nil [134358 134423])
|
|
622 |
("declare-function" code nil nil [134424 134481])
|
|
623 |
("gud-tooltip-mouse-motion" function
|
|
624 |
(:user-visible-flag t
|
|
625 |
:arguments ("event"))
|
|
626 |
nil [134483 134758])
|
|
627 |
("gud-tooltip-dereference" variable nil nil [134780 134932])
|
|
628 |
("gud-tooltip-event" variable nil nil [134934 135086])
|
|
629 |
("gud-tooltip-dereference" function
|
|
630 |
(:user-visible-flag t
|
|
631 |
:arguments ("arg"))
|
|
632 |
nil [135088 135495])
|
|
633 |
("define-obsolete-function-alias" code nil nil [135497 135625])
|
|
634 |
("tooltip-use-echo-area" variable nil nil [135626 135656])
|
|
635 |
("declare-function" code nil nil [135657 135729])
|
|
636 |
("declare-function" code nil nil [135730 135796])
|
|
637 |
("gud-tooltip-process-output" function (:arguments ("process" "output")) nil [136120 136451])
|
|
638 |
("gud-tooltip-print-command" function (:arguments ("expr")) nil [136453 136763])
|
|
639 |
("declare-function" code nil nil [136765 136838])
|
|
640 |
("declare-function" code nil nil [136839 136897])
|
|
641 |
("declare-function" code nil nil [136898 136955])
|
|
642 |
("gud-tooltip-tips" function (:arguments ("event")) nil [136957 139293])
|
|
643 |
("gud" package nil nil [139295 139309]))
|
|
644 |
:file "gud.el"
|
|
645 |
:pointmax 139332
|
|
646 |
:fsize 139331
|
|
647 |
:lastmodtime '(23525 29600 0 0)
|
|
648 |
:unmatched-syntax '((close-paren 16373 . 16374) (symbol 16338 . 16355) (open-paren 16337 . 16338)))
|
|
649 |
(semanticdb-table "semanticdb-table"
|
|
650 |
:major-mode emacs-lisp-mode
|
|
651 |
:tags
|
|
652 |
'( ("subword-forward-function" variable (:default-value (quote subword-forward-internal)) nil [2557 2667])
|
|
653 |
("subword-backward-function" variable (:default-value (quote subword-backward-internal)) nil [2669 2782])
|
|
654 |
("subword-forward-regexp" variable (:default-value "\\W*\\(\\([[:upper:]]*\\(\\W\\)?\\)[[:lower:][:digit:]]*\\)") nil [2784 2926])
|
|
655 |
("subword-backward-regexp" variable (:default-value "\\(\\(\\W\\|[[:lower:][:digit:]]\\)\\([[:upper:]]+\\W*\\)\\|\\W\\w+\\)") nil [2928 3083])
|
|
656 |
("subword-mode-map" variable (:default-value (make-sparse-keymap)) nil [3085 3334])
|
|
657 |
("define-obsolete-function-alias" code nil nil [3351 3430])
|
|
658 |
("define-minor-mode" code nil nil [3447 4604])
|
|
659 |
("define-obsolete-function-alias" code nil nil [4606 4675])
|
|
660 |
("define-global-minor-mode" code nil nil [4692 4804])
|
|
661 |
("subword-forward" function
|
|
662 |
(:user-visible-flag t
|
|
663 |
:arguments ("arg"))
|
|
664 |
nil [5192 5657])
|
|
665 |
("put" code nil nil [5659 5692])
|
|
666 |
("subword-backward" function
|
|
667 |
(:user-visible-flag t
|
|
668 |
:arguments ("arg"))
|
|
669 |
nil [5694 5962])
|
|
670 |
("subword-right" function
|
|
671 |
(:user-visible-flag t
|
|
672 |
:arguments ("arg"))
|
|
673 |
nil [5964 6188])
|
|
674 |
("subword-left" function
|
|
675 |
(:user-visible-flag t
|
|
676 |
:arguments ("arg"))
|
|
677 |
nil [6190 6412])
|
|
678 |
("subword-mark" function
|
|
679 |
(:user-visible-flag t
|
|
680 |
:arguments ("arg"))
|
|
681 |
nil [6414 6929])
|
|
682 |
("put" code nil nil [6931 6965])
|
|
683 |
("subword-kill" function
|
|
684 |
(:user-visible-flag t
|
|
685 |
:arguments ("arg"))
|
|
686 |
nil [6967 7223])
|
|
687 |
("subword-backward-kill" function
|
|
688 |
(:user-visible-flag t
|
|
689 |
:arguments ("arg"))
|
|
690 |
nil [7225 7487])
|
|
691 |
("subword-transpose" function
|
|
692 |
(:user-visible-flag t
|
|
693 |
:arguments ("arg"))
|
|
694 |
nil [7489 7757])
|
|
695 |
("subword-downcase" function
|
|
696 |
(:user-visible-flag t
|
|
697 |
:arguments ("arg"))
|
|
698 |
nil [7759 8104])
|
|
699 |
("subword-upcase" function
|
|
700 |
(:user-visible-flag t
|
|
701 |
:arguments ("arg"))
|
|
702 |
nil [8106 8443])
|
|
703 |
("subword-capitalize" function
|
|
704 |
(:user-visible-flag t
|
|
705 |
:arguments ("arg"))
|
|
706 |
nil [8445 9281])
|
|
707 |
("superword-mode-map" variable (:default-value subword-mode-map) nil [9286 9378])
|
|
708 |
("define-minor-mode" code nil nil [9395 9981])
|
|
709 |
("define-global-minor-mode" code nil nil [9998 10116])
|
|
710 |
("subword-forward-internal" function nil nil [10148 10868])
|
|
711 |
("subword-backward-internal" function nil nil [10870 11365])
|
|
712 |
("subword-find-word-boundary-function-table" variable
|
|
713 |
(:constant-flag t
|
|
714 |
:default-value (let ((tab (make-char-table nil))) (set-char-table-range tab t (function subword-find-word-boundary)) tab))
|
|
715 |
nil [11367 11659])
|
|
716 |
("subword-empty-char-table" variable
|
|
717 |
(:constant-flag t
|
|
718 |
:default-value (make-char-table nil))
|
|
719 |
nil [11661 11842])
|
|
720 |
("subword-setup-buffer" function nil nil [11844 12072])
|
|
721 |
("subword-find-word-boundary" function (:arguments ("pos" "limit")) nil [12074 12668])
|
|
722 |
("subword" package nil nil [12673 12691])
|
|
723 |
("superword" package nil nil [12692 12712])
|
|
724 |
("cap-words" package nil nil [12713 12733]))
|
|
725 |
:file "subword.el"
|
|
726 |
:pointmax 12777
|
|
727 |
:fsize 12777
|
|
728 |
:lastmodtime '(23525 29603 0 0)
|
|
729 |
:unmatched-syntax nil)
|
|
730 |
(semanticdb-table "semanticdb-table"
|
|
731 |
:major-mode emacs-lisp-mode
|
|
732 |
:tags
|
|
733 |
'( ("subr-x" include nil nil [1196 1213])
|
|
734 |
("cl-lib" include nil nil [1159 1176])
|
|
735 |
("prog-mode" customgroup (:user-visible-flag t) nil [1216 1316])
|
|
736 |
("prog-mode-hook" variable nil nil [1318 1558])
|
|
737 |
("prog-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [134217745] (quote prog-indent-sexp)) map)) nil [1560 1716])
|
|
738 |
("prog-indentation-context" variable nil nil [1718 2597])
|
|
739 |
("prog-indent-sexp" function
|
|
740 |
(:user-visible-flag t
|
|
741 |
:arguments ("defun"))
|
|
742 |
nil [2599 2964])
|
|
743 |
("prog-first-column" function nil nil [2966 3108])
|
|
744 |
("defvar-local" code nil nil [3110 3493])
|
|
745 |
("prettify-symbols-default-compose-p" function (:arguments ("start" "end" "_match")) nil [3495 4306])
|
|
746 |
("defvar-local" code nil nil [4308 4649])
|
|
747 |
("prettify-symbols--compose-symbol" function (:arguments ("alist")) nil [4651 5814])
|
|
748 |
("prettify-symbols--make-keywords" function nil nil [5816 6033])
|
|
749 |
("defvar-local" code nil nil [6035 6080])
|
|
750 |
("defvar-local" code nil nil [6082 6140])
|
|
751 |
("prettify-symbols-unprettify-at-point" variable nil nil [6142 6779])
|
|
752 |
("prettify-symbols--post-command-hook" function nil nil [6781 8100])
|
|
753 |
("define-minor-mode" code nil nil [8117 10166])
|
|
754 |
("turn-on-prettify-symbols-mode" function nil nil [10168 10337])
|
|
755 |
("define-globalized-minor-mode" code nil nil [10354 10467])
|
|
756 |
("define-derived-mode" code nil nil [10484 10820])
|
|
757 |
("prog-mode" package nil nil [10822 10842]))
|
|
758 |
:file "prog-mode.el"
|
|
759 |
:pointmax 10871
|
|
760 |
:fsize 10872
|
|
761 |
:lastmodtime '(23525 29602 0 0)
|
|
762 |
:unmatched-syntax '((close-paren 1213 . 1214) (symbol 1141 . 1158) (open-paren 1140 . 1141)))
|
|
763 |
(semanticdb-table "semanticdb-table"
|
|
764 |
:major-mode emacs-lisp-mode
|
|
765 |
:tags
|
|
766 |
'( ("custom" include nil nil [3701 3718])
|
|
767 |
("font-lock" include nil nil [3719 3739])
|
|
768 |
("cc-mode" include nil nil [3740 3758])
|
|
769 |
("cwarn" customgroup (:user-visible-flag t) nil [3783 3887])
|
|
770 |
("cwarn-configuration" variable (:default-value (quote ((c-mode (not reference)) (c++-mode t)))) nil [3889 4429])
|
|
771 |
("cwarn-font-lock-feature-keywords-alist" variable (:default-value (quote ((assign . cwarn-font-lock-assignment-keywords) (semicolon . cwarn-font-lock-semicolon-keywords) (reference . cwarn-font-lock-reference-keywords)))) nil [4431 5001])
|
|
772 |
("cwarn-verbose" variable (:default-value t) nil [5003 5199])
|
|
773 |
("cwarn-mode-text" variable (:default-value " CWarn") nil [5201 5483])
|
|
774 |
("cwarn-load-hook" variable nil nil [5485 5619])
|
|
775 |
("define-minor-mode" code nil nil [5659 6244])
|
|
776 |
("define-obsolete-function-alias" code nil nil [6261 6332])
|
|
777 |
("cwarn-is-enabled" function (:arguments ("mode" "feature")) nil [6362 7002])
|
|
778 |
("cwarn-inside-macro" function nil nil [7004 7249])
|
|
779 |
("cwarn-font-lock-keywords" function (:arguments ("addp")) nil [7251 7713])
|
|
780 |
("cwarn-font-lock-match" function (:arguments ("re" "body")) nil [8619 9015])
|
|
781 |
("cwarn-font-lock-assignment-keywords" variable
|
|
782 |
(:constant-flag t
|
|
783 |
:default-value (quote ((cwarn-font-lock-match-assignment-in-expression (1 font-lock-warning-face)))))
|
|
784 |
nil [9050 9182])
|
|
785 |
("cwarn-font-lock-match-assignment-in-expression" function (:arguments ("limit")) nil [9184 9618])
|
|
786 |
("cwarn-font-lock-semicolon-keywords" variable
|
|
787 |
(:constant-flag t
|
|
788 |
:default-value (quote ((cwarn-font-lock-match-dangerous-semicolon (0 font-lock-warning-face)))))
|
|
789 |
nil [9643 9764])
|
|
790 |
("cwarn-font-lock-match-dangerous-semicolon" function (:arguments ("limit")) nil [9766 10243])
|
|
791 |
("cwarn-font-lock-reference-keywords" variable
|
|
792 |
(:constant-flag t
|
|
793 |
:default-value (quote ((cwarn-font-lock-match-reference (1 font-lock-warning-face)))))
|
|
794 |
nil [10268 10379])
|
|
795 |
("cwarn-font-lock-match-reference" function (:arguments ("limit")) nil [10381 10634])
|
|
796 |
("turn-on-cwarn-mode-if-enabled" function nil nil [10664 10919])
|
|
797 |
("define-globalized-minor-mode" code nil nil [10936 11027])
|
|
798 |
("cwarn" package nil nil [11029 11045])
|
|
799 |
("run-hooks" code nil nil [11047 11075]))
|
|
800 |
:file "cwarn.el"
|
|
801 |
:pointmax 11107
|
|
802 |
:fsize 11106
|
|
803 |
:lastmodtime '(23525 29598 0 0)
|
|
804 |
:unmatched-syntax nil)
|
|
805 |
(semanticdb-table "semanticdb-table"
|
e75a20
|
806 |
:major-mode emacs-lisp-mode
|
C |
807 |
:tags
|
|
808 |
'( ("unless" code nil nil [3481 3556])
|
|
809 |
("let" code nil nil [3580 3795])
|
|
810 |
("cc-require" code nil nil [3798 3819])
|
|
811 |
("cc-require" code nil nil [3820 3841])
|
|
812 |
("cc-require-when-compile" code nil nil [3842 3877])
|
|
813 |
("cc-require" code nil nil [3878 3901])
|
|
814 |
("cc-require" code nil nil [3902 3925])
|
|
815 |
("cc-require" code nil nil [3926 3947])
|
|
816 |
("cc-require" code nil nil [3948 3970])
|
|
817 |
("cc-require" code nil nil [3971 3993])
|
|
818 |
("cc-require" code nil nil [3994 4016])
|
|
819 |
("cc-bytecomp-defvar" code nil nil [4043 4095])
|
|
820 |
("cc-bytecomp-defun" code nil nil [4104 4138])
|
|
821 |
("cc-bytecomp-defvar" code nil nil [4230 4269])
|
|
822 |
("cc-external-require" code nil nil [4395 4426])
|
|
823 |
("cc-fonts" include nil nil [4618 4637])
|
|
824 |
("c-leave-cc-mode-mode" function nil nil [5651 6225])
|
|
825 |
("c-init-language-vars-for" function (:arguments ("mode")) nil [6227 7016])
|
|
826 |
("c-initialize-cc-mode" function (:arguments ("new-style-init")) nil [7033 8497])
|
|
827 |
("c-mode-base-map" variable nil nil [8523 8598])
|
|
828 |
("c-make-inherited-keymap" function nil nil [8600 8725])
|
|
829 |
("c-define-abbrev-table" function (:arguments ("name" "defs" "doc")) nil [8727 9533])
|
|
830 |
("put" code nil nil [9534 9586])
|
|
831 |
("c-bind-special-erase-keys" function nil nil [9588 10152])
|
|
832 |
("if" code nil nil [10154 16937])
|
|
833 |
("cc-bytecomp-defvar" code nil nil [17014 17048])
|
|
834 |
("c-mode-menu" function (:arguments ("modestr")) nil [17050 17414])
|
|
835 |
("defalias" code nil nil [17673 17847])
|
|
836 |
("c-unfind-enclosing-token" function (:arguments ("pos")) nil [18357 18843])
|
|
837 |
("c-unfind-coalesced-tokens" function (:arguments ("beg" "end")) nil [18845 20075])
|
|
838 |
("c-maybe-stale-found-type" variable nil nil [20849 20886])
|
|
839 |
("make-variable-buffer-local" code nil nil [20887 20941])
|
|
840 |
("c-just-done-before-change" variable nil nil [20943 20981])
|
|
841 |
("make-variable-buffer-local" code nil nil [20982 21037])
|
|
842 |
("c-basic-common-init" function (:arguments ("mode" "default-style")) nil [21707 28455])
|
|
843 |
("c-setup-doc-comment-style" function nil nil [28571 28859])
|
|
844 |
("c-new-BEG" variable nil nil [29329 29349])
|
|
845 |
("make-variable-buffer-local" code nil nil [29350 29389])
|
|
846 |
("c-new-END" variable nil nil [29390 29410])
|
|
847 |
("make-variable-buffer-local" code nil nil [29411 29450])
|
|
848 |
("c-old-BEG" variable nil nil [29708 29728])
|
|
849 |
("make-variable-buffer-local" code nil nil [29729 29768])
|
|
850 |
("c-old-END" variable nil nil [29769 29789])
|
|
851 |
("make-variable-buffer-local" code nil nil [29790 29829])
|
|
852 |
("c-common-init" function (:arguments ("mode")) nil [29831 31695])
|
|
853 |
("c-count-cfss" function (:arguments ("lv-alist")) nil [31697 32062])
|
|
854 |
("c-before-hack-hook" function nil nil [32064 33464])
|
|
855 |
("c-remove-any-local-eval-or-mode-variables" function nil nil [33466 35158])
|
|
856 |
("c-postprocess-file-styles" function nil nil [35160 37052])
|
|
857 |
("if" code nil nil [37054 37237])
|
|
858 |
("c-run-mode-hooks" function (:arguments ("hooks")) nil [37239 37551])
|
|
859 |
("c-called-from-text-property-change-p" function nil nil [37623 38197])
|
|
860 |
("c-depropertize-CPP" function (:arguments ("beg" "end")) nil [38199 39410])
|
|
861 |
("c-extend-region-for-CPP" function (:arguments ("_beg" "_end")) nil [39412 40370])
|
|
862 |
("c-depropertize-new-text" function (:arguments ("beg" "end" "_old-len")) nil [40372 41287])
|
|
863 |
("c-extend-font-lock-region-for-macros" function (:arguments ("_begg" "endd" "_old-len")) nil [41289 42136])
|
|
864 |
("c-neutralize-CPP-line" function (:arguments ("beg" "end")) nil [42138 43020])
|
|
865 |
("c-neutralize-syntax-in-CPP" function (:arguments ("_begg" "_endd" "_old-len")) nil [43022 45319])
|
|
866 |
("c-maybe-quoted-number-head" variable
|
|
867 |
(:constant-flag t
|
|
868 |
:default-value (concat "\\(0\\(" "\\([Xx]\\([0-9a-fA-F]\\('[0-9a-fA-F]\\|[0-9a-fA-F]\\)*'?\\)?\\)" "\\|" "\\([Bb]\\([01]\\('[01]\\|[01]\\)*'?\\)?\\)" "\\|" "\\('[0-7]\\|[0-7]\\)*'?" "\\)" "\\|" "[1-9]\\('[0-9]\\|[0-9]\\)*'?" "\\)"))
|
|
869 |
nil [45842 46240])
|
|
870 |
("c-quoted-number-head-before-point" function nil nil [46242 46923])
|
|
871 |
("c-maybe-quoted-number-tail" variable
|
|
872 |
(:constant-flag t
|
|
873 |
:default-value (concat "\\(" "\\([xX']?[0-9a-fA-F]\\('[0-9a-fA-F]\\|[0-9a-fA-F]\\)*\\)" "\\|" "\\([bB']?[01]\\('[01]\\|[01]\\)*\\)" "\\|" "\\('?[0-9]\\('[0-9]\\|[0-9]\\)*\\)" "\\)"))
|
|
874 |
nil [46925 47314])
|
|
875 |
("c-quoted-number-tail-after-point" function nil nil [47316 47687])
|
|
876 |
("c-maybe-quoted-number" variable
|
|
877 |
(:constant-flag t
|
|
878 |
:default-value (concat "\\(0\\(" "\\([Xx][0-9a-fA-F]\\('[0-9a-fA-F]\\|[0-9a-fA-F]\\)*\\)" "\\|" "\\([Bb][01]\\('[01]\\|[01]\\)*\\)" "\\|" "\\('[0-7]\\|[0-7]\\)*" "\\)" "\\|" "[1-9]\\('[0-9]\\|[0-9]\\)*" "\\)"))
|
|
879 |
nil [47689 48048])
|
|
880 |
("c-quoted-number-straddling-point" function nil nil [48050 48882])
|
|
881 |
("c-parse-quotes-before-change" function (:arguments ("beg" "end")) nil [48884 52108])
|
|
882 |
("c-parse-quotes-after-change" function (:arguments ("beg" "end" "old-len")) nil [52110 53872])
|
|
883 |
("c-before-change" function (:arguments ("beg" "end")) nil [53874 57742])
|
|
884 |
("c-in-after-change-fontification" variable nil nil [57744 57788])
|
|
885 |
("make-variable-buffer-local" code nil nil [57789 57850])
|
|
886 |
("c-after-change" function (:arguments ("beg" "end" "old-len")) nil [57948 61033])
|
|
887 |
("c-fl-decl-start" function (:arguments ("pos")) nil [61035 63519])
|
|
888 |
("c-fl-decl-end" function (:arguments ("pos")) nil [63521 64172])
|
|
889 |
("c-change-expand-fl-region" function (:arguments ("_beg" "_end" "_old-len")) nil [64174 64851])
|
|
890 |
("c-context-expand-fl-region" function (:arguments ("beg" "end")) nil [64853 65256])
|
|
891 |
("c-before-context-fl-expand-region" function (:arguments ("beg" "end")) nil [65258 65779])
|
|
892 |
("c-font-lock-fontify-region" function (:arguments ("beg" "end" "verbose")) nil [65781 67824])
|
|
893 |
("c-after-font-lock-init" function nil nil [67826 68171])
|
|
894 |
("c-font-lock-init" function nil nil [68173 69616])
|
|
895 |
("c-extend-after-change-region" function (:arguments ("beg" "end" "_old-len")) nil [69641 70544])
|
|
896 |
("c-advise-fl-for-region" function (:arguments ("function")) nil [70571 70859])
|
|
897 |
("unless" code nil nil [70867 71161])
|
|
898 |
("c-electric-indent-mode-hook" function nil nil [71227 71658])
|
|
899 |
("c-electric-indent-local-mode-hook" function nil nil [71660 71950])
|
|
900 |
("c-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table c))) nil [71972 72095])
|
|
901 |
("c-define-abbrev-table" code nil nil [72097 72297])
|
|
902 |
("c-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [72299 72403])
|
|
903 |
("define-key" code nil nil [72449 72500])
|
|
904 |
("easy-menu-define" code nil nil [72503 72603])
|
|
905 |
("unless" code nil nil [74247 74316])
|
|
906 |
("define-derived-mode" code nil nil [74333 75224])
|
|
907 |
("c-or-c++-mode--regexp" variable
|
|
908 |
(:constant-flag t
|
|
909 |
:default-value (eval-when-compile (let ((id "[a-zA-Z0-9_]+") (ws "[
]+") (ws-maybe "[
]*")) (concat "^" ws-maybe "\\(?:" "using" ws "\\(?:namespace" ws "std;\\|std::\\)" "\\|" "namespace" "\\(:?" ws id "\\)?" ws-maybe "{" "\\|" "class" ws id ws-maybe "[:{
|
|
910 |
]" "\\|" "template" ws-maybe "<.*>" "\\|" "#include" ws-maybe "<\\(?:string\\|iostream\\|map\\)>" "\\)"))))
|
|
911 |
nil [75226 75799])
|
|
912 |
("c-or-c++-mode" function nil nil [75816 76534])
|
|
913 |
("c++-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table c++))) nil [76558 76687])
|
|
914 |
("c-define-abbrev-table" code nil nil [76689 76948])
|
|
915 |
("c++-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [76950 77058])
|
|
916 |
("define-key" code nil nil [77106 77158])
|
|
917 |
("define-key" code nil nil [77159 77213])
|
|
918 |
("define-key" code nil nil [77214 77268])
|
|
919 |
("define-key" code nil nil [77269 77323])
|
|
920 |
("easy-menu-define" code nil nil [77325 77435])
|
|
921 |
("define-derived-mode" code nil nil [77452 78362])
|
|
922 |
("objc-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table objc))) nil [78394 78526])
|
|
923 |
("c-define-abbrev-table" code nil nil [78528 78734])
|
|
924 |
("objc-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [78736 78846])
|
|
925 |
("define-key" code nil nil [78902 78955])
|
|
926 |
("easy-menu-define" code nil nil [78957 79072])
|
|
927 |
("define-derived-mode" code nil nil [79161 80084])
|
|
928 |
("java-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table java))) nil [80109 80241])
|
|
929 |
("c-define-abbrev-table" code nil nil [80243 80563])
|
|
930 |
("java-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [80565 80675])
|
|
931 |
("c-Java-defun-prompt-regexp" variable
|
|
932 |
(:constant-flag t
|
|
933 |
:default-value "^[ ]*\\(\\(\\(public\\|protected\\|private\\|const\\|abstract\\|synchronized\\|final\\|static\\|threadsafe\\|transient\\|native\\|volatile\\)\\s-+\\)*\\(\\(\\([[a-zA-Z][][_$.a-zA-Z0-9]*[][_$.a-zA-Z0-9]+\\|[[a-zA-Z]\\)\\s-*\\)\\s-+\\)\\)?\\(\\([[a-zA-Z][][_$.a-zA-Z0-9]*\\s-+\\)\\s-*\\)?\\([_a-zA-Z][^][ :;.,{}()=]*\\|\\([_$a-zA-Z][_$.a-zA-Z0-9]*\\)\\)\\s-*\\(([^);{}]*)\\)?\\([] ]*\\)\\(\\s-*\\<throws\\>\\s-*\\(\\([_$a-zA-Z][_$.a-zA-Z0-9]*\\)[,
|
|
934 |
]*\\)+\\)?\\s-*")
|
|
935 |
nil [80980 81500])
|
|
936 |
("easy-menu-define" code nil nil [81502 81617])
|
|
937 |
("define-derived-mode" code nil nil [81709 82550])
|
|
938 |
("idl-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table idl))) nil [82591 82720])
|
|
939 |
("c-define-abbrev-table" code nil nil [82722 82821])
|
|
940 |
("idl-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [82823 82931])
|
|
941 |
("easy-menu-define" code nil nil [82980 83090])
|
|
942 |
("define-derived-mode" code nil nil [83180 84020])
|
|
943 |
("pike-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table pike))) nil [84045 84177])
|
|
944 |
("c-define-abbrev-table" code nil nil [84179 84385])
|
|
945 |
("pike-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [84387 84497])
|
|
946 |
("define-key" code nil nil [84522 84575])
|
|
947 |
("easy-menu-define" code nil nil [84577 84692])
|
|
948 |
("define-derived-mode" code nil nil [84892 85741])
|
|
949 |
("c-define-abbrev-table" code nil nil [86133 86337])
|
|
950 |
("awk-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [86339 86447])
|
|
951 |
("define-key" code nil nil [86495 86545])
|
|
952 |
("define-key" code nil nil [86581 86631])
|
|
953 |
("define-key" code nil nil [86667 86717])
|
|
954 |
("define-key" code nil nil [86753 86800])
|
|
955 |
("define-key" code nil nil [86829 86876])
|
|
956 |
("define-key" code nil nil [86877 86924])
|
|
957 |
("define-key" code nil nil [86925 86983])
|
|
958 |
("define-key" code nil nil [86996 87048])
|
|
959 |
("define-key" code nil nil [87067 87128])
|
|
960 |
("define-key" code nil nil [87129 87184])
|
|
961 |
("easy-menu-define" code nil nil [87186 87296])
|
|
962 |
("awk-mode-syntax-table" variable nil nil [87336 87366])
|
|
963 |
("declare-function" code nil nil [87367 87419])
|
|
964 |
("define-derived-mode" code nil nil [87436 88499])
|
|
965 |
("c-mode-help-address" variable
|
|
966 |
(:constant-flag t
|
|
967 |
:default-value "submit@debbugs.gnu.org")
|
|
968 |
nil [88521 88619])
|
|
969 |
("c-version" function (:user-visible-flag t) nil [88621 88790])
|
|
970 |
("define-obsolete-variable-alias" code nil nil [88792 88888])
|
|
971 |
("c-prepare-bug-report-hook" variable nil nil [88889 88927])
|
|
972 |
("reporter-prompt-for-summary-p" variable nil nil [88968 89006])
|
|
973 |
("reporter-dont-compact-list" variable nil nil [89007 89042])
|
|
974 |
("c-mode-bug-package" variable
|
|
975 |
(:constant-flag t
|
|
976 |
:default-value "cc-mode")
|
|
977 |
nil [89111 89196])
|
|
978 |
("declare-function" code nil nil [89247 89322])
|
|
979 |
("c-submit-bug-report" function (:user-visible-flag t) nil [89324 91427])
|
|
980 |
("cc-provide" code nil nil [91431 91452]))
|
5cb5f7
|
981 |
:file "cc-mode.el"
|
e75a20
|
982 |
:pointmax 91546
|
5cb5f7
|
983 |
:fsize 91545
|
e75a20
|
984 |
:lastmodtime '(23525 29597 0 0)
|
C |
985 |
:unmatched-syntax '((close-paren 3795 . 3796) (symbol 3560 . 3577) (open-paren 3559 . 3560) (close-paren 3556 . 3557) (symbol 3462 . 3478) (open-paren 3461 . 3462)))
|
5cb5f7
|
986 |
(semanticdb-table "semanticdb-table"
|
C |
987 |
:major-mode emacs-lisp-mode
|
|
988 |
:tags
|
|
989 |
'( ("gud" include nil nil [3444 3458])
|
|
990 |
("json" include nil nil [3459 3474])
|
|
991 |
("bindat" include nil nil [3475 3492])
|
|
992 |
("cl-lib" include nil nil [3493 3510])
|
|
993 |
("declare-function" code nil nil [3512 3612])
|
|
994 |
("declare-function" code nil nil [3613 3663])
|
|
995 |
("declare-function" code nil nil [3664 3726])
|
|
996 |
("declare-function" code nil nil [3727 3798])
|
|
997 |
("declare-function" code nil nil [3799 3862])
|
|
998 |
("declare-function" code nil nil [3863 3926])
|
|
999 |
("tool-bar-map" variable nil nil [3928 3949])
|
|
1000 |
("speedbar-initial-expansion-list-name" variable nil nil [3950 3995])
|
|
1001 |
("speedbar-frame" variable nil nil [3996 4019])
|
|
1002 |
("gdb-memory-address" variable (:default-value "main") nil [4021 4055])
|
|
1003 |
("gdb-memory-last-address" variable nil nil [4056 4139])
|
|
1004 |
("gdb-memory-next-page" variable nil nil [4140 4232])
|
|
1005 |
("gdb-memory-prev-page" variable nil nil [4233 4329])
|
|
1006 |
("gdb-thread-number" variable nil nil [4331 4714])
|
|
1007 |
("gdb-frame-number" variable nil nil [4716 5041])
|
|
1008 |
("gdb-frame-address" variable nil nil [5043 5115])
|
|
1009 |
("gdb-selected-frame" variable nil nil [5304 5390])
|
|
1010 |
("gdb-selected-file" variable nil nil [5391 5472])
|
|
1011 |
("gdb-selected-line" variable nil nil [5473 5556])
|
|
1012 |
("gdb-threads-list" variable nil nil [5558 5829])
|
|
1013 |
("gdb-running-threads-count" variable nil nil [5831 5994])
|
|
1014 |
("gdb-stopped-threads-count" variable nil nil [5996 6114])
|
|
1015 |
("gdb-breakpoints-list" variable nil nil [6116 6431])
|
|
1016 |
("gdb-current-language" variable nil nil [6433 6466])
|
|
1017 |
("gdb-var-list" variable nil nil [6467 6723])
|
|
1018 |
("gdb-main-file" variable nil nil [6724 6801])
|
|
1019 |
("gdb-stack-position" variable nil nil [6828 6859])
|
|
1020 |
("gdb-thread-position" variable nil nil [6860 6892])
|
|
1021 |
("gdb-disassembly-position" variable nil nil [6893 6930])
|
|
1022 |
("gdb-location-alist" variable nil nil [6932 7058])
|
|
1023 |
("gdb-active-process" variable nil nil [7059 7172])
|
|
1024 |
("gdb-error" variable (:default-value "Non-nil when GDB is reporting an error.") nil [7173 7233])
|
|
1025 |
("gdb-macro-info" variable nil nil [7234 7338])
|
|
1026 |
("gdb-register-names" variable nil nil [7339 7396])
|
|
1027 |
("gdb-changed-registers" variable nil nil [7397 7479])
|
|
1028 |
("gdb-buffer-fringe-width" variable nil nil [7480 7516])
|
|
1029 |
("gdb-last-command" variable nil nil [7517 7546])
|
|
1030 |
("gdb-prompt-name" variable nil nil [7547 7575])
|
|
1031 |
("gdb-token-number" variable nil nil [7576 7603])
|
|
1032 |
("gdb-handler-list" variable (:default-value (quote nil)) nil [7604 7700])
|
|
1033 |
("gdb-source-file-list" variable nil nil [7701 7787])
|
|
1034 |
("gdb-first-done-or-error" variable (:default-value t) nil [7788 7822])
|
|
1035 |
("gdb-source-window" variable nil nil [7823 7853])
|
|
1036 |
("gdb-inferior-status" variable nil nil [7854 7886])
|
|
1037 |
("gdb-continuation" variable nil nil [7887 7916])
|
|
1038 |
("gdb-supports-non-stop" variable nil nil [7917 7951])
|
|
1039 |
("gdb-filter-output" variable nil nil [7952 8114])
|
|
1040 |
("gdb-non-stop" variable nil nil [8116 8291])
|
|
1041 |
("defvar-local" code nil nil [8293 8379])
|
|
1042 |
("gdb-output-sink" variable (:default-value (quote nil)) nil [8381 8842])
|
|
1043 |
("gdb-discard-unordered-replies" variable (:default-value t) nil [8844 9231])
|
|
1044 |
("cl-defstruct" code nil nil [9233 9761])
|
|
1045 |
("gdb-add-handler" function (:arguments ("token-number" "handler-function" "pending-trigger")) nil [9763 10426])
|
|
1046 |
("gdb-delete-handler" function (:arguments ("token-number")) nil [10428 11411])
|
|
1047 |
("gdb-get-handler-function" function (:arguments ("token-number")) nil [11413 11719])
|
|
1048 |
("gdb-pending-handler-p" function (:arguments ("pending-trigger")) nil [11722 12012])
|
|
1049 |
("gdb-handle-reply" function (:arguments ("token-number")) nil [12015 12420])
|
|
1050 |
("gdb-remove-all-pending-triggers" function nil nil [12422 12844])
|
|
1051 |
("gdb-wait-for-pending" function (:arguments ("body")) nil [12846 13319])
|
|
1052 |
("gdb-add-subscriber" function (:arguments ("publisher" "subscriber")) nil [13343 13572])
|
|
1053 |
("gdb-delete-subscriber" function (:arguments ("publisher" "subscriber")) nil [13574 13752])
|
|
1054 |
("gdb-get-subscribers" function (:arguments ("publisher")) nil [13754 13805])
|
|
1055 |
("gdb-emit-signal" function (:arguments ("publisher" "signal")) nil [13807 14024])
|
|
1056 |
("gdb-buf-publisher" variable (:default-value (quote nil)) nil [14026 14216])
|
|
1057 |
("gdb" customgroup (:user-visible-flag t) nil [14218 14352])
|
|
1058 |
("gdb-non-stop" customgroup (:user-visible-flag t) nil [14354 14449])
|
|
1059 |
("gdb-buffers" customgroup (:user-visible-flag t) nil [14451 14525])
|
|
1060 |
("gdb-debug-log-max" variable (:default-value 128) nil [14527 14752])
|
|
1061 |
("gdb-non-stop-setting" variable (:default-value (not (eq system-type (quote windows-nt)))) nil [14754 15377])
|
|
1062 |
("gdb-gud-control-all-threads" variable (:default-value t) nil [15471 15698])
|
|
1063 |
("gdb-switch-reasons" variable (:default-value t) nil [15700 17246])
|
|
1064 |
("gdb-stopped-functions" variable nil nil [17248 18185])
|
|
1065 |
("gdb-switch-when-another-stopped" variable (:default-value t) nil [18187 18385])
|
|
1066 |
("gdb-stack-buffer-locations" variable (:default-value t) nil [18387 18545])
|
|
1067 |
("gdb-stack-buffer-addresses" variable nil nil [18547 18689])
|
|
1068 |
("gdb-thread-buffer-verbose-names" variable (:default-value t) nil [18691 18839])
|
|
1069 |
("gdb-thread-buffer-arguments" variable (:default-value t) nil [18841 18986])
|
|
1070 |
("gdb-thread-buffer-locations" variable (:default-value t) nil [18988 19148])
|
|
1071 |
("gdb-thread-buffer-addresses" variable nil nil [19150 19306])
|
|
1072 |
("gdb-show-threads-by-default" variable nil nil [19308 19477])
|
|
1073 |
("gdb-debug-log" variable nil nil [19479 19704])
|
|
1074 |
("define-minor-mode" code nil nil [19721 20175])
|
|
1075 |
("gdb-cpp-define-alist-program" variable (:default-value "gcc -E -dM -") nil [20177 20598])
|
|
1076 |
("gdb-cpp-define-alist-flags" variable nil nil [20600 20748])
|
|
1077 |
("gdb-create-source-file-list" variable (:default-value t) nil [20750 21320])
|
|
1078 |
("gdb-show-main" variable nil nil [21322 21546])
|
|
1079 |
("gdbmi-debug-mode" variable nil nil [21548 21655])
|
|
1080 |
("gdb-force-mode-line-update" function (:arguments ("status")) nil [21657 21981])
|
|
1081 |
("gdb-control-all-threads" function (:user-visible-flag t) nil [22026 22257])
|
|
1082 |
("gdb-control-current-thread" function (:user-visible-flag t) nil [22259 22495])
|
|
1083 |
("gdb-find-watch-expression" function nil nil [22497 23196])
|
|
1084 |
("gdb-gud-context-command" function (:arguments ("command" "noall")) nil [23274 23829])
|
|
1085 |
("gdb-gud-context-call" function (:arguments ("cmd1" "cmd2" "noall" "noarg")) nil [23831 24192])
|
|
1086 |
("gdb--check-interpreter" function (:arguments ("filter" "proc" "string")) nil [24194 24966])
|
|
1087 |
("gdb-control-level" variable nil nil [24968 24996])
|
|
1088 |
("gdb" function
|
|
1089 |
(:user-visible-flag t
|
|
1090 |
:arguments ("command-line"))
|
|
1091 |
nil [25013 34324])
|
|
1092 |
("gdb-init-1" function nil nil [34326 36142])
|
|
1093 |
("gdb-non-stop-handler" function nil nil [36144 36558])
|
|
1094 |
("gdb-check-target-async" function nil nil [36560 36814])
|
|
1095 |
("gdb-delchar-or-quit" function
|
|
1096 |
(:user-visible-flag t
|
|
1097 |
:arguments ("arg"))
|
|
1098 |
nil [36816 37514])
|
|
1099 |
("gdb-define-alist" variable nil nil [37516 37593])
|
|
1100 |
("gdb-create-define-alist" function nil nil [37595 38343])
|
|
1101 |
("declare-function" code nil nil [38345 38417])
|
|
1102 |
("gdb--string-regexp" variable
|
|
1103 |
(:constant-flag t
|
|
1104 |
:default-value "\"\\(?:[^\\\"]\\|\\\\.\\)*\"")
|
|
1105 |
nil [38419 38479])
|
|
1106 |
("gdb-tooltip-print" function (:arguments ("expr")) nil [38481 39058])
|
|
1107 |
("gdb-tooltip-print-1" function (:arguments ("expr")) nil [39260 39587])
|
|
1108 |
("gdb-init-buffer" function nil nil [39589 39892])
|
|
1109 |
("gdb--if-arrow" function (:arguments ("arrow-position" "start-posn" "end-posn" "body")) nil [39894 40446])
|
|
1110 |
("gdb-mouse-until" function
|
|
1111 |
(:user-visible-flag t
|
|
1112 |
:arguments ("event"))
|
|
1113 |
nil [40448 41196])
|
|
1114 |
("gdb-mouse-jump" function
|
|
1115 |
(:user-visible-flag t
|
|
1116 |
:arguments ("event"))
|
|
1117 |
nil [41198 42129])
|
|
1118 |
("gdb-show-changed-values" variable (:default-value t) nil [42131 42423])
|
|
1119 |
("gdb-max-children" variable (:default-value 40) nil [42425 42576])
|
|
1120 |
("gdb-delete-out-of-scope" variable (:default-value t) nil [42578 42745])
|
|
1121 |
("define-minor-mode" code nil nil [42747 43023])
|
|
1122 |
("gdb-use-colon-colon-notation" variable nil nil [43025 43191])
|
|
1123 |
("define-key" code nil nil [43193 43246])
|
|
1124 |
("define-key" code nil nil [43247 43313])
|
|
1125 |
("declare-function" code nil nil [43315 43381])
|
|
1126 |
("gud-watch" function
|
|
1127 |
(:user-visible-flag t
|
|
1128 |
:arguments ("arg" "event"))
|
|
1129 |
nil [43383 44337])
|
|
1130 |
("gdb-var-create-handler" function (:arguments ("expr")) nil [44339 45169])
|
|
1131 |
("gdb-speedbar-update" function nil nil [45171 45436])
|
|
1132 |
("gdb-speedbar-timer-fn" function nil nil [45438 45558])
|
|
1133 |
("gdb-var-evaluate-expression-handler" function (:arguments ("varnum" "changed")) nil [45560 45932])
|
|
1134 |
("gdb-var-list-children" function (:arguments ("varnum")) nil [46040 46255])
|
|
1135 |
("gdb-var-list-children-handler" function (:arguments ("varnum")) nil [46257 47245])
|
|
1136 |
("gdb-var-set-format" function (:arguments ("format")) nil [47247 47538])
|
|
1137 |
("gdb-var-delete-1" function (:arguments ("var" "varnum")) nil [47540 47825])
|
|
1138 |
("gdb-var-delete" function (:user-visible-flag t) nil [47827 48248])
|
|
1139 |
("gdb-var-delete-children" function (:arguments ("varnum")) nil [48250 48413])
|
|
1140 |
("gdb-edit-value" function (:arguments ("_text" "_token" "_indent")) nil [48415 48772])
|
|
1141 |
("gdb-error-regexp" variable
|
|
1142 |
(:constant-flag t
|
|
1143 |
:default-value "\\^error,msg=\\(\".+\"\\)")
|
|
1144 |
nil [48774 48829])
|
|
1145 |
("gdb-edit-value-handler" function (:arguments ("value")) nil [48831 49007])
|
|
1146 |
("gdb-var-update" function nil nil [49108 49242])
|
|
1147 |
("gdb-var-update-handler" function nil nil [49244 52127])
|
|
1148 |
("gdb-speedbar-expand-node" function (:arguments ("text" "token" "indent")) nil [52129 53064])
|
|
1149 |
("gdb-get-target-string" function nil nil [53066 53160])
|
|
1150 |
("gdb-buffer-rules" variable (:default-value (quote nil)) nil [53506 53535])
|
|
1151 |
("gdb-rules-name-maker" function (:arguments ("rules-entry")) nil [53537 53600])
|
|
1152 |
("gdb-rules-buffer-mode" function (:arguments ("rules-entry")) nil [53601 53666])
|
|
1153 |
("gdb-rules-update-trigger" function (:arguments ("rules-entry")) nil [53667 53735])
|
|
1154 |
("gdb-update-buffer-name" function nil nil [53737 54021])
|
|
1155 |
("gdb-current-buffer-rules" function nil nil [54023 54159])
|
|
1156 |
("gdb-current-buffer-thread" function nil nil [54161 54382])
|
|
1157 |
("gdb-current-buffer-frame" function nil nil [54384 54540])
|
|
1158 |
("gdb-buffer-type" function (:arguments ("buffer")) nil [54542 54672])
|
|
1159 |
("gdb-buffer-shows-main-thread-p" function nil nil [54674 54866])
|
|
1160 |
("gdb-get-buffer" function (:arguments ("buffer-type" "thread")) nil [54868 55350])
|
|
1161 |
("gdb-get-buffer-create" function (:arguments ("buffer-type" "thread")) nil [55352 56878])
|
|
1162 |
("gdb-bind-function-to-buffer" function (:arguments ("expr" "buffer")) nil [56880 57074])
|
|
1163 |
("def-gdb-preempt-display-buffer" function (:arguments ("name" "buffer" "doc" "split-horizontal")) nil [57129 57426])
|
|
1164 |
("gdb-set-buffer-rules" function (:arguments ("buffer-type" "rules")) nil [57829 58041])
|
|
1165 |
("gdb-parent-mode" function nil nil [58043 58776])
|
|
1166 |
("gdb-set-buffer-rules" code nil nil [58902 58984])
|
|
1167 |
("gdb-partial-output-name" function nil nil [58986 59085])
|
|
1168 |
("gdb-set-buffer-rules" code nil nil [59089 59188])
|
|
1169 |
("gdb-inferior-io-name" function nil nil [59190 59286])
|
|
1170 |
("gdb-display-io-buffer" function (:user-visible-flag t) nil [59288 59457])
|
|
1171 |
("gdb-inferior-io--init-proc" function (:arguments ("proc")) nil [59459 59892])
|
|
1172 |
("gdb-inferior-io-sentinel" function (:arguments ("proc" "_str")) nil [59894 60534])
|
|
1173 |
("gdb-display-buffer-other-frame-action" variable (:default-value (quote ((display-buffer-reuse-window display-buffer-pop-up-frame) (reusable-frames . visible) (inhibit-same-window . t) (pop-up-frame-parameters (height . 14) (width . 80) (unsplittable . t) (tool-bar-lines) (menu-bar-lines) (minibuffer))))) nil [60536 61040])
|
|
1174 |
("gdb-frame-io-buffer" function (:user-visible-flag t) nil [61042 61243])
|
|
1175 |
("gdb-inferior-io-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "" (quote gdb-io-interrupt)) (define-key map "" (quote gdb-io-stop)) (define-key map "" (quote gdb-io-quit)) (define-key map "" (quote gdb-io-eof)) (define-key map "" (quote gdb-io-eof)) map)) nil [61245 61548])
|
|
1176 |
("define-derived-mode" code nil nil [61627 61832])
|
|
1177 |
("gdb-display-io-nopopup" variable nil nil [61834 62000])
|
|
1178 |
("gdb-inferior-filter" function (:arguments ("proc" "string")) nil [62002 62427])
|
|
1179 |
("gdb-io-interrupt" function (:user-visible-flag t) nil [62429 62590])
|
|
1180 |
("gdb-io-quit" function (:user-visible-flag t) nil [62592 62753])
|
|
1181 |
("gdb-io-stop" function (:user-visible-flag t) nil [62755 62901])
|
|
1182 |
("gdb-io-eof" function (:user-visible-flag t) nil [62903 63055])
|
|
1183 |
("gdb-clear-inferior-io" function nil nil [63057 63173])
|
|
1184 |
("breakpoint-xpm-data" variable
|
|
1185 |
(:constant-flag t
|
e75a20
|
1186 |
:default-value "/* XPM */
|
C |
1187 |
static char *magick[] = {
|
|
1188 |
/* columns rows colors chars-per-pixel */
|
|
1189 |
\"10 10 2 1\",
|
|
1190 |
\" c red\",
|
|
1191 |
\"+ c None\",
|
|
1192 |
/* pixels */
|
|
1193 |
\"+++ +++\",
|
|
1194 |
\"++ ++\",
|
|
1195 |
\"+ +\",
|
|
1196 |
\" \",
|
|
1197 |
\" \",
|
|
1198 |
\" \",
|
|
1199 |
\" \",
|
|
1200 |
\"+ +\",
|
|
1201 |
\"++ ++\",
|
|
1202 |
\"+++ +++\",
|
5cb5f7
|
1203 |
};")
|
C |
1204 |
nil [63177 63546])
|
|
1205 |
("breakpoint-enabled-pbm-data" variable
|
|
1206 |
(:constant-flag t
|
e75a20
|
1207 |
:default-value "P1
|
C |
1208 |
10 10\",
|
|
1209 |
0 0 0 0 1 1 1 1 0 0 0 0
|
|
1210 |
0 0 0 1 1 1 1 1 1 0 0 0
|
|
1211 |
0 0 1 1 1 1 1 1 1 1 0 0
|
|
1212 |
0 1 1 1 1 1 1 1 1 1 1 0
|
|
1213 |
0 1 1 1 1 1 1 1 1 1 1 0
|
|
1214 |
0 1 1 1 1 1 1 1 1 1 1 0
|
|
1215 |
0 1 1 1 1 1 1 1 1 1 1 0
|
|
1216 |
0 0 1 1 1 1 1 1 1 1 0 0
|
|
1217 |
0 0 0 1 1 1 1 1 1 0 0 0
|
5cb5f7
|
1218 |
0 0 0 0 1 1 1 1 0 0 0 0")
|
C |
1219 |
nil [63548 63889])
|
|
1220 |
("breakpoint-disabled-pbm-data" variable
|
|
1221 |
(:constant-flag t
|
e75a20
|
1222 |
:default-value "P1
|
C |
1223 |
10 10\",
|
|
1224 |
0 0 1 0 1 0 1 0 0 0
|
|
1225 |
0 1 0 1 0 1 0 1 0 0
|
|
1226 |
1 0 1 0 1 0 1 0 1 0
|
|
1227 |
0 1 0 1 0 1 0 1 0 1
|
|
1228 |
1 0 1 0 1 0 1 0 1 0
|
|
1229 |
0 1 0 1 0 1 0 1 0 1
|
|
1230 |
1 0 1 0 1 0 1 0 1 0
|
|
1231 |
0 1 0 1 0 1 0 1 0 1
|
|
1232 |
0 0 1 0 1 0 1 0 1 0
|
5cb5f7
|
1233 |
0 0 0 1 0 1 0 1 0 0")
|
C |
1234 |
nil [63891 64194])
|
|
1235 |
("breakpoint-enabled-icon" variable nil nil [64196 64283])
|
|
1236 |
("breakpoint-disabled-icon" variable nil nil [64285 64374])
|
|
1237 |
("declare-function" code nil nil [64376 64473])
|
|
1238 |
("and" code nil nil [64475 64761])
|
|
1239 |
("breakpoint-enabled" variable
|
|
1240 |
(:default-value (quote ((t :foreground "red1" :weight bold)))
|
|
1241 |
:type "face")
|
|
1242 |
nil [64763 64904])
|
|
1243 |
("breakpoint-disabled" variable
|
|
1244 |
(:default-value (quote ((((class color) (min-colors 88)) :foreground "grey70") (((class color) (min-colors 8) (background light)) :foreground "black") (((class color) (min-colors 8) (background dark)) :foreground "white") (((type tty) (class mono)) :inverse-video t) (t :background "gray")))
|
|
1245 |
:type "face")
|
|
1246 |
nil [64906 65375])
|
|
1247 |
("gdb-python-guile-commands-regexp" variable (:default-value "python\\|python-interactive\\|pi\\|guile\\|guile-repl\\|gr") nil [65379 65551])
|
|
1248 |
("gdb-control-commands-regexp" variable (:default-value (concat "^\\(" "commands\\|if\\|while\\|define\\|document\\|" gdb-python-guile-commands-regexp "\\|while-stepping\\|stepping\\|ws\\|actions" "\\)\\([[:blank:]]+\\([^[:blank:]]*\\)\\)?$")) nil [65553 65989])
|
|
1249 |
("gdb-strip-string-backslash" function (:arguments ("string")) nil [65991 66081])
|
|
1250 |
("gdb-send" function (:arguments ("proc" "string")) nil [66083 68786])
|
|
1251 |
("gdb-mi-quote" function (:arguments ("string")) nil [68788 69157])
|
|
1252 |
("gdb-input" function (:arguments ("command" "handler-function" "trigger-name")) nil [69159 70090])
|
|
1253 |
("gdb-current-context-command" function (:arguments ("command")) nil [70146 70359])
|
|
1254 |
("gdb-current-context-buffer-name" function (:arguments ("name")) nil [70361 70692])
|
|
1255 |
("gdb-current-context-mode-name" function (:arguments ("mode")) nil [70694 70929])
|
|
1256 |
("gud-gdb-command-name" variable (:default-value "gdb -i=mi") nil [70933 71076])
|
|
1257 |
("gdb-resync" function nil nil [71078 71190])
|
|
1258 |
("gdb-update" function (:arguments ("no-proc")) nil [71192 72045])
|
|
1259 |
("gdb-setq-thread-number" function (:arguments ("number")) nil [72226 72684])
|
|
1260 |
("gdb-update-gud-running" function nil nil [72686 73530])
|
|
1261 |
("gdb-show-run-p" function nil nil [73532 73860])
|
|
1262 |
("gdb-show-stop-p" function nil nil [73862 74196])
|
|
1263 |
("gdb-display-source-buffer" function (:arguments ("buffer")) nil [74394 74872])
|
|
1264 |
("gdbmi-start-with" function (:arguments ("str" "offset" "match")) nil [74875 75247])
|
|
1265 |
("gdbmi-same-start" function (:arguments ("str" "offset" "match")) nil [75249 75710])
|
|
1266 |
("gdbmi-is-number" function (:arguments ("character")) nil [75712 75872])
|
|
1267 |
("defvar-local" code nil nil [75875 76150])
|
|
1268 |
("defvar-local" code nil nil [76152 76435])
|
|
1269 |
("gdbmi-bnf-init" function nil nil [76437 76602])
|
|
1270 |
("gdbmi-bnf-output" function nil nil [76605 76897])
|
|
1271 |
("gdbmi-bnf-skip-unrecognized" function nil nil [76900 77972])
|
|
1272 |
("gdbmi-bnf-gdb-prompt" function nil nil [77975 78516])
|
|
1273 |
("gdbmi-bnf-result-record" function nil nil [78519 78779])
|
|
1274 |
("gdbmi-bnf-out-of-band-record" function nil nil [78782 79012])
|
|
1275 |
("gdbmi-bnf-async-record" function nil nil [79015 79485])
|
|
1276 |
("gdbmi-bnf-stream-record" function nil nil [79488 80729])
|
|
1277 |
("gdbmi-bnf-console-stream-output" function (:arguments ("c-string")) nil [80731 81029])
|
|
1278 |
("gdbmi-bnf-target-stream-output" function (:arguments ("_c-string")) nil [81031 81178])
|
|
1279 |
("gdbmi-bnf-log-stream-output" function (:arguments ("c-string")) nil [81180 81521])
|
|
1280 |
("gdbmi-bnf-result-state-configs" variable
|
|
1281 |
(:constant-flag t
|
|
1282 |
:default-value (quote (("^" ("done" gdb-done . progressive) ("error" gdb-error . progressive) ("running" gdb-starting . atomic)) ("*" ("stopped" gdb-stopped . atomic) ("running" gdb-running . atomic)) ("+") ("=" ("thread-created" gdb-thread-created . atomic) ("thread-selected" gdb-thread-selected . atomic) ("thread-existed" gdb-ignored-notification . atomic) ((quote default) gdb-ignored-notification . atomic)))))
|
|
1283 |
nil [81524 82787])
|
|
1284 |
("gdbmi-bnf-result-and-async-record-impl" function nil nil [82789 84826])
|
|
1285 |
("gdbmi-bnf-incomplete-record-result" function (:arguments ("token" "class-command")) nil [84828 86801])
|
|
1286 |
("gdb-mi-decode-strings" variable nil nil [87288 88189])
|
|
1287 |
("gdb-mi-decode" function (:arguments ("string")) nil [88974 89818])
|
|
1288 |
("gud-gdbmi-marker-filter" function (:arguments ("string")) nil [89820 90954])
|
|
1289 |
("gdb-gdb" function (:arguments ("_output-field")) nil [90956 90987])
|
|
1290 |
("gdb-shell" function (:arguments ("output-field")) nil [90989 91096])
|
|
1291 |
("gdb-ignored-notification" function (:arguments ("_token" "_output-field")) nil [91098 91153])
|
|
1292 |
("gdb-thread-created" function (:arguments ("_token" "_output-field")) nil [91225 91274])
|
|
1293 |
("gdb-thread-exited" function (:arguments ("_token" "output-field")) nil [91275 91938])
|
|
1294 |
("gdb-thread-selected" function (:arguments ("_token" "output-field")) nil [91940 92720])
|
|
1295 |
("gdb-running" function (:arguments ("_token" "output-field")) nil [92722 93443])
|
|
1296 |
("gdb-starting" function (:arguments ("_output-field" "_result")) nil [93445 93750])
|
|
1297 |
("gdb-stopped" function (:arguments ("_token" "output-field")) nil [93809 96886])
|
|
1298 |
("gdb-internals" function (:arguments ("output-field")) nil [97040 97380])
|
|
1299 |
("gdb-console" function (:arguments ("output-field")) nil [97511 97631])
|
|
1300 |
("gdb-done" function (:arguments ("token-number" "output-field" "is-complete")) nil [97633 97755])
|
|
1301 |
("gdb-error" function (:arguments ("token-number" "output-field" "is-complete")) nil [97757 97881])
|
|
1302 |
("gdb-done-or-error" function (:arguments ("token-number" "type" "output-field" "is-complete")) nil [97883 99376])
|
|
1303 |
("gdb-concat-output" function (:arguments ("so-far" "new")) nil [99378 99560])
|
|
1304 |
("gdb-append-to-partial-output" function (:arguments ("string")) nil [99562 99730])
|
|
1305 |
("gdb-clear-partial-output" function nil nil [99732 99861])
|
|
1306 |
("gdb-jsonify-buffer" function (:arguments ("fix-key" "fix-list")) nil [99863 101938])
|
|
1307 |
("gdb-json-read-buffer" function (:arguments ("fix-key" "fix-list")) nil [101940 102265])
|
|
1308 |
("gdb-json-string" function (:arguments ("string" "fix-key" "fix-list")) nil [102267 102538])
|
|
1309 |
("gdb-json-partial-output" function (:arguments ("fix-key" "fix-list")) nil [102540 102839])
|
|
1310 |
("gdb-line-posns" function (:arguments ("line")) nil [102841 103060])
|
|
1311 |
("gdb-mark-line" function (:arguments ("line" "variable")) nil [103062 103624])
|
|
1312 |
("gdb-pad-string" function (:arguments ("string" "padding")) nil [103626 103727])
|
|
1313 |
("cl-defstruct" code nil nil [103879 103980])
|
|
1314 |
("gdb-table-add-row" function (:arguments ("table" "row" "properties")) nil [103982 105147])
|
|
1315 |
("gdb-table-string" function (:arguments ("table" "sep")) nil [105149 105722])
|
|
1316 |
("gdb-get-many-fields" function (:arguments ("struct" "fields")) nil [105785 106003])
|
|
1317 |
("def-gdb-auto-update-trigger" function (:arguments ("trigger-name" "gdb-command" "handler-name" "signal-list")) nil [106005 107387])
|
|
1318 |
("def-gdb-auto-update-handler" function (:arguments ("handler-name" "custom-defun" "nopreserve")) nil [107469 108344])
|
|
1319 |
("def-gdb-trigger-and-handler" function (:arguments ("trigger-name" "gdb-command" "handler-name" "custom-defun" "signal-list")) nil [108346 108961])
|
|
1320 |
("def-gdb-trigger-and-handler" code nil nil [109032 109189])
|
|
1321 |
("gdb-set-buffer-rules" code nil nil [109191 109320])
|
|
1322 |
("gdb-breakpoints-list-handler-custom" function nil nil [109322 111918])
|
|
1323 |
("gdb-place-breakpoints" function nil nil [112000 113593])
|
|
1324 |
("gdb-source-file-regexp" variable
|
|
1325 |
(:constant-flag t
|
|
1326 |
:default-value (concat "fullname=\\(" gdb--string-regexp "\\)"))
|
|
1327 |
nil [113595 113679])
|
|
1328 |
("gdb-get-location" function (:arguments ("bptno" "line" "flag")) nil [113681 114647])
|
|
1329 |
("add-hook" code nil nil [114649 114695])
|
|
1330 |
("gdb-find-file-hook" function nil nil [114697 115153])
|
|
1331 |
("declare-function" code nil nil [115155 115197])
|
|
1332 |
("declare-function" code nil nil [115208 115250])
|
|
1333 |
("declare-function" code nil nil [115261 115335])
|
|
1334 |
("gdb-mouse-set-clear-breakpoint" function
|
|
1335 |
(:user-visible-flag t
|
|
1336 |
:arguments ("event"))
|
|
1337 |
nil [115337 115980])
|
|
1338 |
("gdb-mouse-toggle-breakpoint-margin" function
|
|
1339 |
(:user-visible-flag t
|
|
1340 |
:arguments ("event"))
|
|
1341 |
nil [115982 116600])
|
|
1342 |
("gdb-mouse-toggle-breakpoint-fringe" function
|
|
1343 |
(:user-visible-flag t
|
|
1344 |
:arguments ("event"))
|
|
1345 |
nil [116602 117315])
|
|
1346 |
("gdb-breakpoints-buffer-name" function nil nil [117317 117413])
|
|
1347 |
("gdb-display-breakpoints-buffer" function
|
|
1348 |
(:user-visible-flag t
|
|
1349 |
:arguments ("thread"))
|
|
1350 |
nil [117415 117595])
|
|
1351 |
("gdb-frame-breakpoints-buffer" function
|
|
1352 |
(:user-visible-flag t
|
|
1353 |
:arguments ("thread"))
|
|
1354 |
nil [117597 117830])
|
|
1355 |
("gdb-breakpoints-mode-map" variable (:default-value (let ((map (make-sparse-keymap)) (menu (make-sparse-keymap "Breakpoints"))) (define-key menu [quit] (quote ("Quit" . gdb-delete-frame-or-window))) (define-key menu [goto] (quote ("Goto" . gdb-goto-breakpoint))) (define-key menu [delete] (quote ("Delete" . gdb-delete-breakpoint))) (define-key menu [toggle] (quote ("Toggle" . gdb-toggle-breakpoint))) (suppress-keymap map) (define-key map [menu-bar breakpoints] (cons "Breakpoints" menu)) (define-key map " " (quote gdb-toggle-breakpoint)) (define-key map "D" (quote gdb-delete-breakpoint)) (define-key map "q" (quote gdb-delete-frame-or-window)) (define-key map "
" (quote gdb-goto-breakpoint)) (define-key map " " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-threads-buffer)) t))) (define-key map [mouse-2] (quote gdb-goto-breakpoint)) (define-key map [follow-link] (quote mouse-face)) map)) nil [117832 118893])
|
|
1356 |
("gdb-delete-frame-or-window" function (:user-visible-flag t) nil [118895 119081])
|
|
1357 |
("gdb-make-header-line-mouse-map" function (:arguments ("mouse" "function")) nil [119115 119525])
|
|
1358 |
("gdb-propertize-header" function (:arguments ("name" "buffer" "help-echo" "mouse-face" "face")) nil [119527 119997])
|
|
1359 |
("gdb-threads-buffer-name" function nil nil [120066 120154])
|
|
1360 |
("gdb-display-threads-buffer" function
|
|
1361 |
(:user-visible-flag t
|
|
1362 |
:arguments ("thread"))
|
|
1363 |
nil [120156 120324])
|
|
1364 |
("gdb-frame-threads-buffer" function
|
|
1365 |
(:user-visible-flag t
|
|
1366 |
:arguments ("thread"))
|
|
1367 |
nil [120326 120547])
|
|
1368 |
("def-gdb-trigger-and-handler" code nil nil [120549 120738])
|
|
1369 |
("gdb-set-buffer-rules" code nil nil [120740 120853])
|
|
1370 |
("gdb-threads-font-lock-keywords" variable (:default-value (quote (("in \\([^ ]+\\)" (1 font-lock-function-name-face)) (" \\(stopped\\)" (1 font-lock-warning-face)) (" \\(running\\)" (1 font-lock-string-face)) ("\\(\\(\\sw\\|[_.]\\)+\\)=" (1 font-lock-variable-name-face))))) nil [120855 121172])
|
|
1371 |
("gdb-threads-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "
" (quote gdb-select-thread)) (define-key map "f" (quote gdb-display-stack-for-thread)) (define-key map "F" (quote gdb-frame-stack-for-thread)) (define-key map "l" (quote gdb-display-locals-for-thread)) (define-key map "L" (quote gdb-frame-locals-for-thread)) (define-key map "r" (quote gdb-display-registers-for-thread)) (define-key map "R" (quote gdb-frame-registers-for-thread)) (define-key map "d" (quote gdb-display-disassembly-for-thread)) (define-key map "D" (quote gdb-frame-disassembly-for-thread)) (define-key map "i" (quote gdb-interrupt-thread)) (define-key map "c" (quote gdb-continue-thread)) (define-key map "s" (quote gdb-step-thread)) (define-key map " " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-breakpoints-buffer)) t))) (define-key map [mouse-2] (quote gdb-select-thread)) (define-key map [follow-link] (quote mouse-face)) map)) nil [121174 122136])
|
|
1372 |
("gdb-threads-header" variable (:default-value (list (gdb-propertize-header "Breakpoints" gdb-breakpoints-buffer "mouse-1: select" mode-line-highlight mode-line-inactive) " " (gdb-propertize-header "Threads" gdb-threads-buffer nil nil mode-line))) nil [122138 122389])
|
|
1373 |
("define-derived-mode" code nil nil [122391 122760])
|
|
1374 |
("gdb-thread-list-handler-custom" function nil nil [122762 125237])
|
|
1375 |
("def-gdb-thread-buffer-command" function (:arguments ("name" "custom-defun" "doc")) nil [125239 125917])
|
|
1376 |
("def-gdb-thread-buffer-simple-command" function (:arguments ("name" "buffer-command" "doc")) nil [125919 126247])
|
|
1377 |
("def-gdb-thread-buffer-command" code nil nil [126249 126515])
|
|
1378 |
("def-gdb-thread-buffer-simple-command" code nil nil [126517 126683])
|
|
1379 |
("def-gdb-thread-buffer-simple-command" code nil nil [126685 126854])
|
|
1380 |
("def-gdb-thread-buffer-simple-command" code nil nil [126856 127034])
|
|
1381 |
("def-gdb-thread-buffer-simple-command" code nil nil [127036 127220])
|
|
1382 |
("def-gdb-thread-buffer-simple-command" code nil nil [127222 127386])
|
|
1383 |
("def-gdb-thread-buffer-simple-command" code nil nil [127388 127555])
|
|
1384 |
("def-gdb-thread-buffer-simple-command" code nil nil [127557 127737])
|
|
1385 |
("def-gdb-thread-buffer-simple-command" code nil nil [127739 127925])
|
|
1386 |
("def-gdb-thread-buffer-gud-command" function (:arguments ("name" "gud-command" "doc")) nil [127927 128449])
|
|
1387 |
("def-gdb-thread-buffer-gud-command" code nil nil [128451 128565])
|
|
1388 |
("declare-function" code nil nil [128611 128655])
|
|
1389 |
("def-gdb-thread-buffer-gud-command" code nil nil [128657 128762])
|
|
1390 |
("declare-function" code nil nil [128764 128808])
|
|
1391 |
("def-gdb-thread-buffer-gud-command" code nil nil [128810 128907])
|
|
1392 |
("gdb-memory-rows" variable (:default-value 8) nil [128928 129048])
|
|
1393 |
("gdb-memory-columns" variable (:default-value 4) nil [129050 129176])
|
|
1394 |
("gdb-memory-format" variable (:default-value "x") nil [129178 129504])
|
|
1395 |
("gdb-memory-unit" variable (:default-value 4) nil [129506 129759])
|
|
1396 |
("def-gdb-trigger-and-handler" code nil nil [129761 130067])
|
|
1397 |
("gdb-set-buffer-rules" code nil nil [130069 130178])
|
|
1398 |
("gdb-memory-column-width" function (:arguments ("size" "format")) nil [130180 131000])
|
|
1399 |
("gdb-read-memory-custom" function nil nil [131002 132098])
|
|
1400 |
("gdb-memory-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map t) (define-key map "q" (quote kill-current-buffer)) (define-key map "n" (quote gdb-memory-show-next-page)) (define-key map "p" (quote gdb-memory-show-previous-page)) (define-key map "a" (quote gdb-memory-set-address)) (define-key map "t" (quote gdb-memory-format-binary)) (define-key map "o" (quote gdb-memory-format-octal)) (define-key map "u" (quote gdb-memory-format-unsigned)) (define-key map "d" (quote gdb-memory-format-signed)) (define-key map "x" (quote gdb-memory-format-hexadecimal)) (define-key map "b" (quote gdb-memory-unit-byte)) (define-key map "h" (quote gdb-memory-unit-halfword)) (define-key map "w" (quote gdb-memory-unit-word)) (define-key map "g" (quote gdb-memory-unit-giant)) (define-key map "R" (quote gdb-memory-set-rows)) (define-key map "C" (quote gdb-memory-set-columns)) map)) nil [132100 132953])
|
|
1401 |
("gdb-memory-set-address-event" function
|
|
1402 |
(:user-visible-flag t
|
|
1403 |
:arguments ("event"))
|
|
1404 |
nil [132955 133188])
|
|
1405 |
("gdb-memory-set-address" function (:user-visible-flag t) nil [133233 133442])
|
|
1406 |
("def-gdb-set-positive-number" function (:arguments ("name" "variable" "echo-string" "doc")) nil [133444 134018])
|
|
1407 |
("def-gdb-set-positive-number" code nil nil [134020 134150])
|
|
1408 |
("def-gdb-set-positive-number" code nil nil [134152 134294])
|
|
1409 |
("def-gdb-memory-format" function (:arguments ("name" "format" "doc")) nil [134296 134603])
|
|
1410 |
("def-gdb-memory-format" code nil nil [134605 134697])
|
|
1411 |
("def-gdb-memory-format" code nil nil [134699 134789])
|
|
1412 |
("def-gdb-memory-format" code nil nil [134791 134895])
|
|
1413 |
("def-gdb-memory-format" code nil nil [134897 134990])
|
|
1414 |
("def-gdb-memory-format" code nil nil [134992 135094])
|
|
1415 |
("gdb-memory-format-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [header-line down-mouse-3] (quote gdb-memory-format-menu-1)) map)) nil [135096 135293])
|
|
1416 |
("gdb-memory-format-menu" variable (:default-value (let ((map (make-sparse-keymap "Format"))) (define-key map [binary] (quote (menu-item "Binary" gdb-memory-format-binary :button (:radio equal gdb-memory-format "t")))) (define-key map [octal] (quote (menu-item "Octal" gdb-memory-format-octal :button (:radio equal gdb-memory-format "o")))) (define-key map [unsigned] (quote (menu-item "Unsigned Decimal" gdb-memory-format-unsigned :button (:radio equal gdb-memory-format "u")))) (define-key map [signed] (quote (menu-item "Signed Decimal" gdb-memory-format-signed :button (:radio equal gdb-memory-format "d")))) (define-key map [hexadecimal] (quote (menu-item "Hexadecimal" gdb-memory-format-hexadecimal :button (:radio equal gdb-memory-format "x")))) map)) nil [135295 136163])
|
|
1417 |
("gdb-memory-format-menu" function (:arguments ("event")) nil [136165 136270])
|
|
1418 |
("gdb-memory-format-menu-1" function (:arguments ("event")) nil [136272 136618])
|
|
1419 |
("def-gdb-memory-unit" function (:arguments ("name" "unit-size" "doc")) nil [136620 136931])
|
|
1420 |
("def-gdb-memory-unit" code nil nil [136933 137030])
|
|
1421 |
("def-gdb-memory-unit" code nil nil [137032 137121])
|
|
1422 |
("def-gdb-memory-unit" code nil nil [137123 137219])
|
|
1423 |
("def-gdb-memory-unit" code nil nil [137221 137297])
|
|
1424 |
("def-gdb-memory-show-page" function (:arguments ("name" "address-var" "doc")) nil [137299 137705])
|
|
1425 |
("def-gdb-memory-show-page" code nil nil [137707 137786])
|
|
1426 |
("def-gdb-memory-show-page" code nil nil [137788 137863])
|
|
1427 |
("gdb-memory-unit-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [header-line down-mouse-3] (quote gdb-memory-unit-menu-1)) map)) nil [137865 138057])
|
|
1428 |
("gdb-memory-unit-menu" variable (:default-value (let ((map (make-sparse-keymap "Unit"))) (define-key map [giantwords] (quote (menu-item "Giant words" gdb-memory-unit-giant :button (:radio equal gdb-memory-unit 8)))) (define-key map [words] (quote (menu-item "Words" gdb-memory-unit-word :button (:radio equal gdb-memory-unit 4)))) (define-key map [halfwords] (quote (menu-item "Halfwords" gdb-memory-unit-halfword :button (:radio equal gdb-memory-unit 2)))) (define-key map [bytes] (quote (menu-item "Bytes" gdb-memory-unit-byte :button (:radio equal gdb-memory-unit 1)))) map)) nil [138059 138722])
|
|
1429 |
("gdb-memory-unit-menu" function (:arguments ("event")) nil [138724 138825])
|
|
1430 |
("gdb-memory-unit-menu-1" function (:arguments ("event")) nil [138827 139167])
|
|
1431 |
("gdb-memory-font-lock-keywords" variable (:default-value (quote (("<\\(\\(\\sw\\|[_.]\\)+\\)\\(\\+[0-9]+\\)?>" (1 font-lock-function-name-face))))) nil [139169 139374])
|
|
1432 |
("gdb-memory-header" variable (:default-value (quote (:eval (concat "Start address[" (propertize "-" (quote face) font-lock-warning-face (quote help-echo) "mouse-1: decrement address" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-show-previous-page))) "|" (propertize "+" (quote face) font-lock-warning-face (quote help-echo) "mouse-1: increment address" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-show-next-page))) "]: " (propertize gdb-memory-address (quote face) font-lock-warning-face (quote help-echo) "mouse-1: set start address" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-set-address-event))) " Rows: " (propertize (number-to-string gdb-memory-rows) (quote face) font-lock-warning-face (quote help-echo) "mouse-1: set number of columns" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-set-rows))) " Columns: " (propertize (number-to-string gdb-memory-columns) (quote face) font-lock-warning-face (quote help-echo) "mouse-1: set number of columns" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-set-columns))) " Display Format: " (propertize gdb-memory-format (quote face) font-lock-warning-face (quote help-echo) "mouse-3: select display format" (quote mouse-face) (quote mode-line-highlight) (quote local-map) gdb-memory-format-map) " Unit Size: " (propertize (number-to-string gdb-memory-unit) (quote face) font-lock-warning-face (quote help-echo) "mouse-3: select unit size" (quote mouse-face) (quote mode-line-highlight) (quote local-map) gdb-memory-unit-map))))) nil [139376 141830])
|
|
1433 |
("define-derived-mode" code nil nil [141832 142092])
|
|
1434 |
("gdb-memory-buffer-name" function nil nil [142094 142180])
|
|
1435 |
("gdb-display-memory-buffer" function
|
|
1436 |
(:user-visible-flag t
|
|
1437 |
:arguments ("thread"))
|
|
1438 |
nil [142182 142356])
|
|
1439 |
("gdb-frame-memory-buffer" function (:user-visible-flag t) nil [142358 142558])
|
|
1440 |
("gdb-disassembly-buffer-name" function nil nil [142584 142712])
|
|
1441 |
("gdb-display-disassembly-buffer" function
|
|
1442 |
(:user-visible-flag t
|
|
1443 |
:arguments ("thread"))
|
|
1444 |
nil [142714 142906])
|
|
1445 |
("def-gdb-preempt-display-buffer" code nil nil [142908 143012])
|
|
1446 |
("gdb-frame-disassembly-buffer" function
|
|
1447 |
(:user-visible-flag t
|
|
1448 |
:arguments ("thread"))
|
|
1449 |
nil [143014 143259])
|
|
1450 |
("def-gdb-auto-update-trigger" code nil nil [143261 143950])
|
|
1451 |
("def-gdb-auto-update-handler" code nil nil [143952 144044])
|
|
1452 |
("gdb-set-buffer-rules" code nil nil [144046 144175])
|
|
1453 |
("gdb-disassembly-font-lock-keywords" variable (:default-value (quote (("<\\(\\(\\sw\\|[_.]\\)+\\)\\(\\+[0-9]+\\)?>" (1 font-lock-function-name-face)) ("^0x[0-9a-f]+ \\(<\\(\\(\\sw\\|[_.]\\)+\\)\\+[0-9]+>\\)?:[ ]+\\(\\sw+\\)" (4 font-lock-keyword-face)) ("%\\sw+" . font-lock-variable-name-face) ("^\\(Dump of assembler code for function\\) \\(.+\\):" (1 font-lock-comment-face) (2 font-lock-function-name-face)) ("^\\(End of assembler dump\\.\\)" . font-lock-comment-face)))) nil [144177 144826])
|
|
1454 |
("gdb-disassembly-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote kill-current-buffer)) map)) nil [144828 144988])
|
|
1455 |
("define-derived-mode" code nil nil [144990 145466])
|
|
1456 |
("gdb-disassembly-handler-custom" function nil nil [145468 147182])
|
|
1457 |
("gdb-disassembly-place-breakpoints" function nil nil [147184 147726])
|
|
1458 |
("gdb-breakpoints-header" variable (:default-value (list (gdb-propertize-header "Breakpoints" gdb-breakpoints-buffer nil nil mode-line) " " (gdb-propertize-header "Threads" gdb-threads-buffer "mouse-1: select" mode-line-highlight mode-line-inactive))) nil [147730 148008])
|
|
1459 |
("define-derived-mode" code nil nil [148031 148220])
|
|
1460 |
("gdb-toggle-breakpoint" function (:user-visible-flag t) nil [148222 148770])
|
|
1461 |
("gdb-delete-breakpoint" function (:user-visible-flag t) nil [148772 149202])
|
|
1462 |
("gdb-goto-breakpoint" function
|
|
1463 |
(:user-visible-flag t
|
|
1464 |
:arguments ("event"))
|
|
1465 |
nil [149204 150573])
|
|
1466 |
("def-gdb-trigger-and-handler" code nil nil [150652 150835])
|
|
1467 |
("gdb-set-buffer-rules" code nil nil [150837 150944])
|
|
1468 |
("gdb-frame-location" function (:arguments ("frame")) nil [150946 151387])
|
|
1469 |
("gdb-stack-list-frames-custom" function nil nil [151389 152580])
|
|
1470 |
("gdb-stack-buffer-name" function nil nil [152582 152705])
|
|
1471 |
("gdb-display-stack-buffer" function
|
|
1472 |
(:user-visible-flag t
|
|
1473 |
:arguments ("thread"))
|
|
1474 |
nil [152707 152891])
|
|
1475 |
("def-gdb-preempt-display-buffer" code nil nil [152893 152991])
|
|
1476 |
("gdb-frame-stack-buffer" function
|
|
1477 |
(:user-visible-flag t
|
|
1478 |
:arguments ("thread"))
|
|
1479 |
nil [152993 153230])
|
|
1480 |
("gdb-frames-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote kill-current-buffer)) (define-key map "
" (quote gdb-select-frame)) (define-key map [mouse-2] (quote gdb-select-frame)) (define-key map [follow-link] (quote mouse-face)) map)) nil [153232 153517])
|
|
1481 |
("gdb-frames-font-lock-keywords" variable (:default-value (quote (("in \\([^ ]+\\)" (1 font-lock-function-name-face))))) nil [153519 153665])
|
|
1482 |
("define-derived-mode" code nil nil [153667 154053])
|
|
1483 |
("gdb-select-frame" function
|
|
1484 |
(:user-visible-flag t
|
|
1485 |
:arguments ("event"))
|
|
1486 |
nil [154055 154687])
|
|
1487 |
("def-gdb-trigger-and-handler" code nil nil [154778 154987])
|
|
1488 |
("gdb-set-buffer-rules" code nil nil [154989 155098])
|
|
1489 |
("gdb-locals-watch-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "
" (quote gud-watch)) (define-key map [mouse-2] (quote gud-watch)) map)) nil [155100 155356])
|
|
1490 |
("gdb-edit-locals-map-1" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "
" (quote gdb-edit-locals-value)) (define-key map [mouse-2] (quote gdb-edit-locals-value)) map)) nil [155358 155625])
|
|
1491 |
("gdb-edit-locals-value" function
|
|
1492 |
(:user-visible-flag t
|
|
1493 |
:arguments ("event"))
|
|
1494 |
nil [155627 156116])
|
|
1495 |
("gdb-locals-handler-custom" function nil nil [156209 157753])
|
|
1496 |
("gdb-locals-header" variable (:default-value (list (gdb-propertize-header "Locals" gdb-locals-buffer nil nil mode-line) " " (gdb-propertize-header "Registers" gdb-registers-buffer "mouse-1: select" mode-line-highlight mode-line-inactive))) nil [157755 158022])
|
|
1497 |
("gdb-locals-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote kill-current-buffer)) (define-key map " " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-registers-buffer) gdb-thread-number) t))) map)) nil [158024 158451])
|
|
1498 |
("define-derived-mode" code nil nil [158453 158617])
|
|
1499 |
("gdb-locals-buffer-name" function nil nil [158619 158737])
|
|
1500 |
("gdb-display-locals-buffer" function
|
|
1501 |
(:user-visible-flag t
|
|
1502 |
:arguments ("thread"))
|
|
1503 |
nil [158739 158934])
|
|
1504 |
("def-gdb-preempt-display-buffer" code nil nil [158936 159036])
|
|
1505 |
("gdb-frame-locals-buffer" function
|
|
1506 |
(:user-visible-flag t
|
|
1507 |
:arguments ("thread"))
|
|
1508 |
nil [159038 159290])
|
|
1509 |
("def-gdb-trigger-and-handler" code nil nil [159316 159520])
|
|
1510 |
("gdb-set-buffer-rules" code nil nil [159522 159643])
|
|
1511 |
("gdb-registers-handler-custom" function nil nil [159645 160745])
|
|
1512 |
("gdb-edit-register-value" function
|
|
1513 |
(:user-visible-flag t
|
|
1514 |
:arguments ("event"))
|
|
1515 |
nil [160747 161235])
|
|
1516 |
("gdb-registers-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "
" (quote gdb-edit-register-value)) (define-key map [mouse-2] (quote gdb-edit-register-value)) (define-key map "q" (quote kill-current-buffer)) (define-key map " " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-locals-buffer) gdb-thread-number) t))) map)) nil [161237 161771])
|
|
1517 |
("gdb-registers-header" variable (:default-value (list (gdb-propertize-header "Locals" gdb-locals-buffer "mouse-1: select" mode-line-highlight mode-line-inactive) " " (gdb-propertize-header "Registers" gdb-registers-buffer nil nil mode-line))) nil [161773 162043])
|
|
1518 |
("define-derived-mode" code nil nil [162045 162224])
|
|
1519 |
("gdb-registers-buffer-name" function nil nil [162226 162350])
|
|
1520 |
("gdb-display-registers-buffer" function
|
|
1521 |
(:user-visible-flag t
|
|
1522 |
:arguments ("thread"))
|
|
1523 |
nil [162352 162534])
|
|
1524 |
("def-gdb-preempt-display-buffer" code nil nil [162536 162642])
|
|
1525 |
("gdb-frame-registers-buffer" function
|
|
1526 |
(:user-visible-flag t
|
|
1527 |
:arguments ("thread"))
|
|
1528 |
nil [162644 162879])
|
|
1529 |
("gdb-get-changed-registers" function nil nil [162936 163155])
|
|
1530 |
("gdb-changed-registers-handler" function nil nil [163157 163385])
|
|
1531 |
("gdb-register-names-handler" function nil nil [163387 163750])
|
|
1532 |
("gdb-get-source-file-list" function nil nil [163754 164215])
|
|
1533 |
("gdb-get-main-selected-frame" function nil nil [164217 164487])
|
|
1534 |
("gdb-frame-handler" function nil nil [164489 165816])
|
|
1535 |
("gdb-prompt-name-regexp" variable
|
|
1536 |
(:constant-flag t
|
|
1537 |
:default-value (concat "value=\\(" gdb--string-regexp "\\)"))
|
|
1538 |
nil [165818 165899])
|
|
1539 |
("gdb-get-prompt" function nil nil [165901 166210])
|
|
1540 |
("gdb-display-buffer" function (:arguments ("buf")) nil [166235 166409])
|
|
1541 |
("gdb-preempt-existing-or-display-buffer" function (:arguments ("buf" "split-horizontal")) nil [166950 168209])
|
|
1542 |
("let" code nil nil [168247 169068])
|
|
1543 |
("let" code nil nil [169070 169869])
|
|
1544 |
("let" code nil nil [169871 171748])
|
|
1545 |
("define-key-after" code nil nil [172052 172366])
|
|
1546 |
("define-key-after" code nil nil [172368 172687])
|
|
1547 |
("gdb-frame-gdb-buffer" function (:user-visible-flag t) nil [172689 172826])
|
|
1548 |
("gdb-display-gdb-buffer" function (:user-visible-flag t) nil [172828 172943])
|
|
1549 |
("gdb-set-window-buffer" function (:arguments ("name" "ignore-dedicated" "window")) nil [172945 173364])
|
|
1550 |
("gdb-setup-windows" function nil nil [173366 174820])
|
|
1551 |
("define-minor-mode" code nil nil [174822 175299])
|
|
1552 |
("gdb-restore-windows" function (:user-visible-flag t) nil [175301 175916])
|
|
1553 |
("gdb-reset" function nil nil [175959 177433])
|
|
1554 |
("gdb-get-source-file" function nil nil [177435 177979])
|
|
1555 |
("gdb-put-string" function (:arguments ("putstring" "pos" "dprop" "sprops")) nil [177998 178758])
|
|
1556 |
("gdb-remove-strings" function (:arguments ("start" "end" "buffer")) nil [178781 179189])
|
|
1557 |
("gdb-put-breakpoint-icon" function (:arguments ("enabled" "bptno" "line")) nil [179191 182189])
|
|
1558 |
("gdb-remove-breakpoint-icons" function (:arguments ("start" "end" "remove-margin")) nil [182191 182571])
|
|
1559 |
("gud-gdb-fetch-lines-in-progress" variable nil nil [182613 182653])
|
|
1560 |
("gud-gdb-fetch-lines-string" variable nil nil [182654 182689])
|
|
1561 |
("gud-gdb-fetch-lines-break" variable nil nil [182690 182724])
|
|
1562 |
("gud-gdb-fetched-lines" variable nil nil [182725 182755])
|
|
1563 |
("gud-gdbmi-completions" function (:arguments ("context" "command")) nil [182757 183559])
|
|
1564 |
("gud-gdbmi-fetch-lines-filter" function (:arguments ("string")) nil [183561 183950])
|
|
1565 |
("gdb-mi" package nil nil [183952 183969]))
|
|
1566 |
:file "gdb-mi.el"
|
|
1567 |
:pointmax 183995
|
|
1568 |
:fsize 183994
|
|
1569 |
:lastmodtime '(23525 29600 0 0)
|
|
1570 |
:unmatched-syntax nil)
|
|
1571 |
(semanticdb-table "semanticdb-table"
|
|
1572 |
:major-mode emacs-lisp-mode
|
|
1573 |
:tags
|
|
1574 |
'( ("glasses" customgroup (:user-visible-flag t) nil [2365 2470])
|
|
1575 |
("glasses-separator" variable (:default-value "_") nil [2473 2983])
|
|
1576 |
("glasses-original-separator" variable (:default-value "_") nil [2986 3434])
|
|
1577 |
("glasses-face" variable nil nil [3437 3916])
|
|
1578 |
("glasses-separate-parentheses-p" variable (:default-value t) nil [3919 4077])
|
|
1579 |
("glasses-separate-parentheses-exceptions" variable (:default-value (quote ("^#[ ]*define[ ]*[A-Za-z0-9_-]* ?($"))) nil [4079 4397])
|
|
1580 |
("glasses-separate-capital-groups" variable (:default-value t) nil [4399 4725])
|
|
1581 |
("glasses-uncapitalize-p" variable nil nil [4727 5046])
|
|
1582 |
("glasses-uncapitalize-regexp" variable (:default-value "[a-z]") nil [5049 5410])
|
|
1583 |
("glasses-convert-on-write-p" variable nil nil [5413 5834])
|
|
1584 |
("glasses-custom-set" function (:arguments ("symbol" "value")) nil [5837 6080])
|
|
1585 |
("glasses-parenthesis-exception-p" function (:arguments ("beg" "end")) nil [6106 6467])
|
|
1586 |
("glasses-set-overlay-properties" function nil nil [6469 6956])
|
|
1587 |
("glasses-set-overlay-properties" code nil nil [6958 6990])
|
|
1588 |
("glasses-overlay-p" function (:arguments ("overlay")) nil [6993 7172])
|
|
1589 |
("glasses-make-overlay" function (:arguments ("beg" "end" "category")) nil [7175 7498])
|
|
1590 |
("glasses-make-readable" function (:arguments ("beg" "end")) nil [7501 9567])
|
|
1591 |
("glasses-make-unreadable" function (:arguments ("beg" "end")) nil [9570 9786])
|
|
1592 |
("glasses-convert-to-unreadable" function nil nil [9789 11119])
|
|
1593 |
("glasses-change" function (:arguments ("beg" "end" "_old-len")) nil [11122 11463])
|
|
1594 |
("define-minor-mode" code nil nil [11509 12378])
|
|
1595 |
("glasses" package nil nil [12395 12413]))
|
|
1596 |
:file "glasses.el"
|
|
1597 |
:pointmax 12441
|
|
1598 |
:fsize 12440
|
|
1599 |
:lastmodtime '(23525 29600 0 0)
|
|
1600 |
:unmatched-syntax nil)
|
|
1601 |
(semanticdb-table "semanticdb-table"
|
|
1602 |
:major-mode emacs-lisp-mode
|
|
1603 |
:tags
|
|
1604 |
'( ("ring" include nil nil [970 985])
|
|
1605 |
("button" include nil nil [986 1003])
|
|
1606 |
("xref" include nil nil [1004 1019])
|
|
1607 |
("tags-file-name" variable nil nil [1036 1338])
|
|
1608 |
("etags" customgroup (:user-visible-flag t) nil [1566 1617])
|
|
1609 |
("tags-case-fold-search" variable (:default-value (quote default)) nil [1634 2026])
|
|
1610 |
("tags-table-list" variable nil nil [2119 2500])
|
|
1611 |
("tags-compression-info-list" variable (:default-value (purecopy (quote ("" ".Z" ".bz2" ".gz" ".xz" ".tgz")))) nil [2517 2806])
|
|
1612 |
("tags-add-tables" variable (:default-value (quote ask-user)) nil [3299 3693])
|
|
1613 |
("tags-revert-without-query" variable nil nil [3695 3844])
|
|
1614 |
("tags-table-computed-list" variable nil nil [3846 4328])
|
|
1615 |
("tags-table-computed-list-for" variable nil nil [4330 4576])
|
|
1616 |
("tags-table-list-pointer" variable nil nil [4578 4767])
|
|
1617 |
("tags-table-list-started-at" variable nil nil [4769 4887])
|
|
1618 |
("tags-table-set-list" variable nil nil [4889 5051])
|
|
1619 |
("find-tag-hook" variable nil nil [5068 5314])
|
|
1620 |
("find-tag-default-function" variable nil nil [5331 5668])
|
|
1621 |
("define-obsolete-variable-alias" code nil nil [5670 5765])
|
|
1622 |
("tags-tag-face" variable (:default-value (quote default)) nil [5767 5900])
|
|
1623 |
("tags-apropos-verbose" variable nil nil [5902 6064])
|
|
1624 |
("tags-apropos-additional-actions" variable nil nil [6066 6983])
|
|
1625 |
("defvaralias" code nil nil [6985 7039])
|
|
1626 |
("make-obsolete-variable" code nil nil [7040 7163])
|
|
1627 |
("default-tags-table-function" variable nil nil [7165 7389])
|
|
1628 |
("tags-location-ring" variable (:default-value (make-ring xref-marker-ring-length)) nil [7391 7590])
|
|
1629 |
("tags-table-files" variable nil nil [7667 7832])
|
|
1630 |
("tags-completion-table" variable nil nil [7834 7921])
|
|
1631 |
("tags-included-tables" variable nil nil [7923 8016])
|
|
1632 |
("next-file-list" variable nil nil [8018 8093])
|
|
1633 |
("tags-table-format-functions" variable (:default-value (quote (etags-recognize-tags-table tags-recognize-empty-tags-table))) nil [8124 8503])
|
|
1634 |
("file-of-tag-function" variable nil nil [8505 8698])
|
|
1635 |
("tags-table-files-function" variable nil nil [8699 8809])
|
|
1636 |
("tags-completion-table-function" variable nil nil [8810 8904])
|
|
1637 |
("snarf-tag-function" variable nil nil [8905 9113])
|
|
1638 |
("goto-tag-location-function" variable nil nil [9114 9286])
|
|
1639 |
("find-tag-regexp-search-function" variable nil nil [9287 9407])
|
|
1640 |
("find-tag-regexp-tag-order" variable nil nil [9408 9516])
|
|
1641 |
("find-tag-regexp-next-line-after-failure-p" variable nil nil [9517 9636])
|
|
1642 |
("find-tag-search-function" variable nil nil [9637 9743])
|
|
1643 |
("find-tag-tag-order" variable nil nil [9744 9838])
|
|
1644 |
("find-tag-next-line-after-failure-p" variable nil nil [9839 9944])
|
|
1645 |
("list-tags-function" variable nil nil [9945 10032])
|
|
1646 |
("tags-apropos-function" variable nil nil [10033 10126])
|
|
1647 |
("tags-included-tables-function" variable nil nil [10127 10245])
|
|
1648 |
("verify-tags-table-function" variable nil nil [10246 10354])
|
|
1649 |
("initialize-new-tags-table" function nil nil [10357 11028])
|
|
1650 |
("tags-table-mode" function (:user-visible-flag t) nil [11045 11293])
|
|
1651 |
("visit-tags-table" function
|
|
1652 |
(:user-visible-flag t
|
|
1653 |
:arguments ("file" "local"))
|
|
1654 |
nil [11310 13392])
|
|
1655 |
("tags-table-check-computed-list" function nil nil [13394 15263])
|
|
1656 |
("tags-table-extend-computed-list" function nil nil [15265 16976])
|
|
1657 |
("tags-expand-table-name" function (:arguments ("file")) nil [16978 17189])
|
|
1658 |
("tags-table-list-member" function (:arguments ("file" "list")) nil [17321 17791])
|
|
1659 |
("tags-verify-table" function (:arguments ("file")) nil [17793 19502])
|
|
1660 |
("tags-table-including" function (:arguments ("this-file" "core-only")) nil [19913 21955])
|
|
1661 |
("tags-next-table" function nil nil [21957 22797])
|
|
1662 |
("visit-tags-table-buffer" function (:arguments ("cont" "cbuf")) nil [22814 29469])
|
|
1663 |
("tags-reset-tags-tables" function (:user-visible-flag t) nil [29471 30125])
|
|
1664 |
("file-of-tag" function (:arguments ("relative")) nil [30128 30460])
|
|
1665 |
("tags-table-files" function nil nil [30477 30825])
|
|
1666 |
("tags-included-tables" function nil nil [30827 31070])
|
|
1667 |
("tags-completion-table" function (:arguments ("buf")) nil [31073 32470])
|
|
1668 |
("tags-lazy-completion-table" function nil nil [32487 32943])
|
|
1669 |
("tags-completion-at-point-function" function nil nil [33190 33975])
|
|
1670 |
("find-tag-tag" function (:arguments ("string")) nil [33978 34546])
|
|
1671 |
("find-tag--default" function nil nil [34548 34711])
|
|
1672 |
("last-tag" variable nil nil [34713 34770])
|
|
1673 |
("find-tag-interactive" function (:arguments ("prompt" "no-default")) nil [34772 35185])
|
|
1674 |
("find-tag-history" variable nil nil [35187 35216])
|
|
1675 |
("etags-case-fold-search" variable nil nil [35252 35283])
|
|
1676 |
("etags-syntax-table" variable nil nil [35284 35311])
|
|
1677 |
("local-find-tag-hook" variable nil nil [35312 35340])
|
|
1678 |
("find-tag-noselect" function
|
|
1679 |
(:user-visible-flag t
|
|
1680 |
:arguments ("tagname" "next-p" "regexp-p"))
|
|
1681 |
nil [35357 38454])
|
|
1682 |
("find-tag" function (:arguments ("tagname" "next-p" "regexp-p")) nil [38471 39722])
|
|
1683 |
("find-tag-other-window" function (:arguments ("tagname" "next-p" "regexp-p")) nil [39739 41650])
|
|
1684 |
("find-tag-other-frame" function (:arguments ("tagname" "next-p")) nil [41667 42824])
|
|
1685 |
("find-tag-regexp" function (:arguments ("regexp" "next-p" "other-window")) nil [42841 43986])
|
|
1686 |
("defalias" code nil nil [44003 44050])
|
|
1687 |
("tag-lines-already-matched" variable nil nil [44054 44130])
|
|
1688 |
("find-tag-in-order" function (:arguments ("pattern" "search-forward-func" "order" "next-line-after-failure-p" "matching" "first-search")) nil [44161 48537])
|
|
1689 |
("tag-find-file-of-tag-noselect" function (:arguments ("file")) nil [48539 50383])
|
|
1690 |
("tag-find-file-of-tag" function (:arguments ("file")) nil [50385 50570])
|
|
1691 |
("etags-recognize-tags-table" function nil nil [50611 52240])
|
|
1692 |
("etags-verify-tags-table" function nil nil [52242 52438])
|
|
1693 |
("etags-file-of-tag" function (:arguments ("relative")) nil [52440 52772])
|
|
1694 |
("etags-tags-completion-table" function nil nil [52775 53856])
|
|
1695 |
("etags-snarf-tag" function (:arguments ("use-explicit")) nil [53858 55425])
|
|
1696 |
("etags-goto-tag-location" function (:arguments ("tag-info")) nil [55427 58237])
|
|
1697 |
("etags-list-tags" function (:arguments ("file")) nil [58239 59512])
|
|
1698 |
("tags-with-face" function (:arguments ("face" "body")) nil [59514 59845])
|
|
1699 |
("etags-tags-apropos-additional" function (:arguments ("regexp")) nil [59847 61084])
|
|
1700 |
("etags-tags-apropos" function (:arguments ("string")) nil [61086 63353])
|
|
1701 |
("etags-tags-table-files" function nil nil [63355 63750])
|
|
1702 |
("etags-tags-included-tables" function nil nil [63791 64299])
|
|
1703 |
("tags-recognize-empty-tags-table" function nil nil [64331 64930])
|
|
1704 |
("tag-exact-file-name-match-p" function (:arguments ("tag")) nil [65477 65745])
|
|
1705 |
("tag-file-name-match-p" function (:arguments ("tag")) nil [65870 66092])
|
|
1706 |
("tag-exact-match-p" function (:arguments ("tag")) nil [66426 66877])
|
|
1707 |
("tag-implicit-name-match-p" function (:arguments ("tag")) nil [66994 67550])
|
|
1708 |
("tag-symbol-match-p" function (:arguments ("tag")) nil [67679 67997])
|
|
1709 |
("tag-word-match-p" function (:arguments ("tag")) nil [68115 68375])
|
|
1710 |
("tag-partial-file-name-match-p" function (:arguments ("_tag")) nil [68513 68882])
|
|
1711 |
("tag-any-match-p" function (:arguments ("_tag")) nil [68957 69079])
|
|
1712 |
("tag-re-match-p" function (:arguments ("re")) nil [69141 69387])
|
|
1713 |
("tags-loop-revert-buffers" variable nil nil [69390 69782])
|
|
1714 |
("next-file" function
|
|
1715 |
(:user-visible-flag t
|
|
1716 |
:arguments ("initialize" "novisit"))
|
|
1717 |
nil [69799 72971])
|
|
1718 |
("tags-loop-operate" variable nil nil [72973 73065])
|
|
1719 |
("tags-loop-scan" variable (:default-value (quote (user-error "%s" (substitute-command-keys "No \\[tags-search] or \\[tags-query-replace] in progress")))) nil [73067 73394])
|
|
1720 |
("tags-loop-eval" function (:arguments ("form")) nil [73396 73707])
|
|
1721 |
("tags-loop-continue" function
|
|
1722 |
(:user-visible-flag t
|
|
1723 |
:arguments ("first-time"))
|
|
1724 |
nil [73725 75993])
|
|
1725 |
("tags-search" function
|
|
1726 |
(:user-visible-flag t
|
|
1727 |
:arguments ("regexp" "file-list-form"))
|
|
1728 |
nil [76010 76819])
|
|
1729 |
("tags-query-replace" function
|
|
1730 |
(:user-visible-flag t
|
|
1731 |
:arguments ("from" "to" "delimited" "file-list-form"))
|
|
1732 |
nil [76836 77943])
|
|
1733 |
("tags-complete-tags-table-file" function (:arguments ("string" "predicate" "what")) nil [77946 78308])
|
|
1734 |
("list-tags" function
|
|
1735 |
(:user-visible-flag t
|
|
1736 |
:arguments ("file" "_next-match"))
|
|
1737 |
nil [78325 79354])
|
|
1738 |
("tags-apropos" function (:arguments ("regexp")) nil [79371 80266])
|
|
1739 |
("define-button-type" code nil nil [80295 80444])
|
|
1740 |
("select-tags-table" function (:user-visible-flag t) nil [80534 82659])
|
|
1741 |
("select-tags-table-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map button-buffer-map) (define-key map "t" (quote push-button)) (define-key map " " (quote next-line)) (define-key map "" (quote previous-line)) (define-key map "n" (quote next-line)) (define-key map "p" (quote previous-line)) (define-key map "q" (quote select-tags-table-quit)) map)) nil [82661 83042])
|
|
1742 |
("define-derived-mode" code nil nil [83044 83226])
|
|
1743 |
("select-tags-table-select" function
|
|
1744 |
(:user-visible-flag t
|
|
1745 |
:arguments ("button"))
|
|
1746 |
nil [83228 83592])
|
|
1747 |
("select-tags-table-quit" function (:user-visible-flag t) nil [83594 83731])
|
|
1748 |
("complete-tag" function (:user-visible-flag t) nil [83749 84438])
|
|
1749 |
("etags--xref-limit" variable
|
|
1750 |
(:constant-flag t
|
|
1751 |
:default-value 1000)
|
|
1752 |
nil [84690 84723])
|
|
1753 |
("etags-xref-find-definitions-tag-order" variable (:default-value (quote (tag-exact-match-p tag-implicit-name-match-p))) nil [84725 84940])
|
|
1754 |
("etags--xref-backend" function nil nil [84957 84994])
|
|
1755 |
("cl-defmethod" code nil nil [84996 85090])
|
|
1756 |
("cl-defmethod" code nil nil [85092 85203])
|
|
1757 |
("cl-defmethod" code nil nil [85205 85316])
|
|
1758 |
("cl-defmethod" code nil nil [85318 85427])
|
|
1759 |
("etags--xref-find-definitions" function (:arguments ("pattern" "regexp?")) nil [85429 87179])
|
|
1760 |
("xref-etags-location" type
|
|
1761 |
(:typemodifiers (":documentation" "\"Location of an etags tag.\"")
|
|
1762 |
:superclasses "xref-location"
|
|
1763 |
:members
|
|
1764 |
( ("tag-info" variable (:type "list") nil nil)
|
|
1765 |
("file" variable (:type "string") nil nil))
|
|
1766 |
:type "class")
|
|
1767 |
nil [87181 87402])
|
|
1768 |
("xref-make-etags-location" function (:arguments ("tag-info" "file")) nil [87404 87557])
|
|
1769 |
("cl-defmethod" code nil nil [87559 87830])
|
|
1770 |
("cl-defmethod" code nil nil [87832 87940])
|
|
1771 |
("etags" package nil nil [87944 87960]))
|
|
1772 |
:file "etags.el"
|
|
1773 |
:pointmax 87985
|
|
1774 |
:fsize 87984
|
|
1775 |
:lastmodtime '(23525 29599 0 0)
|
|
1776 |
:unmatched-syntax nil)
|
|
1777 |
(semanticdb-table "semanticdb-table"
|
76bbd0
|
1778 |
:major-mode emacs-lisp-mode
|
C |
1779 |
:tags
|
|
1780 |
'( ("cl-lib" include nil nil [2861 2878])
|
|
1781 |
("eieio" include nil nil [2879 2895])
|
|
1782 |
("ring" include nil nil [2896 2911])
|
|
1783 |
("project" include nil nil [2912 2930])
|
|
1784 |
("semantic/symref" include nil nil [2953 2979])
|
|
1785 |
("xref" customgroup (:user-visible-flag t) nil [3004 3086])
|
|
1786 |
("xref-location" type
|
|
1787 |
(:typemodifiers (":documentation" "\"A location represents a position in a file or buffer.\"")
|
|
1788 |
:type "class")
|
|
1789 |
nil [3105 3208])
|
|
1790 |
("cl-defgeneric" code nil nil [3210 3293])
|
|
1791 |
("cl-defgeneric" code nil nil [3295 3427])
|
|
1792 |
("cl-defgeneric" code nil nil [3429 3539])
|
|
1793 |
("cl-defgeneric" code nil nil [3541 3624])
|
|
1794 |
("xref-file-location" type
|
e75a20
|
1795 |
(:typemodifiers (":documentation" "\"A file location is a file/line/column triple.
|
76bbd0
|
1796 |
Line numbers start from 1 and columns from 0.\"")
|
C |
1797 |
:superclasses "xref-location"
|
|
1798 |
:members
|
|
1799 |
( ("file" variable (:type "string") nil nil)
|
|
1800 |
("line" variable (:type "fixnum") nil nil)
|
|
1801 |
("column" variable (:type "fixnum") nil nil))
|
|
1802 |
:type "class")
|
|
1803 |
nil [3816 4152])
|
|
1804 |
("xref-make-file-location" function (:arguments ("file" "line" "column")) nil [4154 4329])
|
|
1805 |
("cl-defmethod" code nil nil [4331 4783])
|
|
1806 |
("cl-defmethod" code nil nil [4785 4860])
|
|
1807 |
("xref-buffer-location" type
|
|
1808 |
(:superclasses "xref-location"
|
|
1809 |
:members
|
|
1810 |
( ("buffer" variable (:type "buffer") nil nil)
|
|
1811 |
("position" variable (:type "fixnum") nil nil))
|
|
1812 |
:type "class")
|
|
1813 |
nil [4862 4998])
|
|
1814 |
("xref-make-buffer-location" function (:arguments ("buffer" "position")) nil [5000 5177])
|
|
1815 |
("cl-defmethod" code nil nil [5179 5344])
|
|
1816 |
("cl-defmethod" code nil nil [5346 5520])
|
|
1817 |
("xref-bogus-location" type
|
e75a20
|
1818 |
(:typemodifiers (":documentation" "\"Bogus locations are sometimes useful to
|
C |
1819 |
indicate errors, e.g. when we know that a function exists but the
|
76bbd0
|
1820 |
actual location is not known.\"")
|
C |
1821 |
:superclasses "xref-location"
|
|
1822 |
:members
|
|
1823 |
( ("message" variable (:type "string") nil nil))
|
|
1824 |
:type "class")
|
|
1825 |
nil [5522 5816])
|
|
1826 |
("xref-make-bogus-location" function (:arguments ("message")) nil [5818 5967])
|
|
1827 |
("cl-defmethod" code nil nil [5969 6067])
|
|
1828 |
("cl-defmethod" code nil nil [6069 6145])
|
|
1829 |
("xref-item" type
|
e75a20
|
1830 |
(:typemodifiers (":comment" "\"An xref item describes a reference to a location
|
76bbd0
|
1831 |
somewhere.\"")
|
C |
1832 |
:members
|
|
1833 |
( ("summary" variable
|
e75a20
|
1834 |
(:documentation "One line which will be displayed for
|
76bbd0
|
1835 |
this item in the output buffer."
|
C |
1836 |
:type "string")
|
|
1837 |
nil nil)
|
e75a20
|
1838 |
("location" variable (:documentation "An object describing how to navigate
|
76bbd0
|
1839 |
to the reference's target.") nil nil))
|
C |
1840 |
:type "class")
|
|
1841 |
nil [6170 6614])
|
|
1842 |
("xref-make" function (:arguments ("summary" "location")) nil [6616 6838])
|
|
1843 |
("xref-match-item" type
|
|
1844 |
(:typemodifiers (":comment" "\"A match xref item describes a search result.\"")
|
|
1845 |
:members
|
|
1846 |
( ("summary" variable (:type "string") nil nil)
|
|
1847 |
("location" variable (:type "xref-file-location") nil nil)
|
|
1848 |
("length" variable nil nil nil))
|
|
1849 |
:type "class")
|
|
1850 |
nil [6840 7176])
|
|
1851 |
("xref-make-match" function (:arguments ("summary" "location" "length")) nil [7178 7500])
|
|
1852 |
("xref-backend-functions" variable nil nil [7513 7826])
|
|
1853 |
("add-hook" code nil nil [8027 8085])
|
|
1854 |
("xref-find-backend" function nil nil [8102 8191])
|
|
1855 |
("cl-defgeneric" code nil nil [8193 8750])
|
|
1856 |
("cl-defgeneric" code nil nil [8752 9277])
|
|
1857 |
("cl-defgeneric" code nil nil [9279 9381])
|
|
1858 |
("cl-defgeneric" code nil nil [9383 9979])
|
|
1859 |
("cl-defgeneric" code nil nil [9981 10097])
|
|
1860 |
("xref--alistify" function (:arguments ("list" "key" "test")) nil [10120 10647])
|
|
1861 |
("xref--insert-propertized" function (:arguments ("props" "strings")) nil [10649 10851])
|
|
1862 |
("xref--search-property" function (:arguments ("property" "backward")) nil [10853 11505])
|
|
1863 |
("xref-marker-ring-length" variable (:default-value 16) nil [11551 11642])
|
|
1864 |
("xref-prompt-for-identifier" variable (:default-value (quote (not xref-find-definitions xref-find-definitions-other-window xref-find-definitions-other-frame))) nil [11644 12513])
|
|
1865 |
("xref-after-jump-hook" variable (:default-value (quote (recenter xref-pulse-momentarily))) nil [12515 12677])
|
|
1866 |
("xref-after-return-hook" variable (:default-value (quote (xref-pulse-momentarily))) nil [12679 12814])
|
|
1867 |
("xref--marker-ring" variable (:default-value (make-ring xref-marker-ring-length)) nil [12816 12929])
|
|
1868 |
("xref-push-marker-stack" function (:arguments ("m")) nil [12931 13097])
|
|
1869 |
("xref-pop-marker-stack" function (:user-visible-flag t) nil [13114 13629])
|
|
1870 |
("xref--current-item" variable nil nil [13631 13662])
|
|
1871 |
("xref-pulse-momentarily" function nil nil [13664 14177])
|
|
1872 |
("xref-clear-marker-stack" function nil nil [14202 14434])
|
|
1873 |
("xref-marker-stack-empty-p" function nil nil [14451 14580])
|
|
1874 |
("xref--goto-char" function (:arguments ("pos")) nil [14585 14795])
|
|
1875 |
("xref--goto-location" function (:arguments ("location")) nil [14797 15017])
|
|
1876 |
("xref--pop-to-location" function (:arguments ("item" "action")) nil [15019 15742])
|
|
1877 |
("xref-buffer-name" variable
|
|
1878 |
(:constant-flag t
|
|
1879 |
:default-value "*xref*")
|
|
1880 |
nil [15834 15912])
|
|
1881 |
("xref--with-dedicated-window" function (:arguments ("body")) nil [15914 16292])
|
|
1882 |
("defvar-local" code nil nil [16294 16407])
|
|
1883 |
("defvar-local" code nil nil [16409 16508])
|
|
1884 |
("xref--show-pos-in-buf" function (:arguments ("pos" "buf")) nil [16510 18082])
|
|
1885 |
("xref--show-location" function (:arguments ("location" "select")) nil [18084 18886])
|
|
1886 |
("xref-show-location-at-point" function (:user-visible-flag t) nil [18888 19162])
|
|
1887 |
("xref-next-line" function (:user-visible-flag t) nil [19164 19350])
|
|
1888 |
("xref-prev-line" function (:user-visible-flag t) nil [19352 19544])
|
|
1889 |
("xref--item-at-point" function nil nil [19546 19664])
|
|
1890 |
("xref-goto-xref" function
|
|
1891 |
(:user-visible-flag t
|
|
1892 |
:arguments ("quit"))
|
|
1893 |
nil [19666 20025])
|
|
1894 |
("xref-quit-and-goto-xref" function (:user-visible-flag t) nil [20027 20157])
|
|
1895 |
("xref-query-replace-in-results" function
|
|
1896 |
(:user-visible-flag t
|
|
1897 |
:arguments ("from" "to"))
|
|
1898 |
nil [20159 20967])
|
|
1899 |
("xref--buf-pairs-iterator" function (:arguments ("xrefs")) nil [20969 22849])
|
|
1900 |
("xref--outdated-p" function (:arguments ("item" "line-text")) nil [22851 23430])
|
|
1901 |
("xref--query-replace-1" function (:arguments ("from" "to" "iter")) nil [23460 25026])
|
|
1902 |
("xref--xref-buffer-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map (kbd "n") (function xref-next-line)) (define-key map (kbd "p") (function xref-prev-line)) (define-key map (kbd "r") (function xref-query-replace-in-results)) (define-key map (kbd "RET") (function xref-goto-xref)) (define-key map (kbd "TAB") (function xref-quit-and-goto-xref)) (define-key map (kbd "C-o") (function xref-show-location-at-point)) (define-key map (kbd ".") (function xref-next-line)) (define-key map (kbd ",") (function xref-prev-line)) map)) nil [25028 25608])
|
|
1903 |
("define-derived-mode" code nil nil [25610 25850])
|
|
1904 |
("xref--next-error-function" function (:arguments ("n" "reset?")) nil [25852 26503])
|
|
1905 |
("xref--button-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [(control 109)] (function xref-goto-xref)) (define-key map [mouse-1] (function xref-goto-xref)) (define-key map [mouse-2] (function xref--mouse-2)) map)) nil [26505 26723])
|
|
1906 |
("xref--mouse-2" function
|
|
1907 |
(:user-visible-flag t
|
|
1908 |
:arguments ("event"))
|
|
1909 |
nil [26725 26947])
|
|
1910 |
("xref--insert-xrefs" function (:arguments ("xref-alist")) nil [26949 28735])
|
|
1911 |
("xref--analyze" function (:arguments ("xrefs")) nil [28737 29008])
|
|
1912 |
("xref--show-xref-buffer" function (:arguments ("xrefs" "alist")) nil [29010 29607])
|
|
1913 |
("xref-show-xrefs-function" variable (:default-value (quote xref--show-xref-buffer)) nil [29947 30045])
|
|
1914 |
("xref--read-identifier-history" variable nil nil [30047 30089])
|
|
1915 |
("xref--read-pattern-history" variable nil nil [30091 30130])
|
|
1916 |
("xref--show-xrefs" function (:arguments ("xrefs" "display-action" "always-show-list")) nil [30132 30528])
|
|
1917 |
("xref--prompt-p" function (:arguments ("command")) nil [30530 30771])
|
|
1918 |
("xref--read-identifier" function (:arguments ("prompt")) nil [30773 31613])
|
|
1919 |
("xref--find-xrefs" function (:arguments ("input" "kind" "arg" "display-action")) nil [31631 31957])
|
|
1920 |
("xref--find-definitions" function (:arguments ("id" "display-action")) nil [31959 32064])
|
|
1921 |
("xref-find-definitions" function
|
|
1922 |
(:user-visible-flag t
|
|
1923 |
:arguments ("identifier"))
|
|
1924 |
nil [32081 32597])
|
|
1925 |
("xref-find-definitions-other-window" function
|
|
1926 |
(:user-visible-flag t
|
|
1927 |
:arguments ("identifier"))
|
|
1928 |
nil [32614 32851])
|
|
1929 |
("xref-find-definitions-other-frame" function
|
|
1930 |
(:user-visible-flag t
|
|
1931 |
:arguments ("identifier"))
|
|
1932 |
nil [32868 33102])
|
|
1933 |
("xref-find-references" function
|
|
1934 |
(:user-visible-flag t
|
|
1935 |
:arguments ("identifier"))
|
|
1936 |
nil [33119 33386])
|
|
1937 |
("declare-function" code nil nil [33388 33448])
|
|
1938 |
("xref-find-apropos" function
|
|
1939 |
(:user-visible-flag t
|
|
1940 |
:arguments ("pattern"))
|
|
1941 |
nil [33465 34163])
|
|
1942 |
("xref-etags-mode--saved" variable nil nil [34626 34661])
|
|
1943 |
("define-minor-mode" code nil nil [34663 35119])
|
|
1944 |
("declare-function" code nil nil [35121 35185])
|
|
1945 |
("declare-function" code nil nil [35186 35253])
|
|
1946 |
("declare-function" code nil nil [35254 35300])
|
|
1947 |
("ede-minor-mode" variable nil nil [35301 35324])
|
|
1948 |
("xref-collect-references" function (:arguments ("symbol" "dir")) nil [35336 36774])
|
|
1949 |
("xref-collect-matches" function (:arguments ("regexp" "files" "dir" "ignores")) nil [36791 38905])
|
|
1950 |
("xref--rgrep-command" function (:arguments ("regexp" "files" "dir" "ignores")) nil [38907 39564])
|
|
1951 |
("xref--find-ignores-arguments" function (:arguments ("ignores" "dir")) nil [39566 40368])
|
|
1952 |
("xref--regexp-to-extended" function (:arguments ("str")) nil [40370 40982])
|
|
1953 |
("xref--regexp-syntax-dependent-p" function (:arguments ("str")) nil [40984 41408])
|
|
1954 |
("xref--last-visiting-buffer" variable nil nil [41410 41449])
|
|
1955 |
("xref--temp-buffer-file-name" variable nil nil [41450 41490])
|
|
1956 |
("xref--convert-hits" function (:arguments ("hits" "regexp")) nil [41492 41784])
|
|
1957 |
("xref--collect-matches" function (:arguments ("hit" "regexp" "tmp-buffer")) nil [41786 43360])
|
|
1958 |
("xref--collect-matches-1" function (:arguments ("regexp" "file" "line" "line-beg" "line-end" "syntax-needed")) nil [43362 44288])
|
|
1959 |
("xref--find-buffer-visiting" function (:arguments ("file")) nil [44290 44511])
|
|
1960 |
("xref" package nil nil [44513 44528]))
|
5cb5f7
|
1961 |
:file "xref.el"
|
76bbd0
|
1962 |
:pointmax 44552
|
5cb5f7
|
1963 |
:fsize 44551
|
76bbd0
|
1964 |
:lastmodtime '(23525 29604 0 0)
|
C |
1965 |
:unmatched-syntax '((close-paren 2979 . 2980) (symbol 2933 . 2950) (open-paren 2932 . 2933)))
|
|
1966 |
(semanticdb-table "semanticdb-table"
|
e75a20
|
1967 |
:major-mode emacs-lisp-mode
|
C |
1968 |
:tags
|
|
1969 |
'( ("cl-generic" include nil nil [3968 3989])
|
|
1970 |
("project-find-functions" variable (:default-value (list (function project-try-vc))) nil [3991 4280])
|
|
1971 |
("project-current" function (:arguments ("maybe-prompt" "dir")) nil [4297 5030])
|
|
1972 |
("project--find-in-directory" function (:arguments ("dir")) nil [5032 5137])
|
|
1973 |
("cl-defgeneric" code nil nil [5139 5471])
|
|
1974 |
("cl-defgeneric" code nil nil [5530 6055])
|
|
1975 |
("cl-defgeneric" code nil nil [6057 6542])
|
|
1976 |
("cl-defgeneric" code nil nil [6544 7555])
|
|
1977 |
("cl-defmethod" code nil nil [7557 7637])
|
|
1978 |
("project-vc" customgroup (:user-visible-flag t) nil [7639 7747])
|
|
1979 |
("project-vc-ignores" variable nil nil [7749 7877])
|
|
1980 |
("project-vc-external-roots-function" variable (:default-value (lambda nil tags-table-list)) nil [9317 9658])
|
|
1981 |
("project-try-vc" function (:arguments ("dir")) nil [9660 9897])
|
|
1982 |
("cl-defmethod" code nil nil [9899 9972])
|
|
1983 |
("cl-defmethod" code nil nil [9974 10219])
|
|
1984 |
("cl-defmethod" code nil nil [10221 10720])
|
|
1985 |
("project-combine-directories" function (:arguments ("lists-of-dirs")) nil [10722 11448])
|
|
1986 |
("project-subtract-directories" function (:arguments ("files" "dirs")) nil [11450 11727])
|
|
1987 |
("project--value-in-dir" function (:arguments ("var" "dir")) nil [11729 11936])
|
|
1988 |
("declare-function" code nil nil [11938 11979])
|
|
1989 |
("declare-function" code nil nil [11980 12022])
|
|
1990 |
("declare-function" code nil nil [12023 12081])
|
|
1991 |
("declare-function" code nil nil [12082 12136])
|
|
1992 |
("project-find-regexp" function
|
|
1993 |
(:user-visible-flag t
|
|
1994 |
:arguments ("regexp"))
|
|
1995 |
nil [12153 12952])
|
|
1996 |
("project-or-external-find-regexp" function
|
|
1997 |
(:user-visible-flag t
|
|
1998 |
:arguments ("regexp"))
|
|
1999 |
nil [12969 13409])
|
|
2000 |
("project--read-regexp" function nil nil [13411 13571])
|
|
2001 |
("project--find-regexp-in" function (:arguments ("dirs" "regexp" "project")) nil [13573 14066])
|
|
2002 |
("project-find-file" function (:user-visible-flag t) nil [14083 14398])
|
|
2003 |
("project-or-external-find-file" function (:user-visible-flag t) nil [14415 14829])
|
|
2004 |
("project-find-file-in" function (:arguments ("filename" "dirs" "project")) nil [14831 15228])
|
|
2005 |
("project--completing-read-strict" function (:arguments ("prompt" "collection" "predicate" "hist" "default" "inherit-input-method")) nil [15230 16222])
|
|
2006 |
("project" package nil nil [16224 16242]))
|
76bbd0
|
2007 |
:file "project.el"
|
e75a20
|
2008 |
:pointmax 16268
|
76bbd0
|
2009 |
:fsize 16267
|
e75a20
|
2010 |
:lastmodtime '(23525 29603 0 0)
|
C |
2011 |
:unmatched-syntax nil)
|
76bbd0
|
2012 |
(semanticdb-table "semanticdb-table"
|
C |
2013 |
:major-mode emacs-lisp-mode
|
|
2014 |
:tags
|
|
2015 |
'( ("cl-generic" include nil nil [1015 1036])
|
|
2016 |
("lisp-mode" include nil nil [1037 1057])
|
|
2017 |
("cl-lib" include nil nil [1077 1094])
|
|
2018 |
("define-abbrev-table" code nil nil [1097 1277])
|
|
2019 |
("emacs-lisp-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table lisp--mode-syntax-table))) (modify-syntax-entry 91 "(] " table) (modify-syntax-entry 93 ")[ " table) table)) nil [1279 1518])
|
|
2020 |
("emacs-lisp-mode-map" variable (:default-value (let ((map (make-sparse-keymap "Emacs-Lisp")) (menu-map (make-sparse-keymap "Emacs-Lisp")) (lint-map (make-sparse-keymap)) (prof-map (make-sparse-keymap)) (tracing-map (make-sparse-keymap))) (set-keymap-parent map lisp-mode-shared-map) (define-key map " " (quote completion-at-point)) (define-key map "" (quote eval-defun)) (define-key map "" (quote indent-pp-sexp)) (bindings--define-key map [menu-bar emacs-lisp] (cons "Emacs-Lisp" menu-map)) (bindings--define-key menu-map [eldoc] (quote (menu-item "Auto-Display Documentation Strings" eldoc-mode :button (:toggle bound-and-true-p eldoc-mode) :help "Display the documentation string for the item under cursor"))) (bindings--define-key menu-map [checkdoc] (quote (menu-item "Check Documentation Strings" checkdoc :help "Check documentation strings for style requirements"))) (bindings--define-key menu-map [re-builder] (quote (menu-item "Construct Regexp" re-builder :help "Construct a regexp interactively"))) (bindings--define-key menu-map [tracing] (cons "Tracing" tracing-map)) (bindings--define-key tracing-map [tr-a] (quote (menu-item "Untrace All" untrace-all :help "Untrace all currently traced functions"))) (bindings--define-key tracing-map [tr-uf] (quote (menu-item "Untrace Function..." untrace-function :help "Untrace function, and possibly activate all remaining advice"))) (bindings--define-key tracing-map [tr-sep] menu-bar-separator) (bindings--define-key tracing-map [tr-q] (quote (menu-item "Trace Function Quietly..." trace-function-background :help "Trace the function with trace output going quietly to a buffer"))) (bindings--define-key tracing-map [tr-f] (quote (menu-item "Trace Function..." trace-function :help "Trace the function given as an argument"))) (bindings--define-key menu-map [profiling] (cons "Profiling" prof-map)) (bindings--define-key prof-map [prof-restall] (quote (menu-item "Remove Instrumentation for All Functions" elp-restore-all :help "Restore the original definitions of all functions being profiled"))) (bindings--define-key prof-map [prof-restfunc] (quote (menu-item "Remove Instrumentation for Function..." elp-restore-function :help "Restore an instrumented function to its original definition"))) (bindings--define-key prof-map [sep-rem] menu-bar-separator) (bindings--define-key prof-map [prof-resall] (quote (menu-item "Reset Counters for All Functions" elp-reset-all :help "Reset the profiling information for all functions being profiled"))) (bindings--define-key prof-map [prof-resfunc] (quote (menu-item "Reset Counters for Function..." elp-reset-function :help "Reset the profiling information for a function"))) (bindings--define-key prof-map [prof-res] (quote (menu-item "Show Profiling Results" elp-results :help "Display current profiling results"))) (bindings--define-key prof-map [prof-pack] (quote (menu-item "Instrument Package..." elp-instrument-package :help "Instrument for profiling all function that start with a prefix"))) (bindings--define-key prof-map [prof-func] (quote (menu-item "Instrument Function..." elp-instrument-function :help "Instrument a function for profiling"))) (bindings--define-key prof-map [sep-natprof] menu-bar-separator) (bindings--define-key prof-map [prof-natprof-stop] (quote (menu-item "Stop Native Profiler" profiler-stop :help "Stop recording profiling information" :enable (and (featurep (quote profiler)) (profiler-running-p))))) (bindings--define-key prof-map [prof-natprof-report] (quote (menu-item "Show Profiler Report" profiler-report :help "Show the current profiler report" :enable (and (featurep (quote profiler)) (profiler-running-p))))) (bindings--define-key prof-map [prof-natprof-start] (quote (menu-item "Start Native Profiler..." profiler-start :help "Start recording profiling information"))) (bindings--define-key menu-map [lint] (cons "Linting" lint-map)) (bindings--define-key lint-map [lint-di] (quote (menu-item "Lint Directory..." elint-directory :help "Lint a directory"))) (bindings--define-key lint-map [lint-f] (quote (menu-item "Lint File..." elint-file :help "Lint a file"))) (bindings--define-key lint-map [lint-b] (quote (menu-item "Lint Buffer" elint-current-buffer :help "Lint the current buffer"))) (bindings--define-key lint-map [lint-d] (quote (menu-item "Lint Defun" elint-defun :help "Lint the function at point"))) (bindings--define-key menu-map [edebug-defun] (quote (menu-item "Instrument Function for Debugging" edebug-defun :help "Evaluate the top level form point is in, stepping through with Edebug" :keys "C-u C-M-x"))) (bindings--define-key menu-map [separator-byte] menu-bar-separator) (bindings--define-key menu-map [disas] (quote (menu-item "Disassemble Byte Compiled Object..." disassemble :help "Print disassembled code for OBJECT in a buffer"))) (bindings--define-key menu-map [byte-recompile] (quote (menu-item "Byte-recompile Directory..." byte-recompile-directory :help "Recompile every `.el' file in DIRECTORY that needs recompilation"))) (bindings--define-key menu-map [emacs-byte-compile-and-load] (quote (menu-item "Byte-compile and Load" emacs-lisp-byte-compile-and-load :help "Byte-compile the current file (if it has changed), then load compiled code"))) (bindings--define-key menu-map [byte-compile] (quote (menu-item "Byte-compile This File" emacs-lisp-byte-compile :help "Byte compile the file containing the current buffer"))) (bindings--define-key menu-map [separator-eval] menu-bar-separator) (bindings--define-key menu-map [ielm] (quote (menu-item "Interactive Expression Evaluation" ielm :help "Interactively evaluate Emacs Lisp expressions"))) (bindings--define-key menu-map [eval-buffer] (quote (menu-item "Evaluate Buffer" eval-buffer :help "Execute the current buffer as Lisp code"))) (bindings--define-key menu-map [eval-region] (quote (menu-item "Evaluate Region" eval-region :help "Execute the region as Lisp code" :enable mark-active))) (bindings--define-key menu-map [eval-sexp] (quote (menu-item "Evaluate Last S-expression" eval-last-sexp :help "Evaluate sexp before point; print value in echo area"))) (bindings--define-key menu-map [separator-format] menu-bar-separator) (bindings--define-key menu-map [comment-region] (quote (menu-item "Comment Out Region" comment-region :help "Comment or uncomment each line in the region" :enable mark-active))) (bindings--define-key menu-map [indent-region] (quote (menu-item "Indent Region" indent-region :help "Indent each nonblank line in the region" :enable mark-active))) (bindings--define-key menu-map [indent-line] (quote (menu-item "Indent Line" lisp-indent-line))) map)) nil [1520 8608])
|
|
2021 |
("emacs-lisp-byte-compile" function (:user-visible-flag t) nil [8610 8839])
|
|
2022 |
("emacs-lisp-byte-compile-and-load" function (:user-visible-flag t) nil [8841 9317])
|
|
2023 |
("emacs-lisp-macroexpand" function (:user-visible-flag t) nil [9319 9821])
|
|
2024 |
("emacs-lisp-mode-hook" variable nil nil [9823 10001])
|
|
2025 |
("define-derived-mode" code nil nil [10018 11242])
|
|
2026 |
("elisp--font-lock-flush-elisp-buffers" function (:arguments ("file")) nil [11270 11871])
|
|
2027 |
("elisp--local-variables-1" function (:arguments ("vars" "sexp")) nil [11908 13973])
|
|
2028 |
("warning-minimum-log-level" variable nil nil [13975 14009])
|
|
2029 |
("elisp--local-variables" function nil nil [14011 15651])
|
|
2030 |
("elisp--local-variables-completion-table" variable (:default-value (let ((lastpos nil) (lastvars nil)) (letrec ((hookfun (lambda nil (setq lastpos nil) (remove-hook (quote post-command-hook) hookfun)))) (completion-table-dynamic (lambda (_string) (save-excursion (skip-syntax-backward "_w") (let ((newpos (cons (point) (current-buffer)))) (unless (equal lastpos newpos) (add-hook (quote post-command-hook) hookfun) (setq lastpos newpos) (setq lastvars (mapcar (function symbol-name) (elisp--local-variables)))))) lastvars))))) nil [15653 16626])
|
|
2031 |
("elisp--expect-function-p" function (:arguments ("pos")) nil [16628 17320])
|
|
2032 |
("elisp--form-quoted-p" function (:arguments ("pos")) nil [17322 18171])
|
|
2033 |
("elisp--company-doc-buffer" function (:arguments ("str")) nil [18757 19484])
|
|
2034 |
("elisp--company-doc-string" function (:arguments ("str")) nil [19486 19805])
|
|
2035 |
("declare-function" code nil nil [19857 19915])
|
|
2036 |
("declare-function" code nil nil [19916 19995])
|
|
2037 |
("elisp--company-location" function (:arguments ("str")) nil [19997 20421])
|
|
2038 |
("elisp-completion-at-point" function nil nil [20423 27137])
|
|
2039 |
("lisp-completion-at-point" function (:arguments ("_predicate")) nil [27139 27280])
|
|
2040 |
("declare-function" code nil nil [27300 27360])
|
|
2041 |
("declare-function" code nil nil [27361 27415])
|
|
2042 |
("declare-function" code nil nil [27416 27478])
|
|
2043 |
("elisp--xref-backend" function nil nil [27480 27517])
|
|
2044 |
("elisp--xref-format" variable (:default-value (let ((str "(%s %s)")) (put-text-property 1 3 (quote face) (quote font-lock-keyword-face) str) (put-text-property 4 6 (quote face) (quote font-lock-function-name-face) str) str)) nil [27652 27843])
|
|
2045 |
("elisp--xref-format-extra" variable (:default-value (let ((str "(%s %s %s)")) (put-text-property 1 3 (quote face) (quote font-lock-keyword-face) str) (put-text-property 4 6 (quote face) (quote font-lock-function-name-face) str) str)) nil [27978 28178])
|
|
2046 |
("find-feature-regexp" variable nil nil [28180 28208])
|
|
2047 |
("elisp--xref-make-xref" function (:arguments ("type" "symbol" "file" "summary")) nil [28228 28642])
|
|
2048 |
("elisp-xref-find-def-functions" variable nil nil [28644 28983])
|
|
2049 |
("cl-defmethod" code nil nil [28985 29390])
|
|
2050 |
("elisp--xref-find-definitions" function (:arguments ("symbol")) nil [29392 37099])
|
|
2051 |
("declare-function" code nil nil [37101 37152])
|
|
2052 |
("cl-defmethod" code nil nil [37154 37397])
|
|
2053 |
("elisp--xref-identifier-completion-table" variable (:default-value (apply-partially (function completion-table-with-predicate) obarray (lambda (sym) (or (boundp sym) (fboundp sym) (featurep sym) (facep sym))) (quote strict))) nil [37399 37744])
|
|
2054 |
("cl-defmethod" code nil nil [37746 37868])
|
|
2055 |
("cl-defstruct" code nil nil [37870 38048])
|
|
2056 |
("cl-defmethod" code nil nil [38050 38413])
|
|
2057 |
("cl-defmethod" code nil nil [38415 38506])
|
|
2058 |
("elisp-load-path-roots" function nil nil [38508 38628])
|
e75a20
|
2059 |
("lisp-interaction-mode-map" variable (:default-value (let ((map (make-sparse-keymap)) (menu-map (make-sparse-keymap "Lisp-Interaction"))) (set-keymap-parent map lisp-mode-shared-map) (define-key map "" (quote eval-defun)) (define-key map "" (quote indent-pp-sexp)) (define-key map " " (quote completion-at-point)) (define-key map "
|
76bbd0
|
2060 |
" (quote eval-print-last-sexp)) (bindings--define-key map [menu-bar lisp-interaction] (cons "Lisp-Interaction" menu-map)) (bindings--define-key menu-map [eval-defun] (quote (menu-item "Evaluate Defun" eval-defun :help "Evaluate the top-level form containing point, or after point"))) (bindings--define-key menu-map [eval-print-last-sexp] (quote (menu-item "Evaluate and Print" eval-print-last-sexp :help "Evaluate sexp before point; print value into current buffer"))) (bindings--define-key menu-map [edebug-defun-lisp-interaction] (quote (menu-item "Instrument Function for Debugging" edebug-defun :help "Evaluate the top level form point is in, stepping through with Edebug" :keys "C-u C-M-x"))) (bindings--define-key menu-map [indent-pp-sexp] (quote (menu-item "Indent or Pretty-Print" indent-pp-sexp :help "Indent each line of the list starting just after point, or prettyprint it"))) (bindings--define-key menu-map [complete-symbol] (quote (menu-item "Complete Lisp Symbol" completion-at-point :help "Perform completion on Lisp symbol preceding point"))) map)) nil [38658 40204])
|
C |
2061 |
("define-derived-mode" code nil nil [40206 40770])
|
|
2062 |
("emacs-list-byte-code-comment-re" variable
|
|
2063 |
(:constant-flag t
|
|
2064 |
:default-value (concat "\\(#\\)@\\([0-9]+\\) " "\\(?:[^(]\\|([^\"]\\)"))
|
|
2065 |
nil [40823 41013])
|
|
2066 |
("elisp--byte-code-comment" function (:arguments ("end" "_point")) nil [41016 42284])
|
|
2067 |
("elisp-byte-code-syntax-propertize" function (:arguments ("start" "end")) nil [42286 42554])
|
|
2068 |
("add-to-list" code nil nil [42571 42639])
|
|
2069 |
("define-derived-mode" code nil nil [42655 42971])
|
|
2070 |
("eval-print-last-sexp" function
|
|
2071 |
(:user-visible-flag t
|
|
2072 |
:arguments ("eval-last-sexp-arg-internal"))
|
|
2073 |
nil [43013 43775])
|
|
2074 |
("last-sexp-setup-props" function (:arguments ("beg" "end" "value" "alt1" "alt2")) nil [43778 44570])
|
|
2075 |
("elisp-last-sexp-toggle-display" function
|
|
2076 |
(:user-visible-flag t
|
|
2077 |
:arguments ("_arg"))
|
|
2078 |
nil [44573 45353])
|
|
2079 |
("prin1-char" function (:arguments ("char")) nil [45355 46523])
|
|
2080 |
("elisp--preceding-sexp" function nil nil [46525 48762])
|
|
2081 |
("define-obsolete-function-alias" code nil nil [48763 48841])
|
|
2082 |
("elisp--eval-last-sexp" function (:arguments ("eval-last-sexp-arg-internal")) nil [48843 49626])
|
|
2083 |
("elisp--eval-last-sexp-print-value" function (:arguments ("value" "output" "no-truncate" "char-print-limit")) nil [49628 50570])
|
|
2084 |
("elisp--eval-last-sexp-fake-value" variable (:default-value (make-symbol "t")) nil [50573 50632])
|
|
2085 |
("eval-sexp-add-defvars" function (:arguments ("exp" "pos")) nil [50634 51483])
|
|
2086 |
("eval-last-sexp" function
|
|
2087 |
(:user-visible-flag t
|
|
2088 |
:arguments ("eval-last-sexp-arg-internal"))
|
|
2089 |
nil [51485 52669])
|
|
2090 |
("elisp--eval-defun-1" function (:arguments ("form")) nil [52671 54620])
|
|
2091 |
("elisp--eval-defun" function nil nil [54622 56383])
|
|
2092 |
("eval-defun" function
|
|
2093 |
(:user-visible-flag t
|
|
2094 |
:arguments ("edebug-it"))
|
|
2095 |
nil [56385 58002])
|
|
2096 |
("elisp--eldoc-last-data" variable (:default-value (make-vector 3 nil)) nil [58023 58355])
|
|
2097 |
("elisp-eldoc-documentation-function" function nil nil [58357 58879])
|
|
2098 |
("elisp-get-fnsym-args-string" function (:arguments ("sym" "index" "prefix")) nil [58881 60354])
|
|
2099 |
("elisp--highlight-function-argument" function (:arguments ("sym" "args" "index" "prefix")) nil [60356 65676])
|
|
2100 |
("elisp-get-var-docstring" function (:arguments ("sym")) nil [65769 66338])
|
|
2101 |
("elisp--last-data-store" function (:arguments ("symbol" "doc" "type")) nil [66340 66512])
|
|
2102 |
("elisp--docstring-first-line" function (:arguments ("doc")) nil [66623 67094])
|
|
2103 |
("elisp--fnsym-in-current-sexp" function nil nil [67159 67577])
|
|
2104 |
("elisp--beginning-of-sexp" function nil nil [67687 68238])
|
|
2105 |
("elisp--current-symbol" function nil nil [68298 68456])
|
|
2106 |
("elisp-function-argstring" function (:arguments ("arglist")) nil [68458 68920])
|
|
2107 |
("checkdoc-create-error-function" variable nil nil [69122 69161])
|
|
2108 |
("checkdoc-autofix-flag" variable nil nil [69162 69192])
|
|
2109 |
("checkdoc-generate-compile-warnings-flag" variable nil nil [69193 69241])
|
|
2110 |
("checkdoc-diagnostic-buffer" variable nil nil [69242 69277])
|
|
2111 |
("elisp-flymake-checkdoc" function (:arguments ("report-fn" "_args")) nil [69294 70441])
|
|
2112 |
("elisp-flymake--byte-compile-done" function (:arguments ("report-fn" "source-buffer" "output-buffer")) nil [70443 71717])
|
|
2113 |
("defvar-local" code nil nil [71719 71837])
|
|
2114 |
("elisp-flymake-byte-compile" function (:arguments ("report-fn" "_args")) nil [71854 74162])
|
|
2115 |
("elisp-flymake--batch-compile-for-flymake" function
|
|
2116 |
(:user-visible-flag t
|
|
2117 |
:arguments ("file"))
|
|
2118 |
nil [74164 75207])
|
|
2119 |
("elisp-mode" package nil nil [75209 75230]))
|
|
2120 |
:file "elisp-mode.el"
|
|
2121 |
:pointmax 75259
|
|
2122 |
:fsize 75284
|
|
2123 |
:lastmodtime '(23525 29599 0 0)
|
e75a20
|
2124 |
:unmatched-syntax '((close-paren 41013 . 41014) (symbol 40804 . 40820) (open-paren 40803 . 40804) (close-paren 1094 . 1095) (symbol 1059 . 1076) (open-paren 1058 . 1059)))
|
C |
2125 |
(semanticdb-table "semanticdb-table"
|
|
2126 |
:major-mode emacs-lisp-mode
|
|
2127 |
:tags
|
|
2128 |
'( ("autoconf-mode-map" variable (:default-value (make-sparse-keymap)) nil [1357 1404])
|
|
2129 |
("autoconf-mode-hook" variable nil nil [1406 1470])
|
|
2130 |
("autoconf-definition-regexp" variable
|
|
2131 |
(:constant-flag t
|
|
2132 |
:default-value "A\\(?:H_TEMPLATE\\|C_\\(?:SUBST\\|DEFINE\\(?:_UNQUOTED\\)?\\)\\)(\\[*\\(\\(?:\\sw\\|\\s_\\)+\\)\\]*")
|
|
2133 |
nil [1472 1613])
|
|
2134 |
("autoconf-font-lock-keywords" variable (:default-value (\` (("\\_<A[CHMS]_\\(?:\\sw\\|\\s_\\)+" . font-lock-keyword-face) ((\, autoconf-definition-regexp) 1 font-lock-function-name-face) ("changequote" . font-lock-keyword-face)))) nil [1615 1934])
|
|
2135 |
("autoconf-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 34 "." table) (modify-syntax-entry 10 ">" table) (modify-syntax-entry 35 "<" table) table)) nil [1936 2138])
|
|
2136 |
("autoconf-imenu-generic-expression" variable (:default-value (list (list nil autoconf-definition-regexp 1))) nil [2140 2231])
|
|
2137 |
("autoconf-current-defun-function" function nil nil [2279 2781])
|
|
2138 |
("define-derived-mode" code nil nil [2798 3586])
|
|
2139 |
("autoconf-mode" package nil nil [3588 3612])
|
|
2140 |
("autoconf" package nil nil [3613 3632]))
|
|
2141 |
:file "autoconf.el"
|
|
2142 |
:pointmax 3660
|
|
2143 |
:fsize 3659
|
|
2144 |
:lastmodtime '(23525 29596 0 0)
|
|
2145 |
:unmatched-syntax nil)
|
|
2146 |
(semanticdb-table "semanticdb-table"
|
|
2147 |
:major-mode emacs-lisp-mode
|
|
2148 |
:tags
|
|
2149 |
'( ("bug-reference" customgroup (:user-visible-flag t) nil [1214 1358])
|
|
2150 |
("bug-reference-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mouse-2] (quote bug-reference-push-button)) (define-key map (kbd "C-c RET") (quote bug-reference-push-button)) map)) nil [1360 1595])
|
|
2151 |
("bug-reference-url-format" variable nil nil [1633 2362])
|
|
2152 |
("put" code nil nil [2379 2552])
|
|
2153 |
("bug-reference-bug-regexp" variable (:default-value "\\([Bb]ug ?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z-+]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)") nil [2554 2883])
|
|
2154 |
("put" code nil nil [2900 2961])
|
|
2155 |
("bug-reference-set-overlay-properties" function nil nil [2963 3329])
|
|
2156 |
("bug-reference-set-overlay-properties" code nil nil [3331 3369])
|
|
2157 |
("bug-reference-unfontify" function (:arguments ("start" "end")) nil [3371 3582])
|
|
2158 |
("bug-reference-prog-mode" variable nil nil [3584 3616])
|
|
2159 |
("bug-reference-fontify" function (:arguments ("start" "end")) nil [3618 4739])
|
|
2160 |
("bug-reference-push-button" function
|
|
2161 |
(:user-visible-flag t
|
|
2162 |
:arguments ("pos" "_use-mouse-action"))
|
|
2163 |
nil [4766 5457])
|
|
2164 |
("define-minor-mode" code nil nil [5474 5987])
|
|
2165 |
("define-minor-mode" code nil nil [6004 6363])
|
|
2166 |
("bug-reference" package nil nil [6365 6389]))
|
|
2167 |
:file "bug-reference.el"
|
|
2168 |
:pointmax 6421
|
|
2169 |
:fsize 6420
|
|
2170 |
:lastmodtime '(23525 29596 0 0)
|
|
2171 |
:unmatched-syntax nil)
|
|
2172 |
(semanticdb-table "semanticdb-table"
|
|
2173 |
:major-mode emacs-lisp-mode
|
|
2174 |
:tags
|
|
2175 |
'( ("bat-mode" customgroup (:user-visible-flag t) nil [1844 2013])
|
|
2176 |
("bat-label-face" variable
|
|
2177 |
(:default-value (quote ((t :weight bold)))
|
|
2178 |
:type "face")
|
|
2179 |
nil [2037 2146])
|
|
2180 |
("bat-font-lock-keywords" variable (:default-value (eval-when-compile (let ((COMMANDS (quote ("assoc" "at" "attrib" "cd" "cls" "color" "copy" "date" "del" "dir" "doskey" "echo" "endlocal" "erase" "fc" "find" "findstr" "format" "ftype" "label" "md" "mkdir" "more" "move" "net" "path" "pause" "popd" "prompt" "pushd" "rd" "ren" "rename" "replace" "rmdir" "set" "setlocal" "shift" "sort" "subst" "time" "title" "tree" "type" "ver" "vol" "xcopy"))) (CONTROLFLOW (quote ("call" "cmd" "defined" "do" "else" "equ" "exist" "exit" "for" "geq" "goto" "gtr" "if" "in" "leq" "lss" "neq" "not" "start"))) (UNIX (quote ("bash" "cat" "cp" "fgrep" "grep" "ls" "sed" "sh" "mv" "rm")))) (\` (("\\_<\\(call\\|goto\\)\\_>[ ]+%?\\([A-Za-z0-9-_\\:.]+\\)%?" (2 font-lock-constant-face t)) ("^:[^:].*" quote bat-label-face) ("\\_<\\(defined\\|set\\)\\_>[ ]*\\(\\(\\sw\\|\\s_\\)+\\)" (2 font-lock-variable-name-face)) ("%\\([^%~
|
|
2181 |
]+\\)%?" (1 font-lock-variable-name-face)) ("!\\([^!%~
|
|
2182 |
]+\\)!?" (1 font-lock-variable-name-face)) ("%%\\(?:~[adfnpstxz]*\\(?:\\$\\(\\(?:\\sw\\|\\s_\\|_\\)+\\):\\)?\\)?\\([]!#$&-:?-[_-{}~]\\)" (1 font-lock-variable-name-face nil t) (2 font-lock-variable-name-face)) ("[ =][-/]+\\(\\w+\\)" (1 font-lock-type-face append)) ((\, (concat "\\_<" (regexp-opt COMMANDS) "\\_>")) . font-lock-builtin-face) ((\, (concat "\\_<" (regexp-opt CONTROLFLOW) "\\_>")) . font-lock-keyword-face) ((\, (concat "\\_<" (regexp-opt UNIX) "\\_>")) . font-lock-warning-face)))))) nil [2174 3979])
|
|
2183 |
("bat-menu" variable (:default-value (quote ("Bat" ["Run" bat-run :help "Run script"] ["Run with Args" bat-run-args :help "Run script with args"] "--" ["Imenu" imenu :help "Navigate with imenu"] "--" ["Template" bat-template :help "Insert template"] "--" ["Help (Command)" bat-cmd-help :help "Show help page for DOS command"]))) nil [3981 4316])
|
|
2184 |
("bat-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (easy-menu-define nil map nil bat-menu) (define-key map [3 67108911] (quote bat-cmd-help)) (define-key map [3 1] (quote bat-run-args)) (define-key map [3 3] (quote bat-run)) (define-key map [3 20] (quote bat-template)) (define-key map [3 22] (quote bat-run)) map)) nil [4318 4689])
|
|
2185 |
("bat-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 10 ">" table) (modify-syntax-entry 34 "\"" table) (modify-syntax-entry 126 "_" table) (modify-syntax-entry 37 "." table) (modify-syntax-entry 45 "_" table) (modify-syntax-entry 95 "_" table) (modify-syntax-entry 123 "_" table) (modify-syntax-entry 125 "_" table) (modify-syntax-entry 92 "." table) (modify-syntax-entry 61 "." table) table)) nil [4691 5285])
|
|
2186 |
("bat--syntax-propertize" variable
|
|
2187 |
(:constant-flag t
|
|
2188 |
:default-value (syntax-propertize-rules ("^[ ]*\\(?:\\(@?r\\)em\\_>\\|\\(?1::\\):\\).*" (1 "<"))))
|
|
2189 |
nil [5287 5410])
|
|
2190 |
("bat-cmd-help" function
|
|
2191 |
(:user-visible-flag t
|
|
2192 |
:arguments ("cmd"))
|
|
2193 |
nil [5434 5692])
|
|
2194 |
("bat-run" function (:user-visible-flag t) nil [5694 5865])
|
|
2195 |
("bat-run-args" function
|
|
2196 |
(:user-visible-flag t
|
|
2197 |
:arguments ("args"))
|
|
2198 |
nil [5867 6032])
|
|
2199 |
("bat-template" function (:user-visible-flag t) nil [6034 6174])
|
|
2200 |
("add-to-list" code nil nil [6191 6259])
|
|
2201 |
("define-derived-mode" code nil nil [6297 6948])
|
|
2202 |
("bat-mode" package nil nil [6950 6969]))
|
|
2203 |
:file "bat-mode.el"
|
|
2204 |
:pointmax 6997
|
|
2205 |
:fsize 6996
|
|
2206 |
:lastmodtime '(23525 29596 0 0)
|
|
2207 |
:unmatched-syntax nil)
|
|
2208 |
(semanticdb-table "semanticdb-table"
|
|
2209 |
:major-mode emacs-lisp-mode
|
|
2210 |
:tags
|
|
2211 |
'( ("cc-mode" include nil nil [4193 4211])
|
|
2212 |
("cl-lib" include nil nil [4212 4229])
|
|
2213 |
("hide-ifdef" customgroup (:user-visible-flag t) nil [4231 4307])
|
|
2214 |
("hide-ifdef-initially" variable nil nil [4309 4461])
|
|
2215 |
("hide-ifdef-read-only" variable nil nil [4463 4610])
|
|
2216 |
("hide-ifdef-lines" variable nil nil [4612 4740])
|
|
2217 |
("hide-ifdef-shadow" variable nil nil [4742 4883])
|
|
2218 |
("hide-ifdef-shadow" variable
|
|
2219 |
(:default-value (quote ((t (:inherit shadow))))
|
|
2220 |
:type "face")
|
|
2221 |
nil [4885 5013])
|
|
2222 |
("hide-ifdef-exclude-define-regexp" variable nil nil [5015 5188])
|
|
2223 |
("hide-ifdef-expand-reinclusion-protection" variable (:default-value t) nil [5190 5874])
|
|
2224 |
("hide-ifdef-header-regexp" variable (:default-value "\\.h\\(h\\|xx\\|pp\\|\\+\\+\\)?\\'") nil [5876 6153])
|
|
2225 |
("hide-ifdef-mode-submap" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "d" (quote hide-ifdef-define)) (define-key map "u" (quote hide-ifdef-undef)) (define-key map "D" (quote hide-ifdef-set-define-alist)) (define-key map "U" (quote hide-ifdef-use-define-alist)) (define-key map "h" (quote hide-ifdefs)) (define-key map "s" (quote show-ifdefs)) (define-key map "" (quote hide-ifdef-block)) (define-key map "" (quote show-ifdef-block)) (define-key map "e" (quote hif-evaluate-macro)) (define-key map "C" (quote hif-clear-all-ifdef-defined)) (define-key map "" (quote hide-ifdef-toggle-read-only)) (define-key map "" (quote hide-ifdef-toggle-shadowing)) (substitute-key-definition (quote read-only-mode) (quote hide-ifdef-toggle-outside-read-only) map) (substitute-key-definition (quote toggle-read-only) (quote hide-ifdef-toggle-outside-read-only) map) map)) nil [6155 7187])
|
|
2226 |
("hide-ifdef-mode-prefix-key" variable
|
|
2227 |
(:constant-flag t
|
|
2228 |
:default-value "@")
|
|
2229 |
nil [7189 7283])
|
|
2230 |
("hide-ifdef-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map hide-ifdef-mode-prefix-key hide-ifdef-mode-submap) map)) nil [7285 7548])
|
|
2231 |
("easy-menu-define" code nil nil [7550 8900])
|
|
2232 |
("hide-ifdef-hiding" variable nil nil [8902 8969])
|
|
2233 |
("or" code nil nil [8971 9127])
|
|
2234 |
("hide-ifdef-syntax-table" variable (:default-value (let ((st (copy-syntax-table c-mode-syntax-table))) (modify-syntax-entry 95 "w" st) (modify-syntax-entry 38 "." st) (modify-syntax-entry 124 "." st) st)) nil [9191 9448])
|
|
2235 |
("hide-ifdef-env" variable nil nil [9450 9527])
|
|
2236 |
("hide-ifdef-env-backup" variable nil nil [9529 9737])
|
|
2237 |
("hif-outside-read-only" variable nil nil [9739 9849])
|
|
2238 |
("define-minor-mode" code nil nil [9866 13166])
|
|
2239 |
("hif-clear-all-ifdef-defined" function (:user-visible-flag t) nil [13168 13508])
|
|
2240 |
("hif-show-all" function (:user-visible-flag t) nil [13510 13647])
|
|
2241 |
("hif-after-revert-function" function nil nil [13807 13908])
|
|
2242 |
("add-hook" code nil nil [13909 13965])
|
|
2243 |
("hif-end-of-line" function nil nil [13967 14085])
|
|
2244 |
("hif-merge-ifdef-region" function (:arguments ("start" "end")) nil [14087 16186])
|
|
2245 |
("hide-ifdef-region-internal" function (:arguments ("start" "end")) nil [16188 16476])
|
|
2246 |
("hide-ifdef-region" function (:arguments ("start" "end")) nil [16478 16827])
|
|
2247 |
("hif-show-ifdef-region" function (:arguments ("start" "end")) nil [16829 17067])
|
|
2248 |
("hide-ifdef-evaluator" variable (:default-value (quote eval)) nil [17217 17395])
|
|
2249 |
("hif-undefined-symbol" variable nil nil [17397 17475])
|
|
2250 |
("hif-set-var" function (:arguments ("var" "value")) nil [17478 17622])
|
|
2251 |
("declare-function" code nil nil [17624 17694])
|
|
2252 |
("declare-function" code nil nil [17695 17765])
|
|
2253 |
("hif-lookup" function (:arguments ("var")) nil [17767 18007])
|
|
2254 |
("hif-defined" function (:arguments ("var")) nil [18009 18173])
|
|
2255 |
("hif-cpp-prefix" variable
|
|
2256 |
(:constant-flag t
|
|
2257 |
:default-value "\\(^\\|
\\)[ ]*#[ ]*")
|
|
2258 |
nil [18316 18374])
|
|
2259 |
("hif-ifxdef-regexp" variable
|
|
2260 |
(:constant-flag t
|
|
2261 |
:default-value (concat hif-cpp-prefix "if\\(n\\)?def"))
|
|
2262 |
nil [18375 18445])
|
|
2263 |
("hif-ifndef-regexp" variable
|
|
2264 |
(:constant-flag t
|
|
2265 |
:default-value (concat hif-cpp-prefix "ifndef"))
|
|
2266 |
nil [18446 18509])
|
|
2267 |
("hif-ifx-regexp" variable
|
|
2268 |
(:constant-flag t
|
|
2269 |
:default-value (concat hif-cpp-prefix "if\\(n?def\\)?[ ]+"))
|
|
2270 |
nil [18510 18587])
|
|
2271 |
("hif-elif-regexp" variable
|
|
2272 |
(:constant-flag t
|
|
2273 |
:default-value (concat hif-cpp-prefix "elif"))
|
|
2274 |
nil [18588 18649])
|
|
2275 |
("hif-else-regexp" variable
|
|
2276 |
(:constant-flag t
|
|
2277 |
:default-value (concat hif-cpp-prefix "else"))
|
|
2278 |
nil [18650 18711])
|
|
2279 |
("hif-endif-regexp" variable
|
|
2280 |
(:constant-flag t
|
|
2281 |
:default-value (concat hif-cpp-prefix "endif"))
|
|
2282 |
nil [18712 18774])
|
|
2283 |
("hif-ifx-else-endif-regexp" variable
|
|
2284 |
(:constant-flag t
|
|
2285 |
:default-value (concat hif-ifx-regexp "\\|" hif-elif-regexp "\\|" hif-else-regexp "\\|" hif-endif-regexp))
|
|
2286 |
nil [18775 18914])
|
|
2287 |
("hif-macro-expr-prefix-regexp" variable
|
|
2288 |
(:constant-flag t
|
|
2289 |
:default-value (concat hif-cpp-prefix "\\(if\\(n?def\\)?\\|elif\\|define\\)[ ]+"))
|
|
2290 |
nil [18915 19025])
|
|
2291 |
("hif-white-regexp" variable
|
|
2292 |
(:constant-flag t
|
|
2293 |
:default-value "[ ]*")
|
|
2294 |
nil [19027 19066])
|
|
2295 |
("hif-define-regexp" variable
|
|
2296 |
(:constant-flag t
|
|
2297 |
:default-value (concat hif-cpp-prefix "\\(define\\|undef\\)"))
|
|
2298 |
nil [19067 19144])
|
|
2299 |
("hif-id-regexp" variable
|
|
2300 |
(:constant-flag t
|
|
2301 |
:default-value (concat "[[:alpha:]_][[:alnum:]_]*"))
|
|
2302 |
nil [19145 19212])
|
|
2303 |
("hif-macroref-regexp" variable
|
|
2304 |
(:constant-flag t
|
|
2305 |
:default-value (concat hif-white-regexp "\\(" hif-id-regexp "\\)" hif-white-regexp "\\(" "(" hif-white-regexp "\\(" hif-id-regexp "\\)?" hif-white-regexp "\\(" "," hif-white-regexp hif-id-regexp hif-white-regexp "\\)*" "\\(\\.\\.\\.\\)?" hif-white-regexp ")" "\\)?"))
|
|
2306 |
nil [19213 19568])
|
|
2307 |
("hif-token" variable nil nil [19660 19678])
|
|
2308 |
("hif-token-list" variable nil nil [19679 19702])
|
|
2309 |
("hif-token-alist" variable
|
|
2310 |
(:constant-flag t
|
|
2311 |
:default-value (quote (("||" . hif-or) ("&&" . hif-and) ("|" . hif-logior) ("^" . hif-logxor) ("&" . hif-logand) ("<<" . hif-shiftleft) (">>" . hif-shiftright) ("==" . hif-equal) ("=" . hif-assign) ("!=" . hif-notequal) ("##" . hif-token-concat) ("!" . hif-not) ("~" . hif-lognot) ("(" . hif-lparen) (")" . hif-rparen) (">" . hif-greater) ("<" . hif-less) (">=" . hif-greater-equal) ("<=" . hif-less-equal) ("+" . hif-plus) ("-" . hif-minus) ("*" . hif-multiply) ("/" . hif-divide) ("%" . hif-modulo) ("?" . hif-conditional) (":" . hif-colon) ("," . hif-comma) ("#" . hif-stringify) ("..." . hif-etc))))
|
|
2312 |
nil [19704 20663])
|
|
2313 |
("hif-valid-token-list" variable
|
|
2314 |
(:constant-flag t
|
|
2315 |
:default-value (mapcar (quote cdr) hif-token-alist))
|
|
2316 |
nil [20665 20726])
|
|
2317 |
("hif-token-regexp" variable
|
|
2318 |
(:constant-flag t
|
|
2319 |
:default-value (concat (regexp-opt (mapcar (quote car) hif-token-alist)) "\\|0x[0-9a-fA-F]+\\.?[0-9a-fA-F]*" "\\|[0-9]+\\.?[0-9]*" "\\|\\w+"))
|
|
2320 |
nil [20728 20925])
|
|
2321 |
("hif-string-literal-regexp" variable
|
|
2322 |
(:constant-flag t
|
|
2323 |
:default-value "\\(\"\\(?:[^\"\\]\\|\\\\.\\)*\"\\)")
|
|
2324 |
nil [20927 21001])
|
|
2325 |
("hif-string-to-number" function (:arguments ("string" "base")) nil [21003 21512])
|
|
2326 |
("hif-simple-token-only" variable nil nil [21921 21951])
|
|
2327 |
("hif-tokenize" function (:arguments ("start" "end")) nil [21953 24085])
|
|
2328 |
("hif-nexttoken" function nil nil [25939 26080])
|
|
2329 |
("hif-if-valid-identifier-p" function (:arguments ("id")) nil [26082 26173])
|
|
2330 |
("hif-define-operator" function (:arguments ("tokens")) nil [26175 27080])
|
|
2331 |
("hif-flatten" function (:arguments ("l")) nil [27082 27280])
|
|
2332 |
("hif-expand-token-list" function (:arguments ("tokens" "macroname" "expand_list")) nil [27282 30305])
|
|
2333 |
("hif-parse-exp" function (:arguments ("token-list" "macroname")) nil [30307 30757])
|
|
2334 |
("hif-exprlist" function nil nil [30759 31127])
|
|
2335 |
("hif-expr" function nil nil [31129 31603])
|
|
2336 |
("hif-or-expr" function nil nil [31605 31841])
|
|
2337 |
("hif-and-expr" function nil nil [31843 32098])
|
|
2338 |
("hif-logior-expr" function nil nil [32100 32366])
|
|
2339 |
("hif-logxor-expr" function nil nil [32368 32636])
|
|
2340 |
("hif-logand-expr" function nil nil [32638 32890])
|
|
2341 |
("hif-eq-expr" function nil nil [32892 33198])
|
|
2342 |
("hif-comp-expr" function nil nil [33200 33620])
|
|
2343 |
("hif-logshift-expr" function nil nil [33622 33947])
|
|
2344 |
("hif-math" function nil nil [33949 34283])
|
|
2345 |
("hif-muldiv-expr" function nil nil [34285 34637])
|
|
2346 |
("hif-factor" function nil nil [34639 36187])
|
|
2347 |
("hif-get-argument-list" function nil nil [36189 36940])
|
|
2348 |
("hif-place-macro-invocation" function (:arguments ("ident")) nil [36942 37080])
|
|
2349 |
("hif-string-concatenation" function nil nil [37082 37442])
|
|
2350 |
("hif-define-macro" function (:arguments ("_parmlist" "_token-body")) nil [37444 37761])
|
|
2351 |
("hif-stringify" function (:arguments ("a")) nil [37763 38005])
|
|
2352 |
("intern-safe" function (:arguments ("str")) nil [38007 38072])
|
|
2353 |
("hif-token-concat" function (:arguments ("a" "b")) nil [38074 39093])
|
|
2354 |
("hif-mathify" function (:arguments ("val")) nil [39095 39226])
|
|
2355 |
("hif-conditional" function (:arguments ("a" "b" "c")) nil [39228 39328])
|
|
2356 |
("hif-and" function (:arguments ("a" "b")) nil [39329 39418])
|
|
2357 |
("hif-or" function (:arguments ("a" "b")) nil [39419 39506])
|
|
2358 |
("hif-not" function (:arguments ("a")) nil [39507 39552])
|
|
2359 |
("hif-lognot" function (:arguments ("a")) nil [39553 39602])
|
|
2360 |
("hif-mathify-binop" function (:arguments ("fun")) nil [39604 39763])
|
|
2361 |
("hif-shiftleft" function (:arguments ("a" "b")) nil [39765 39891])
|
|
2362 |
("hif-shiftright" function (:arguments ("a" "b")) nil [39893 40028])
|
|
2363 |
("defalias" code nil nil [40031 40082])
|
|
2364 |
("defalias" code nil nil [40083 40134])
|
|
2365 |
("defalias" code nil nil [40135 40186])
|
|
2366 |
("defalias" code nil nil [40187 40238])
|
|
2367 |
("defalias" code nil nil [40239 40290])
|
|
2368 |
("defalias" code nil nil [40291 40342])
|
|
2369 |
("defalias" code nil nil [40343 40395])
|
|
2370 |
("defalias" code nil nil [40396 40447])
|
|
2371 |
("defalias" code nil nil [40448 40499])
|
|
2372 |
("defalias" code nil nil [40500 40552])
|
|
2373 |
("defalias" code nil nil [40553 40605])
|
|
2374 |
("defalias" code nil nil [40606 40662])
|
|
2375 |
("defalias" code nil nil [40663 40719])
|
|
2376 |
("defalias" code nil nil [40720 40776])
|
|
2377 |
("hif-comma" function (:arguments ("expr")) nil [40779 41007])
|
|
2378 |
("hif-token-stringification" function (:arguments ("l")) nil [41009 41487])
|
|
2379 |
("hif-token-concatenation" function (:arguments ("l")) nil [41489 42115])
|
|
2380 |
("hif-delimit" function (:arguments ("lis" "atom")) nil [42117 42244])
|
|
2381 |
("hif-macro-supply-arguments" function (:arguments ("macro-name" "actual-parms")) nil [42276 45014])
|
|
2382 |
("hif-invoke" function (:arguments ("macro-name" "actual-parms")) nil [45016 45330])
|
|
2383 |
("hif-canonicalize-tokens" function (:arguments ("regexp")) nil [45387 46097])
|
|
2384 |
("hif-canonicalize" function (:arguments ("regexp")) nil [46099 46944])
|
|
2385 |
("hif-find-any-ifX" function nil nil [46946 47158])
|
|
2386 |
("hif-find-next-relevant" function nil nil [47161 47511])
|
|
2387 |
("hif-find-previous-relevant" function nil nil [47513 47872])
|
|
2388 |
("hif-looking-at-ifX" function nil nil [47875 47934])
|
|
2389 |
("hif-looking-at-endif" function nil nil [47965 48028])
|
|
2390 |
("hif-looking-at-else" function nil nil [48029 48090])
|
|
2391 |
("hif-looking-at-elif" function nil nil [48092 48153])
|
|
2392 |
("hif-ifdef-to-endif" function nil nil [48156 48759])
|
|
2393 |
("hif-endif-to-ifdef" function nil nil [48762 49426])
|
|
2394 |
("forward-ifdef" function
|
|
2395 |
(:user-visible-flag t
|
|
2396 |
:arguments ("arg"))
|
|
2397 |
nil [49463 49930])
|
|
2398 |
("backward-ifdef" function
|
|
2399 |
(:user-visible-flag t
|
|
2400 |
:arguments ("arg"))
|
|
2401 |
nil [49933 50430])
|
|
2402 |
("down-ifdef" function (:user-visible-flag t) nil [50433 50704])
|
|
2403 |
("up-ifdef" function (:user-visible-flag t) nil [50707 51037])
|
|
2404 |
("next-ifdef" function
|
|
2405 |
(:user-visible-flag t
|
|
2406 |
:arguments ("arg"))
|
|
2407 |
nil [51039 51433])
|
|
2408 |
("previous-ifdef" function
|
|
2409 |
(:user-visible-flag t
|
|
2410 |
:arguments ("arg"))
|
|
2411 |
nil [51435 51848])
|
|
2412 |
("hif-make-range" function (:arguments ("start" "end" "else" "elif")) nil [52209 52295])
|
|
2413 |
("hif-range-start" function (:arguments ("range")) nil [52297 52345])
|
|
2414 |
("hif-range-else" function (:arguments ("range")) nil [52346 52393])
|
|
2415 |
("hif-range-end" function (:arguments ("range")) nil [52394 52440])
|
|
2416 |
("hif-range-elif" function (:arguments ("range")) nil [52441 52488])
|
|
2417 |
("hif-find-range" function nil nil [52710 54010])
|
|
2418 |
("hif-hide-line" function (:arguments ("point")) nil [54030 54311])
|
|
2419 |
("hif-recurse-level" variable nil nil [55405 55433])
|
|
2420 |
("hif-recurse-on" function (:arguments ("start" "end" "dont-go-eol")) nil [55435 55804])
|
|
2421 |
("hif-possibly-hide" function (:arguments ("expand-reinclusion")) nil [55806 58988])
|
|
2422 |
("hif-evaluate-region" function (:arguments ("start" "end")) nil [58990 59442])
|
|
2423 |
("hif-evaluate-macro" function
|
|
2424 |
(:user-visible-flag t
|
|
2425 |
:arguments ("rstart" "rend"))
|
|
2426 |
nil [59444 62023])
|
|
2427 |
("hif-parse-macro-arglist" function (:arguments ("str")) nil [62025 62752])
|
|
2428 |
("hif-find-define" function
|
|
2429 |
(:user-visible-flag t
|
|
2430 |
:arguments ("min" "max"))
|
|
2431 |
nil [64442 67702])
|
|
2432 |
("hif-add-new-defines" function
|
|
2433 |
(:user-visible-flag t
|
|
2434 |
:arguments ("min" "max"))
|
|
2435 |
nil [67705 68045])
|
|
2436 |
("hide-ifdef-guts" function nil nil [68047 68938])
|
|
2437 |
("hide-ifdef-toggle-read-only" function (:user-visible-flag t) nil [69017 69399])
|
|
2438 |
("hide-ifdef-toggle-outside-read-only" function (:user-visible-flag t) nil [69401 69783])
|
|
2439 |
("hide-ifdef-toggle-shadowing" function (:user-visible-flag t) nil [69785 70354])
|
|
2440 |
("hide-ifdef-define" function
|
|
2441 |
(:user-visible-flag t
|
|
2442 |
:arguments ("var" "val"))
|
|
2443 |
nil [70356 71168])
|
|
2444 |
("hif-undefine-symbol" function (:arguments ("var")) nil [71170 71286])
|
|
2445 |
("hide-ifdef-undef" function
|
|
2446 |
(:user-visible-flag t
|
|
2447 |
:arguments ("start" "end"))
|
|
2448 |
nil [71288 71999])
|
|
2449 |
("hide-ifdefs" function
|
|
2450 |
(:user-visible-flag t
|
|
2451 |
:arguments ("nomsg"))
|
|
2452 |
nil [72001 72895])
|
|
2453 |
("show-ifdefs" function (:user-visible-flag t) nil [72898 73106])
|
|
2454 |
("hif-find-ifdef-block" function nil nil [73109 73818])
|
|
2455 |
("hide-ifdef-block" function
|
|
2456 |
(:user-visible-flag t
|
|
2457 |
:arguments ("arg" "start" "end"))
|
|
2458 |
nil [73821 74640])
|
|
2459 |
("show-ifdef-block" function
|
|
2460 |
(:user-visible-flag t
|
|
2461 |
:arguments ("start" "end"))
|
|
2462 |
nil [74642 76084])
|
|
2463 |
("hide-ifdef-define-alist" variable nil nil [76118 76207])
|
|
2464 |
("hif-compress-define-list" function (:arguments ("env")) nil [76209 76434])
|
|
2465 |
("hide-ifdef-set-define-alist" function
|
|
2466 |
(:user-visible-flag t
|
|
2467 |
:arguments ("name"))
|
|
2468 |
nil [76436 76657])
|
|
2469 |
("hide-ifdef-use-define-alist" function
|
|
2470 |
(:user-visible-flag t
|
|
2471 |
:arguments ("name"))
|
|
2472 |
nil [76659 77274])
|
|
2473 |
("hideif" package nil nil [77276 77293]))
|
|
2474 |
:file "hideif.el"
|
|
2475 |
:pointmax 77319
|
|
2476 |
:fsize 77318
|
|
2477 |
:lastmodtime '(23525 29601 0 0)
|
|
2478 |
:unmatched-syntax nil)
|
|
2479 |
(semanticdb-table "semanticdb-table"
|
|
2480 |
:major-mode emacs-lisp-mode
|
|
2481 |
:tags
|
|
2482 |
'( ("opascal" customgroup (:user-visible-flag t) nil [1756 1868])
|
|
2483 |
("opascal-debug" variable (:constant-flag t) nil [1870 1925])
|
|
2484 |
("define-obsolete-variable-alias" code nil nil [1927 2009])
|
|
2485 |
("opascal-search-path" variable (:default-value ".") nil [2010 2302])
|
|
2486 |
("define-obsolete-variable-alias" code nil nil [2304 2388])
|
|
2487 |
("opascal-indent-level" variable (:default-value 3) nil [2389 2559])
|
|
2488 |
("define-obsolete-variable-alias" code nil nil [2561 2663])
|
|
2489 |
("opascal-compound-block-indent" variable nil nil [2664 3076])
|
|
2490 |
("define-obsolete-variable-alias" code nil nil [3078 3172])
|
|
2491 |
("opascal-case-label-indent" variable (:default-value opascal-indent-level) nil [3173 3626])
|
|
2492 |
("define-obsolete-variable-alias" code nil nil [3628 3700])
|
|
2493 |
("opascal-verbose" variable (:default-value t) nil [3701 3829])
|
|
2494 |
("define-obsolete-variable-alias" code nil nil [3831 3927])
|
|
2495 |
("opascal-tab-always-indents" variable (:default-value tab-always-indent) nil [3928 4137])
|
|
2496 |
("make-obsolete-variable" code nil nil [4139 4302])
|
|
2497 |
("opascal-directives" variable
|
|
2498 |
(:constant-flag t
|
|
2499 |
:default-value (quote (absolute abstract assembler automated cdecl default dispid dynamic export external far forward index inline message name near nodefault overload override pascal private protected public published read readonly register reintroduce resident resourcestring safecall stdcall stored virtual write writeonly)))
|
|
2500 |
nil [4304 4682])
|
|
2501 |
("opascal-keywords" variable
|
|
2502 |
(:constant-flag t
|
|
2503 |
:default-value (append (quote (and array as asm at begin case class const constructor contains destructor dispinterface div do downto else end except exports file finalization finally for function goto if implementation implements in inherited initialization interface is label library mod nil not of object on or out package packed procedure program property raise record repeat requires result self set shl shr then threadvar to try type unit uses until var while with xor break exit)) opascal-directives))
|
|
2504 |
nil [4684 5400])
|
|
2505 |
("opascal-previous-terminators" variable
|
|
2506 |
(:constant-flag t
|
|
2507 |
:default-value (\` (semicolon comma)))
|
|
2508 |
nil [5402 5532])
|
|
2509 |
("opascal-comments" variable
|
|
2510 |
(:constant-flag t
|
|
2511 |
:default-value (quote (comment-single-line comment-multi-line-1 comment-multi-line-2)))
|
|
2512 |
nil [5534 5664])
|
|
2513 |
("opascal-strings" variable
|
|
2514 |
(:constant-flag t
|
|
2515 |
:default-value (quote (string double-quoted-string)))
|
|
2516 |
nil [5666 5768])
|
|
2517 |
("opascal-whitespace" variable
|
|
2518 |
(:constant-flag t
|
|
2519 |
:default-value (\` (space newline (\,@ opascal-comments))))
|
|
2520 |
nil [5770 5878])
|
|
2521 |
("opascal-routine-statements" variable
|
|
2522 |
(:constant-flag t
|
|
2523 |
:default-value (quote (procedure function constructor destructor property)))
|
|
2524 |
nil [5880 6042])
|
|
2525 |
("opascal-body-expr-statements" variable
|
|
2526 |
(:constant-flag t
|
|
2527 |
:default-value (quote (if while for on)))
|
|
2528 |
nil [6044 6214])
|
|
2529 |
("opascal-expr-statements" variable
|
|
2530 |
(:constant-flag t
|
|
2531 |
:default-value (\` (case (\,@ opascal-body-expr-statements))))
|
|
2532 |
nil [6216 6356])
|
|
2533 |
("opascal-body-statements" variable
|
|
2534 |
(:constant-flag t
|
|
2535 |
:default-value (\` (else (\,@ opascal-body-expr-statements))))
|
|
2536 |
nil [6358 6504])
|
|
2537 |
("opascal-expr-delimiters" variable
|
|
2538 |
(:constant-flag t
|
|
2539 |
:default-value (quote (then do of)))
|
|
2540 |
nil [6506 6587])
|
|
2541 |
("opascal-binary-ops" variable
|
|
2542 |
(:constant-flag t
|
|
2543 |
:default-value (quote (plus minus equals not-equals times divides div mod and or xor)))
|
|
2544 |
nil [6589 6716])
|
|
2545 |
("opascal-visibilities" variable
|
|
2546 |
(:constant-flag t
|
|
2547 |
:default-value (quote (public private protected published automated)))
|
|
2548 |
nil [6718 6821])
|
|
2549 |
("opascal-block-statements" variable
|
|
2550 |
(:constant-flag t
|
|
2551 |
:default-value (quote (begin try case repeat initialization finalization asm)))
|
|
2552 |
nil [6823 6969])
|
|
2553 |
("opascal-mid-block-statements" variable
|
|
2554 |
(:constant-flag t
|
|
2555 |
:default-value (\` (except finally (\,@ opascal-visibilities))))
|
|
2556 |
nil [6971 7115])
|
|
2557 |
("opascal-end-block-statements" variable
|
|
2558 |
(:constant-flag t
|
|
2559 |
:default-value (\` (end until)))
|
|
2560 |
nil [7117 7209])
|
|
2561 |
("opascal-match-block-statements" variable
|
|
2562 |
(:constant-flag t
|
|
2563 |
:default-value (\` ((\,@ opascal-end-block-statements) (\,@ opascal-mid-block-statements))))
|
|
2564 |
nil [7211 7382])
|
|
2565 |
("opascal-decl-sections" variable
|
|
2566 |
(:constant-flag t
|
|
2567 |
:default-value (quote (type const var label resourcestring)))
|
|
2568 |
nil [7384 7503])
|
|
2569 |
("opascal-interface-types" variable
|
|
2570 |
(:constant-flag t
|
|
2571 |
:default-value (quote (dispinterface interface)))
|
|
2572 |
nil [7505 7587])
|
|
2573 |
("opascal-class-types" variable
|
|
2574 |
(:constant-flag t
|
|
2575 |
:default-value (quote (class object)))
|
|
2576 |
nil [7589 7652])
|
|
2577 |
("opascal-composite-types" variable
|
|
2578 |
(:constant-flag t
|
|
2579 |
:default-value (\` ((\,@ opascal-class-types) (\,@ opascal-interface-types) record)))
|
|
2580 |
nil [7654 7797])
|
|
2581 |
("opascal-unit-sections" variable
|
|
2582 |
(:constant-flag t
|
|
2583 |
:default-value (quote (interface implementation program library package)))
|
|
2584 |
nil [7799 7933])
|
|
2585 |
("opascal-use-clauses" variable
|
|
2586 |
(:constant-flag t
|
|
2587 |
:default-value (\` (uses requires exports contains)))
|
|
2588 |
nil [7935 8045])
|
|
2589 |
("opascal-unit-statements" variable
|
|
2590 |
(:constant-flag t
|
|
2591 |
:default-value (\` ((\,@ opascal-use-clauses) (\,@ opascal-unit-sections) initialization finalization)))
|
|
2592 |
nil [8047 8196])
|
|
2593 |
("opascal-decl-delimiters" variable
|
|
2594 |
(:constant-flag t
|
|
2595 |
:default-value (\` ((\,@ opascal-decl-sections) (\,@ opascal-unit-statements) (\,@ opascal-routine-statements))))
|
|
2596 |
nil [8198 8383])
|
|
2597 |
("opascal-decl-matchers" variable
|
|
2598 |
(:constant-flag t
|
|
2599 |
:default-value (\` (begin (\,@ opascal-decl-sections))))
|
|
2600 |
nil [8385 8523])
|
|
2601 |
("opascal-enclosing-statements" variable
|
|
2602 |
(:constant-flag t
|
|
2603 |
:default-value (\` ((\,@ opascal-block-statements) (\,@ opascal-mid-block-statements) (\,@ opascal-decl-sections) (\,@ opascal-use-clauses) (\,@ opascal-routine-statements))))
|
|
2604 |
nil [8525 8743])
|
|
2605 |
("opascal-previous-statements" variable
|
|
2606 |
(:constant-flag t
|
|
2607 |
:default-value (\` ((\,@ opascal-unit-statements) (\,@ opascal-routine-statements))))
|
|
2608 |
nil [8745 8878])
|
|
2609 |
("opascal-previous-enclosing-statements" variable
|
|
2610 |
(:constant-flag t
|
|
2611 |
:default-value (\` ((\,@ opascal-block-statements) (\,@ opascal-mid-block-statements) (\,@ opascal-decl-sections))))
|
|
2612 |
nil [8880 9064])
|
|
2613 |
("opascal-begin-enclosing-tokens" variable
|
|
2614 |
(:constant-flag t
|
|
2615 |
:default-value (\` ((\,@ opascal-block-statements) (\,@ opascal-mid-block-statements))))
|
|
2616 |
nil [9066 9214])
|
|
2617 |
("opascal-begin-previous-tokens" variable
|
|
2618 |
(:constant-flag t
|
|
2619 |
:default-value (\` ((\,@ opascal-decl-sections) (\,@ opascal-routine-statements))))
|
|
2620 |
nil [9216 9399])
|
|
2621 |
("opascal-space-chars" variable
|
|
2622 |
(:constant-flag t
|
|
2623 |
:default-value " |