mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
commit | author | age
e75a20 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         '( ("thingatpt" include nil nil [2323 2343])
10             ("browse-url-url-at-point" function (:prototype-flag t) nil [2344 2392])
11             ("unless" code nil nil [2437 2489])
12             ("unless" code nil nil [2490 2585])
13             ("unless" code nil nil [2586 2669])
14             ("unless" code nil nil [2670 2771])
15             ("goto-address" customgroup (:user-visible-flag t) nil [2773 2885])
16             ("goto-address-fontify-p" variable (:default-value t) nil [2954 3155])
17             ("goto-address-highlight-p" variable (:default-value t) nil [3157 3306])
18             ("goto-address-fontify-maximum-size" variable (:default-value 30000) nil [3308 3594])
19             ("goto-address-mail-regexp" variable (:default-value "[-a-zA-Z0-9=._+]+@\\([-a-zA-z0-9_]+\\.\\)+[a-zA-Z0-9]+") nil [3596 3827])
20             ("goto-address-url-regexp" variable (:default-value (concat "\\<\\(" (mapconcat (quote identity) (delete "mailto:" (delete "data:" (copy-sequence thing-at-point-uri-schemes))) "\\|") "\\)" thing-at-point-url-path-regexp)) nil [3829 4541])
21             ("goto-address-highlight-keymap" variable (:default-value (let ((m (make-sparse-keymap))) (define-key m (if (featurep (quote xemacs)) (kbd "<button2>") (kbd "<mouse-2>")) (quote goto-address-at-point)) (define-key m (kbd "C-c RET") (quote goto-address-at-point)) m)) nil [4543 4858])
22             ("goto-address-url-face" variable (:default-value (quote link)) nil [4860 4962])
23             ("goto-address-url-mouse-face" variable (:default-value (quote highlight)) nil [4964 5103])
24             ("goto-address-mail-face" variable (:default-value (quote italic)) nil [5105 5222])
25             ("goto-address-mail-mouse-face" variable (:default-value (quote secondary-selection)) nil [5224 5386])
26             ("goto-address-unfontify" function (:arguments ("start" "end")) nil [5388 5609])
27             ("goto-address-prog-mode" variable nil nil [5611 5642])
28             ("goto-address-fontify" function (:arguments ("start" "end")) nil [5644 7858])
29             ("goto-address-fontify-region" function (:arguments ("start" "end")) nil [7860 8172])
30             ("define-obsolete-function-alias" code nil nil [8288 8375])
31             ("goto-address-at-point" function
32                (:user-visible-flag t
33                 :arguments ("event"))
34                 nil [8392 9209])
35             ("goto-address-find-address-at-point" function nil nil [9211 9725])
36             ("goto-address" function (:user-visible-flag t) nil [9742 10227])
37             ("define-minor-mode" code nil nil [10306 10820])
38             ("define-minor-mode" code nil nil [10837 11195])
39             ("goto-addr" package nil nil [11197 11217]))          
40       :file "goto-addr.el"
41       :pointmax 11246
42       :fsize 11245
43       :lastmodtime '(23525 29575 0 0)
44       :unmatched-syntax nil)
45     (semanticdb-table "semanticdb-table"
46       :major-mode emacs-lisp-mode
47       :tags 
48         '( ("cl-lib" include nil nil [1385 1402])
49             ("gnutls" customgroup (:user-visible-flag t) nil [1404 1521])
50             ("gnutls-algorithm-priority" variable nil nil [1523 1792])
51             ("gnutls-verify-error" variable nil nil [1794 3095])
52             ("gnutls-trustfiles" variable (:default-value (quote ("/etc/ssl/certs/ca-certificates.crt" "/etc/pki/tls/certs/ca-bundle.crt" "/etc/ssl/ca-bundle.pem" "/usr/ssl/certs/ca-bundle.crt" "/usr/local/share/certs/ca-root-nss.crt" "/etc/ssl/cert.pem"))) nil [3097 3862])
53             ("gnutls-min-prime-bits" variable (:default-value 256) nil [3879 4538])
54             ("open-gnutls-stream" function (:arguments ("name" "buffer" "host" "service" "nowait")) nil [4540 6485])
55             ("define-error" code nil nil [6487 6530])
56             ("declare-function" code nil nil [6532 6594])
57             ("declare-function" code nil nil [6595 6646])
58             ("gnutls-log-level" variable nil nil [6647 6672])
59             ("cl-defun" code nil nil [6699 8264])
60             ("cl-defun" code nil nil [8266 12866])
61             ("gnutls-trustfiles" function nil nil [12868 13142])
62             ("declare-function" code nil nil [13144 13201])
63             ("gnutls-message-maybe" function (:arguments ("doit" "format" "params")) nil [13203 13579])
64             ("gnutls" package nil nil [13581 13598]))          
65       :file "gnutls.el"
66       :pointmax 13624
67       :fsize 13623
68       :lastmodtime '(23525 29575 0 0)
69       :unmatched-syntax nil)
70     (semanticdb-table "semanticdb-table"
71       :major-mode emacs-lisp-mode
72       :tags 
73         '( ("browse-url" customgroup (:user-visible-flag t) nil [5262 5431])
74             ("browse-url-browser-function" variable (:default-value (quote browse-url-default-browser)) nil [5448 7347])
75             ("browse-url-mailto-function" variable (:default-value (quote browse-url-mail)) nil [7349 7767])
76             ("browse-url-man-function" variable (:default-value (quote browse-url-man)) nil [7769 8054])
77             ("browse-url-netscape-program" variable (:default-value "netscape") nil [8056 8517])
78             ("make-obsolete-variable" code nil nil [8519 8583])
79             ("browse-url-netscape-arguments" variable nil nil [8585 8750])
80             ("make-obsolete-variable" code nil nil [8752 8818])
81             ("browse-url-netscape-startup-arguments" variable (:default-value browse-url-netscape-arguments) nil [8820 9118])
82             ("make-obsolete-variable" code nil nil [9120 9194])
83             ("browse-url-browser-display" variable nil nil [9196 9378])
84             ("browse-url-mozilla-program" variable (:default-value "mozilla") nil [9380 9506])
85             ("browse-url-mozilla-arguments" variable nil nil [9508 9671])
86             ("browse-url-mozilla-startup-arguments" variable (:default-value browse-url-mozilla-arguments) nil [9673 9966])
87             ("browse-url-firefox-program" variable (:default-value (let ((candidates (quote ("icecat" "iceweasel" "firefox")))) (while (and candidates (not (executable-find (car candidates)))) (setq candidates (cdr candidates))) (or (car candidates) "firefox"))) nil [9968 10307])
88             ("browse-url-firefox-arguments" variable nil nil [10309 10485])
89             ("browse-url-firefox-startup-arguments" variable (:default-value browse-url-firefox-arguments) nil [10487 10793])
90             ("make-obsolete-variable" code nil nil [10795 10919])
91             ("browse-url-chrome-program" variable (:default-value (let ((candidates (quote ("google-chrome-stable" "google-chrome")))) (while (and candidates (not (executable-find (car candidates)))) (setq candidates (cdr candidates))) (or (car candidates) "chromium"))) nil [10921 11278])
92             ("browse-url-chrome-arguments" variable nil nil [11280 11466])
93             ("browse-url-chromium-program" variable (:default-value (let ((candidates (quote ("chromium" "chromium-browser")))) (while (and candidates (not (executable-find (car candidates)))) (setq candidates (cdr candidates))) (or (car candidates) "chromium"))) nil [11468 11808])
94             ("browse-url-chromium-arguments" variable nil nil [11810 11993])
95             ("browse-url-galeon-program" variable (:default-value "galeon") nil [11995 12118])
96             ("make-obsolete-variable" code nil nil [12120 12182])
97             ("browse-url-galeon-arguments" variable nil nil [12184 12345])
98             ("make-obsolete-variable" code nil nil [12347 12411])
99             ("browse-url-galeon-startup-arguments" variable (:default-value browse-url-galeon-arguments) nil [12413 12702])
100             ("make-obsolete-variable" code nil nil [12704 12776])
101             ("browse-url-epiphany-program" variable (:default-value "epiphany") nil [12778 12907])
102             ("browse-url-epiphany-arguments" variable nil nil [12909 13074])
103             ("browse-url-epiphany-startup-arguments" variable (:default-value browse-url-epiphany-arguments) nil [13076 13373])
104             ("browse-url-gnome-moz-program" variable (:default-value "gnome-moz-remote") nil [13430 13486])
105             ("make-obsolete-variable" code nil nil [13488 13553])
106             ("browse-url-gnome-moz-arguments" variable (:default-value (quote nil)) nil [13555 13754])
107             ("make-obsolete-variable" code nil nil [13756 13823])
108             ("browse-url-mozilla-new-window-is-tab" variable nil nil [13825 14105])
109             ("browse-url-firefox-new-window-is-tab" variable nil nil [14107 14387])
110             ("browse-url-conkeror-new-window-is-buffer" variable nil nil [14389 14698])
111             ("browse-url-galeon-new-window-is-tab" variable nil nil [14700 14978])
112             ("make-obsolete-variable" code nil nil [14980 15052])
113             ("browse-url-epiphany-new-window-is-tab" variable nil nil [15054 15336])
114             ("browse-url-netscape-new-window-is-tab" variable nil nil [15338 15620])
115             ("make-obsolete-variable" code nil nil [15622 15696])
116             ("browse-url-new-window-flag" variable nil nil [15698 15974])
117             ("browse-url-mosaic-program" variable (:default-value "xmosaic") nil [15976 16131])
118             ("make-obsolete-variable" code nil nil [16133 16195])
119             ("browse-url-mosaic-arguments" variable nil nil [16197 16358])
120             ("make-obsolete-variable" code nil nil [16360 16424])
121             ("browse-url-mosaic-pidfile" variable (:default-value "~/.mosaicpid") nil [16426 16562])
122             ("make-obsolete-variable" code nil nil [16564 16626])
123             ("browse-url-conkeror-program" variable (:default-value "conkeror") nil [16628 16775])
124             ("browse-url-conkeror-arguments" variable nil nil [16777 16960])
125             ("browse-url-filename-alist" variable (:default-value (\` (("^/\\(ftp@\\|anonymous@\\)?\\([^:/]+\\):/*" . "ftp://\\2/") ("^/\\([^:@/]+@\\)?\\([^:/]+\\):/*" . "ftp://\\1\\2/") (\,@ (if (memq system-type (quote (windows-nt ms-dos))) (quote (("^\\([a-zA-Z]:\\)[\\/]" . "file:///\\1/") ("^[\\/][\\/]+" . "file://"))))) ("^/+" . "file:///")))) nil [16962 18419])
126             ("browse-url-save-file" variable nil nil [18421 18597])
127             ("browse-url-of-file-hook" variable nil nil [18599 18749])
128             ("browse-url-CCI-port" variable (:default-value 3003) nil [18751 18960])
129             ("make-obsolete-variable" code nil nil [18962 19018])
130             ("browse-url-CCI-host" variable (:default-value "localhost") nil [19020 19271])
131             ("make-obsolete-variable" code nil nil [19273 19329])
132             ("browse-url-temp-file-name" variable nil nil [19331 19369])
133             ("make-variable-buffer-local" code nil nil [19370 19425])
134             ("browse-url-xterm-program" variable (:default-value "xterm") nil [19427 19643])
135             ("browse-url-xterm-args" variable nil nil [19645 19857])
136             ("browse-url-gnudoit-program" variable (:default-value "gnudoit") nil [19859 20015])
137             ("browse-url-gnudoit-args" variable (:default-value (quote ("-q"))) nil [20017 20237])
138             ("browse-url-generic-program" variable nil nil [20239 20417])
139             ("browse-url-generic-args" variable nil nil [20419 20595])
140             ("browse-url-temp-dir" variable (:default-value temporary-file-directory) nil [20597 20912])
141             ("browse-url-netscape-version" variable (:default-value 3) nil [20914 21124])
142             ("make-obsolete-variable" code nil nil [21126 21190])
143             ("browse-url-text-browser" variable (:default-value "lynx") nil [21192 21333])
144             ("browse-url-text-emacs-args" variable (:default-value (and (not window-system) (quote ("-show_cursor")))) nil [21335 21780])
145             ("browse-url-text-input-field" variable (:default-value (quote avoid)) nil [21782 22521])
146             ("browse-url-text-input-attempts" variable (:default-value 10) nil [22523 22707])
147             ("browse-url-text-input-delay" variable (:default-value 0.2) nil [22709 22886])
148             ("browse-url-kde-program" variable (:default-value "kfmclient") nil [22888 23042])
149             ("browse-url-kde-args" variable (:default-value (quote ("openURL"))) nil [23044 23221])
150             ("browse-url-elinks-wrapper" variable (:default-value (quote ("xterm" "-e"))) nil [23223 23397])
151             ("browse-url-url-encode-chars" function (:arguments ("text" "chars")) nil [23483 23926])
152             ("browse-url-encode-url" function (:arguments ("url")) nil [23928 24344])
153             ("browse-url-url-at-point" function nil nil [24427 24648])
154             ("browse-url-interactive-arg" function (:arguments ("prompt")) nil [24821 25673])
155             ("browse-url-maybe-new-window" function (:arguments ("arg")) nil [25873 26025])
156             ("browse-url-of-file" function
157                (:user-visible-flag t
158                 :arguments ("file"))
159                 nil [26135 26852])
160             ("browse-url-file-url" function (:arguments ("file")) nil [26854 27539])
161             ("browse-url-of-buffer" function
162                (:user-visible-flag t
163                 :arguments ("buffer"))
164                 nil [27556 28419])
165             ("browse-url-delete-temp-file" function (:arguments ("temp-file-name")) nil [28421 28752])
166             ("add-hook" code nil nil [28754 28811])
167             ("declare-function" code nil nil [28813 28903])
168             ("browse-url-of-dired-file" function (:user-visible-flag t) nil [28920 29179])
169             ("browse-url-of-region" function
170                (:user-visible-flag t
171                 :arguments ("min" "max"))
172                 nil [29196 29411])
173             ("browse-url" function
174                (:user-visible-flag t
175                 :arguments ("url" "args"))
176                 nil [29598 31871])
177             ("browse-url-at-point" function
178                (:user-visible-flag t
179                 :arguments ("arg"))
180                 nil [31888 32357])
181             ("browse-url-at-mouse" function
182                (:user-visible-flag t
183                 :arguments ("event"))
184                 nil [32374 32807])
185             ("dos-windows-version" variable nil nil [32945 32973])
186             ("declare-function" code nil nil [32974 33021])
187             ("browse-url-default-windows-browser" function
188                (:user-visible-flag t
189                 :arguments ("url" "_new-window"))
190                 nil [33043 34391])
191             ("browse-url-default-macosx-browser" function
192                (:user-visible-flag t
193                 :arguments ("url" "_new-window"))
194                 nil [34393 34665])
195             ("browse-url-process-environment" function nil nil [34688 35175])
196             ("browse-url-emacs-display" function nil nil [35177 35571])
197             ("browse-url-default-browser" function (:arguments ("url" "args")) nil [35573 37251])
198             ("browse-url-can-use-xdg-open" function nil nil [37253 37857])
199             ("browse-url-xdg-open" function
200                (:user-visible-flag t
201                 :arguments ("url" "ignored"))
202                 nil [37874 38188])
203             ("browse-url-netscape" function (:arguments ("url" "new-window")) nil [38205 39766])
204             ("browse-url-netscape-sentinel" function (:arguments ("process" "url")) nil [39768 40276])
205             ("browse-url-netscape-reload" function nil nil [40278 40667])
206             ("browse-url-netscape-send" function (:arguments ("command")) nil [40669 41033])
207             ("browse-url-mozilla" function
208                (:user-visible-flag t
209                 :arguments ("url" "new-window"))
210                 nil [41050 42463])
211             ("browse-url-mozilla-sentinel" function (:arguments ("process" "url")) nil [42465 42936])
212             ("browse-url-firefox" function
213                (:user-visible-flag t
214                 :arguments ("url" "new-window"))
215                 nil [42953 44153])
216             ("browse-url-chromium" function
217                (:user-visible-flag t
218                 :arguments ("url" "_new-window"))
219                 nil [44170 44762])
220             ("browse-url-chrome" function
221                (:user-visible-flag t
222                 :arguments ("url" "_new-window"))
223                 nil [44764 45363])
224             ("browse-url-galeon" function (:arguments ("url" "new-window")) nil [45380 46871])
225             ("browse-url-galeon-sentinel" function (:arguments ("process" "url")) nil [46873 47371])
226             ("browse-url-epiphany" function
227                (:user-visible-flag t
228                 :arguments ("url" "new-window"))
229                 nil [47373 48850])
230             ("browse-url-epiphany-sentinel" function (:arguments ("process" "url")) nil [48852 49330])
231             ("url-handler-regexp" variable nil nil [49332 49359])
232             ("browse-url-emacs" function
233                (:user-visible-flag t
234                 :arguments ("url" "_new-window"))
235                 nil [49376 49999])
236             ("browse-url-gnome-moz" function (:arguments ("url" "new-window")) nil [50016 50953])
237             ("browse-url-mosaic" function (:arguments ("url" "new-window")) nil [50989 53071])
238             ("browse-url-cci" function (:arguments ("url" "new-window")) nil [53117 54336])
239             ("browse-url-conkeror" function
240                (:user-visible-flag t
241                 :arguments ("url" "new-window"))
242                 nil [54373 55689])
243             ("declare-function" code nil nil [55718 55784])
244             ("declare-function" code nil nil [55785 55858])
245             ("browse-url-w3" function
246                (:user-visible-flag t
247                 :arguments ("url" "new-window"))
248                 nil [55875 56545])
249             ("browse-url-w3-gnudoit" function (:arguments ("url" "_new-window")) nil [56562 57137])
250             ("browse-url-text-xterm" function
251                (:user-visible-flag t
252                 :arguments ("url" "_new-window"))
253                 nil [57183 57840])
254             ("declare-function" code nil nil [57885 57928])
255             ("declare-function" code nil nil [57929 57972])
256             ("declare-function" code nil nil [57973 58026])
257             ("browse-url-text-emacs" function
258                (:user-visible-flag t
259                 :arguments ("url" "new-buffer"))
260                 nil [58043 60751])
261             ("rfc2368-parse-mailto-url" function (:prototype-flag t) nil [60772 60818])
262             ("browse-url-mail" function
263                (:user-visible-flag t
264                 :arguments ("url" "new-window"))
265                 nil [60835 62473])
266             ("manual-program" variable nil nil [62491 62514])
267             ("browse-url-man" function
268                (:user-visible-flag t
269                 :arguments ("url" "_new-window"))
270                 nil [62516 62847])
271             ("browse-url-generic" function
272                (:user-visible-flag t
273                 :arguments ("url" "_new-window"))
274                 nil [62891 63557])
275             ("browse-url-kde" function
276                (:user-visible-flag t
277                 :arguments ("url" "_new-window"))
278                 nil [63574 63962])
279             ("browse-url-elinks-new-window" function (:arguments ("url")) nil [63964 64266])
280             ("browse-url-elinks" function
281                (:user-visible-flag t
282                 :arguments ("url" "new-window"))
283                 nil [64283 65074])
284             ("browse-url-elinks-sentinel" function (:arguments ("process" "url")) nil [65076 65786])
285             ("browse-url" package nil nil [65788 65809]))          
286       :file "browse-url.el"
287       :pointmax 65839
288       :fsize 65838
289       :lastmodtime '(23525 29574 0 0)
290       :unmatched-syntax nil)
291     (semanticdb-table "semanticdb-table"
292       :major-mode emacs-lisp-mode
293       :tags 
294         '( ("gnutls" include nil nil [1541 1558])
295             ("format-spec" function (:prototype-flag t) nil [1560 1597])
296             ("format-spec-make" function (:prototype-flag t) nil [1598 1640])
297             ("tls" customgroup (:user-visible-flag t) nil [1642 1722])
298             ("tls-end-of-info" variable (:default-value (concat "\\(" "^    Verify return code: .+
299 ---
300 \\|" "^- Simple Client Mode:
301 " "\\(
302 \\|" "^\\*\\*\\* Starting TLS handshake
303 \\)*" "\\)")) nil [1724 2633])
304             ("tls-program" variable (:default-value (quote ("gnutls-cli --x509cafile %t -p %p %h" "gnutls-cli --x509cafile %t -p %p %h --protocols ssl3"))) nil [2635 4010])
305             ("tls-process-connection-type" variable nil nil [4012 4178])
306             ("tls-success" variable (:default-value "- Handshake was completed\\|SSL handshake has read ") nil [4180 4455])
307             ("tls-checktrust" variable nil nil [4457 5168])
308             ("tls-untrusted" variable (:default-value "- Peer's certificate is NOT trusted\\|Verify return code: \\([^0] \\|.[^ ]\\)") nil [5170 5543])
309             ("tls-hostmismatch" variable (:default-value "# The hostname in the certificate does NOT match") nil [5545 6005])
310             ("tls-certtool-program" variable (:default-value "certtool") nil [6007 6166])
311             ("defalias" code nil nil [6168 6331])
312             ("tls-certificate-information" function (:arguments ("der")) nil [6333 7138])
313             ("open-tls-stream" function (:arguments ("name" "buffer" "host" "port")) nil [7140 10834])
314             ("tls" package nil nil [10836 10850]))          
315       :file "tls.el"
316       :pointmax 10873
317       :fsize 10872
318       :lastmodtime '(23525 29578 0 0)
319       :unmatched-syntax nil)
320     (semanticdb-table "semanticdb-table"
321       :major-mode emacs-lisp-mode
322       :tags 
323         '( ("tls" include nil nil [1521 1535])
324             ("starttls" include nil nil [1536 1555])
325             ("auth-source" include nil nil [1556 1578])
326             ("nsm" include nil nil [1579 1593])
327             ("puny" include nil nil [1594 1609])
328             ("gnutls-negotiate" function (:prototype-flag t) nil [1611 1648])
329             ("open-gnutls-stream" function (:prototype-flag t) nil [1649 1688])
330             ("open-network-stream" function (:arguments ("name" "buffer" "host" "service" "parameters")) nil [1705 7756])
331             ("network-stream-certificate" function (:arguments ("host" "service" "parameters")) nil [7758 8231])
332             ("defalias" code nil nil [8248 8301])
333             ("define-obsolete-function-alias" code nil nil [8302 8386])
334             ("network-stream-open-plain" function (:arguments ("name" "buffer" "host" "service" "parameters")) nil [8388 8977])
335             ("network-stream-open-starttls" function (:arguments ("name" "buffer" "host" "service" "parameters")) nil [8979 14602])
336             ("network-stream-command" function (:arguments ("stream" "command" "eoc")) nil [14604 14846])
337             ("network-stream-get-response" function (:arguments ("stream" "start" "end-of-command")) nil [14848 15325])
338             ("network-stream-open-tls" function (:arguments ("name" "buffer" "host" "service" "parameters")) nil [15327 16865])
339             ("network-stream-open-shell" function (:arguments ("name" "buffer" "host" "service" "parameters")) nil [16867 17589])
340             ("network-stream" package nil nil [17591 17616]))          
341       :file "network-stream.el"
342       :pointmax 17650
343       :fsize 17649
344       :lastmodtime '(23525 29576 0 0)
345       :unmatched-syntax nil)
346     (semanticdb-table "semanticdb-table"
347       :file "starttls.el"
348       :fsize 11399
349       :lastmodtime '(23525 29578 0 0))
350     (semanticdb-table "semanticdb-table"
351       :file "nsm.el"
352       :fsize 17389
353       :lastmodtime '(23525 29576 0 0))
354     (semanticdb-table "semanticdb-table"
355       :major-mode emacs-lisp-mode
356       :tags 
357         '( ("seq" include nil nil [1044 1058])
358             ("puny-encode-domain" function (:arguments ("domain")) nil [1060 1460])
359             ("puny-encode-string" function (:arguments ("string")) nil [1462 2001])
360             ("puny-decode-domain" function (:arguments ("domain")) nil [2003 2213])
361             ("puny-decode-string" function (:arguments ("string")) nil [2215 2447])
362             ("puny-initial-n" variable
363                (:constant-flag t
364                 :default-value 128)
365                 nil [2449 2478])
366             ("puny-initial-bias" variable
367                (:constant-flag t
368                 :default-value 72)
369                 nil [2479 2510])
370             ("puny-base" variable
371                (:constant-flag t
372                 :default-value 36)
373                 nil [2511 2534])
374             ("puny-damp" variable
375                (:constant-flag t
376                 :default-value 700)
377                 nil [2535 2559])
378             ("puny-tmin" variable
379                (:constant-flag t
380                 :default-value 1)
381                 nil [2560 2582])
382             ("puny-tmax" variable
383                (:constant-flag t
384                 :default-value 26)
385                 nil [2583 2606])
386             ("puny-skew" variable
387                (:constant-flag t
388                 :default-value 28)
389                 nil [2607 2630])
390             ("puny-encode-digit" function (:arguments ("d")) nil [2658 2738])
391             ("puny-adapt" function (:arguments ("delta" "num-points" "first-time")) nil [2740 3235])
392             ("puny-encode-complex" function (:arguments ("insertion-points" "string")) nil [3237 4950])
393             ("puny-decode-digit" function (:arguments ("cp")) nil [4952 5109])
394             ("puny-decode-string-internal" function (:arguments ("string")) nil [5111 6705])
395             ("puny-highly-restrictive-string-p" function (:arguments ("string")) nil [6872 9019])
396             ("puny-highly-restrictive-domain-p" function (:arguments ("domain")) nil [9021 9284])
397             ("puny" package nil nil [9286 9301]))          
398       :file "puny.el"
399       :pointmax 9325
400       :fsize 9328
401       :lastmodtime '(23525 29576 0 0)
402       :unmatched-syntax nil)
403     (semanticdb-table "semanticdb-table"
404       :major-mode emacs-lisp-mode
405       :tags 
406         '( ("cl" include nil nil [1246 1259])
407             ("mail-utils" include nil nil [1262 1283])
408             ("parse-time-months" variable nil nil [1284 1310])
409             ("pop3" customgroup (:user-visible-flag t) nil [1312 1394])
410             ("pop3-maildrop" variable (:default-value (or (user-login-name) (getenv "LOGNAME") (getenv "USER"))) nil [1396 1576])
411             ("pop3-mailhost" variable (:default-value (or (getenv "MAILHOST") "pop3")) nil [1578 1743])
412             ("pop3-port" variable (:default-value 110) nil [1745 1847])
413             ("pop3-password-required" variable (:default-value t) nil [1849 2017])
414             ("pop3-password" variable nil nil [2051 2183])
415             ("pop3-authentication-scheme" variable (:default-value (quote pass)) nil [2185 2491])
416             ("pop3-stream-length" variable (:default-value 100) nil [2493 2772])
417             ("pop3-leave-mail-on-server" variable nil nil [2774 3806])
418             ("pop3-uidl-file" variable (:default-value "~/.pop3-uidl") nil [3808 3924])
419             ("pop3-uidl-file-backup" variable (:default-value (quote (0 9))) nil [3926 4811])
420             ("pop3-timestamp" variable nil nil [4813 4937])
421             ("pop3-read-point" variable nil nil [4939 4967])
422             ("pop3-debug" variable nil nil [4968 4991])
423             ("if" code nil nil [5140 5799])
424             ("pop3-uidl" variable nil nil [5802 5820])
425             ("pop3-uidl-saved" variable nil nil [5918 5942])
426             ("pop3-movemail" function (:arguments ("file")) nil [6493 7718])
427             ("pop3-send-streaming-command" function (:arguments ("process" "command" "messages" "total-size")) nil [7720 8358])
428             ("pop3-wait-for-messages" function (:arguments ("process" "count" "total-size" "start-point")) nil [8360 9209])
429             ("pop3-write-to-file" function (:arguments ("file" "messages")) nil [9211 10308])
430             ("pop3-logon" function (:arguments ("process")) nil [10310 10890])
431             ("pop3-get-message-count" function nil nil [10892 11693])
432             ("pop3-uidl-stat" function (:arguments ("process")) nil [11695 13285])
433             ("pop3-uidl-dele" function (:arguments ("process")) nil [13287 15195])
434             ("pop3-uidl-load" function nil nil [15197 15564])
435             ("pop3-uidl-save" function nil nil [15566 16650])
436             ("pop3-uidl-add-xheader" function (:arguments ("start" "msgno")) nil [16652 17166])
437             ("pop3-stream-type" variable nil nil [17168 17641])
438             ("pop3-open-server" function (:arguments ("mailhost" "port")) nil [17643 18965])
439             ("pop3-send-command" function (:arguments ("process" "command")) nil [18989 19317])
440             ("pop3-read-response" function (:arguments ("process" "return")) nil [19319 20120])
441             ("pop3-clean-region" function (:arguments ("start" "end")) nil [20122 20501])
442             ("pop3-make-date" function (:arguments ("now")) nil [20537 21089])
443             ("pop3-munge-message-separator" function (:arguments ("start" "end")) nil [21091 22865])
444             ("pop3-user" function (:arguments ("process" "user")) nil [22911 23185])
445             ("pop3-pass" function (:arguments ("process")) nil [23187 23461])
446             ("pop3-apop" function (:arguments ("process" "user")) nil [23463 23998])
447             ("pop3-stat" function (:arguments ("process")) nil [24022 24342])
448             ("pop3-list" function (:arguments ("process" "msg")) nil [24344 25223])
449             ("pop3-retr" function (:arguments ("process" "msg" "crashbuf")) nil [25225 26333])
450             ("pop3-dele" function (:arguments ("process" "msg")) nil [26335 26486])
451             ("pop3-noop" function (:arguments ("process" "msg")) nil [26488 26605])
452             ("pop3-last" function (:arguments ("process")) nil [26607 26850])
453             ("pop3-rset" function (:arguments ("process")) nil [26852 26998])
454             ("pop3-quit" function (:arguments ("process")) nil [27011 27365])
455             ("pop3" package nil nil [29593 29608]))          
456       :file "pop3.el"
457       :pointmax 29632
458       :fsize 29631
459       :lastmodtime '(23525 29576 0 0)
460       :unmatched-syntax '((close-paren 5799 . 5800) (symbol 5121 . 5137) (open-paren 5120 . 5121) (close-paren 1259 . 1260) (symbol 1228 . 1245) (open-paren 1227 . 1228)))
461     (semanticdb-table "semanticdb-table"
462       :major-mode emacs-lisp-mode
463       :tags 
464         '( ("net-utils--executable-find-sbin" function (:arguments ("command")) nil [1692 1901])
465             ("net-utils" customgroup (:user-visible-flag t) nil [2053 2164])
466             ("traceroute-program" variable (:default-value (if (eq system-type (quote windows-nt)) "tracert" "traceroute")) nil [2166 2354])
467             ("traceroute-program-options" variable nil nil [2356 2484])
468             ("ping-program" variable (:default-value "ping") nil [2486 2606])
469             ("ping-program-options" variable (:default-value (and (eq system-type (quote gnu/linux)) (list "-c" "4"))) nil [2720 2961])
470             ("define-obsolete-variable-alias" code nil nil [2963 3038])
471             ("ifconfig-program" variable (:default-value (cond ((eq system-type (quote windows-nt)) "ipconfig") ((executable-find "ifconfig") "ifconfig") ((net-utils--executable-find-sbin "ifconfig")) ((net-utils--executable-find-sbin "ip")) (t "ip"))) nil [3040 3432])
472             ("define-obsolete-variable-alias" code nil nil [3434 3527])
473             ("ifconfig-program-options" variable (:default-value (cond ((string-match "ipconfig\\'" ifconfig-program) (quote ("/all"))) ((string-match "ifconfig\\'" ifconfig-program) (quote ("-a"))) ((string-match "ip\\'" ifconfig-program) (quote ("addr"))))) nil [3529 3891])
474             ("iwconfig-program" variable (:default-value (cond ((executable-find "iwconfig") "iwconfig") ((net-utils--executable-find-sbin "iw") "iw") (t "iw"))) nil [3893 4162])
475             ("iwconfig-program-options" variable (:default-value (cond ((string-match-p "iw\\'" iwconfig-program) (list "dev")) (t nil))) nil [4164 4379])
476             ("netstat-program" variable (:default-value (cond ((executable-find "netstat") "netstat") ((net-utils--executable-find-sbin "ss")) (t "ss"))) nil [4381 4619])
477             ("netstat-program-options" variable (:default-value (list "-a")) nil [4621 4753])
478             ("arp-program" variable (:default-value (or (net-utils--executable-find-sbin "arp") "arp")) nil [4755 4921])
479             ("arp-program-options" variable (:default-value (list "-a")) nil [4923 5047])
480             ("route-program" variable (:default-value (cond ((eq system-type (quote windows-nt)) "route") ((executable-find "netstat") "netstat") ((net-utils--executable-find-sbin "netstat")) ((executable-find "ip") "ip") ((net-utils--executable-find-sbin "ip")) (t "ip"))) nil [5049 5420])
481             ("route-program-options" variable (:default-value (cond ((eq system-type (quote windows-nt)) (list "print")) ((string-match-p "netstat\\'" route-program) (list "-r")) (t (list "route")))) nil [5422 5702])
482             ("nslookup-program" variable (:default-value "nslookup") nil [5704 5832])
483             ("nslookup-program-options" variable nil nil [5834 5958])
484             ("nslookup-prompt-regexp" variable (:default-value "^> ") nil [5960 6161])
485             ("dig-program" variable (:default-value "dig") nil [6163 6267])
486             ("dig-program-options" variable nil nil [6269 6400])
487             ("ftp-program" variable (:default-value "ftp") nil [6402 6508])
488             ("ftp-program-options" variable nil nil [6510 6624])
489             ("ftp-prompt-regexp" variable (:default-value "^ftp>") nil [6626 6834])
490             ("smbclient-program" variable (:default-value "smbclient") nil [6836 6937])
491             ("smbclient-program-options" variable nil nil [6939 7065])
492             ("smbclient-prompt-regexp" variable (:default-value "^smb: >") nil [7067 7289])
493             ("dns-lookup-program" variable (:default-value "host") nil [7291 7417])
494             ("dns-lookup-program-options" variable nil nil [7419 7547])
495             ("network-connection-service" variable nil nil [7571 7610])
496             ("network-connection-host" variable nil nil [7611 7650])
497             ("nslookup-font-lock-keywords" variable (:default-value (list (list "^[A-Za-z0-9 _]+:" 0 (quote font-lock-type-face)) (list "\\<\\(SOA\\|NS\\|MX\\|A\\|CNAME\\)\\>" 1 (quote font-lock-keyword-face)) (list (mapconcat (quote identity) (make-list 4 "[0-9]+") "\\.") 0 (quote font-lock-variable-name-face)) (list (let ((host-expression "[-A-Za-z0-9]+")) (concat (mapconcat (quote identity) (make-list 2 host-expression) "\\.") "\\(\\." host-expression "\\)*")) 0 (quote font-lock-variable-name-face)))) nil [7795 8434])
498             ("net-utils-font-lock-keywords" variable (:default-value (list (list (mapconcat (quote identity) (make-list 4 "[0-9]+") "\\.") 0 (quote font-lock-variable-name-face)) (list (concat "\\( \\([[:xdigit:]]+\\(:\\|::\\)\\)+[[:xdigit:]]+\\)" "\\|" "\\(::[[:xdigit:]]+\\)") 0 (quote font-lock-variable-name-face)) (list (let ((host-expression "[-A-Za-z0-9]+")) (concat (mapconcat (quote identity) (make-list 2 host-expression) "\\.") "\\(\\." host-expression "\\)*")) 0 (quote font-lock-variable-name-face)))) nil [8593 9227])
499             ("define-derived-mode" code nil nil [9229 9515])
500             ("net-utils-machine-at-point" function nil nil [9779 10071])
501             ("net-utils-url-at-point" function nil nil [10073 10426])
502             ("net-utils-remove-ctrl-m-filter" function (:arguments ("process" "output-string")) nil [10428 10999])
503             ("declare-function" code nil nil [11001 11066])
504             ("net-utils-run-program" function (:arguments ("name" "header" "program" "args")) nil [11068 11775])
505             ("net-utils--revert-cmd" variable nil nil [11991 12025])
506             ("net-utils-run-simple" function (:arguments ("buffer" "program-name" "args" "nodisplay")) nil [12027 13184])
507             ("net-utils--revert-function" function (:arguments ("ignore-auto" "noconfirm")) nil [13186 13623])
508             ("ifconfig" function (:user-visible-flag t) nil [13640 13842])
509             ("defalias" code nil nil [13844 13874])
510             ("iwconfig" function (:user-visible-flag t) nil [13891 14093])
511             ("netstat" function (:user-visible-flag t) nil [14110 14307])
512             ("arp" function (:user-visible-flag t) nil [14324 14501])
513             ("route" function (:user-visible-flag t) nil [14518 14705])
514             ("traceroute" function
515                (:user-visible-flag t
516                 :arguments ("target"))
517                 nil [14887 15213])
518             ("ping" function
519                (:user-visible-flag t
520                 :arguments ("host"))
521                 nil [15230 15705])
522             ("nslookup-host" function
523                (:user-visible-flag t
524                 :arguments ("host" "name-server"))
525                 nil [15986 16791])
526             ("nslookup" function (:user-visible-flag t) nil [16808 16952])
527             ("comint-prompt-regexp" variable nil nil [16954 16983])
528             ("comint-input-autoexpand" variable nil nil [16984 17016])
529             ("comint-mode" function
530                (:prototype-flag t
531                 :user-visible-flag t)
532                 nil [17018 17056])
533             ("nslookup-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "    " (quote completion-at-point)) map)) nil [17058 17176])
534             ("define-derived-mode" code nil nil [17232 17525])
535             ("dns-lookup-host" function
536                (:user-visible-flag t
537                 :arguments ("host" "name-server"))
538                 nil [17542 18381])
539             ("run-dig" function
540                (:user-visible-flag t
541                 :arguments ("host" "name-server"))
542                 nil [18398 19176])
543             ("comint-exec" function (:prototype-flag t) nil [19178 19210])
544             ("ftp" function
545                (:user-visible-flag t
546                 :arguments ("host"))
547                 nil [19282 19721])
548             ("ftp-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "    " (quote completion-at-point)) map)) nil [19723 19863])
549             ("define-derived-mode" code nil nil [19865 20604])
550             ("smbclient" function
551                (:user-visible-flag t
552                 :arguments ("host" "service"))
553                 nil [20606 21285])
554             ("smbclient-list-shares" function
555                (:user-visible-flag t
556                 :arguments ("host"))
557                 nil [21287 21740])
558             ("define-derived-mode" code nil nil [21742 22505])
559             ("network-connection-service-alist" variable (:default-value (list (cons (quote echo) 7) (cons (quote active-users) 11) (cons (quote daytime) 13) (cons (quote chargen) 19) (cons (quote ftp) 21) (cons (quote telnet) 23) (cons (quote smtp) 25) (cons (quote time) 37) (cons (quote whois) 43) (cons (quote gopher) 70) (cons (quote finger) 79) (cons (quote www) 80) (cons (quote pop2) 109) (cons (quote pop3) 110) (cons (quote sun-rpc) 111) (cons (quote nntp) 119) (cons (quote ntp) 123) (cons (quote netbios-name) 137) (cons (quote netbios-data) 139) (cons (quote irc) 194) (cons (quote https) 443) (cons (quote rlogin) 513))) nil [22732 23407])
560             ("run-network-program" function (:arguments ("process-name" "host" "port" "initial-string")) nil [23430 24047])
561             ("finger-X.500-host-regexps" variable nil nil [24192 24545])
562             ("finger" function
563                (:user-visible-flag t
564                 :arguments ("user" "host"))
565                 nil [24581 25765])
566             ("whois-server-name" variable (:default-value "rs.internic.net") nil [25767 25896])
567             ("whois-server-list" variable (:default-value (quote (("whois.arin.net") ("rs.internic.net") ("whois.publicinterestregistry.net") ("whois.abuse.net") ("whois.apnic.net") ("nic.ddn.mil") ("whois.nic.mil") ("whois.nic.gov") ("whois.ripe.net")))) nil [25898 26326])
568             ("whois-server-tld" variable (:default-value (quote (("rs.internic.net" . "com") ("whois.publicinterestregistry.net" . "org") ("whois.ripe.net" . "be") ("whois.ripe.net" . "de") ("whois.ripe.net" . "dk") ("whois.ripe.net" . "it") ("whois.ripe.net" . "fi") ("whois.ripe.net" . "fr") ("whois.ripe.net" . "uk") ("whois.apnic.net" . "au") ("whois.apnic.net" . "ch") ("whois.apnic.net" . "hk") ("whois.apnic.net" . "jp") ("whois.nic.gov" . "gov") ("whois.nic.mil" . "mil")))) nil [26503 27119])
569             ("whois-guess-server" variable (:default-value t) nil [27121 27387])
570             ("whois-get-tld" function (:arguments ("host")) nil [27389 27705])
571             ("whois" function
572                (:user-visible-flag t
573                 :arguments ("arg" "search-string"))
574                 nil [27740 28562])
575             ("whois-reverse-lookup-server" variable (:default-value "whois.arin.net") nil [28564 28704])
576             ("whois-reverse-lookup" function nil nil [28721 28858])
577             ("define-derived-mode" code nil nil [29068 29216])
578             ("network-connection-mode-setup" function (:arguments ("host" "service")) nil [29218 29453])
579             ("network-connection-to-service" function
580                (:user-visible-flag t
581                 :arguments ("host" "service"))
582                 nil [29470 29995])
583             ("network-connection" function
584                (:user-visible-flag t
585                 :arguments ("host" "port"))
586                 nil [30012 30192])
587             ("network-service-connection" function (:arguments ("host" "service")) nil [30194 30773])
588             ("comint-input-ring" variable nil nil [30775 30801])
589             ("network-connection-reconnect" function (:user-visible-flag t) nil [30803 31571])
590             ("net-utils" package nil nil [31573 31593]))          
591       :file "net-utils.el"
592       :pointmax 31622
593       :fsize 31621
594       :lastmodtime '(23525 29576 0 0)
595       :unmatched-syntax nil)
596     (semanticdb-table "semanticdb-table"
597       :major-mode emacs-lisp-mode
598       :tags 
599         '( ("tramp" include nil nil [1228 1244])
600             ("tramp-adb-program" variable (:default-value "adb") nil [1267 1416])
601             ("tramp-adb-connect-if-not-connected" variable nil nil [1439 1665])
602             ("tramp-adb-method" variable
603                (:constant-flag t
604                 :default-value "adb")
605                 nil [1688 1799])
606             ("tramp-adb-prompt" variable (:default-value "^\\(?:[[:digit:]]*|?\\)?\\(?:[[:alnum:];[]*@?[[:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]") nil [1822 2056])
607             ("tramp-adb-ls-date-regexp" variable
608                (:constant-flag t
609                 :default-value "[[:space:]][0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9][[:space:]][0-9][0-9]:[0-9][0-9][[:space:]]")
610                 nil [2058 2227])
611             ("tramp-adb-ls-toolbox-regexp" variable
612                (:constant-flag t
613                 :default-value (concat "^[[:space:]]*\\([-[:alpha:]]+\\)" "\\(?:[[:space:]]+[[:digit:]]+\\)?" "[[:space:]]*\\([^[:space:]]+\\)" "[[:space:]]+\\([^[:space:]]+\\)" "[[:space:]]+\\([[:digit:]]+\\)" "[[:space:]]+\\([-[:digit:]]+[[:space:]][:[:digit:]]+\\)" "[[:space:]]\\(.*\\)$"))
614                 nil [2229 2683])
615             ("add-to-list" code nil nil [2706 2843])
616             ("add-to-list" code nil nil [2866 2933])
617             ("eval-after-load" code nil nil [2956 3073])
618             ("tramp-adb-file-name-handler-alist" variable
619                (:constant-flag t
620                 :default-value (quote ((access-file . ignore) (add-name-to-file . tramp-handle-add-name-to-file) (copy-file . tramp-adb-handle-copy-file) (delete-directory . tramp-adb-handle-delete-directory) (delete-file . tramp-adb-handle-delete-file) (directory-file-name . tramp-handle-directory-file-name) (directory-files . tramp-handle-directory-files) (directory-files-and-attributes . tramp-adb-handle-directory-files-and-attributes) (dired-compress-file . ignore) (dired-uncache . tramp-handle-dired-uncache) (expand-file-name . tramp-adb-handle-expand-file-name) (file-accessible-directory-p . tramp-handle-file-accessible-directory-p) (file-acl . ignore) (file-attributes . tramp-adb-handle-file-attributes) (file-directory-p . tramp-adb-handle-file-directory-p) (file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-handle-file-exists-p) (file-exists-p . tramp-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-adb-handle-file-local-copy) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-adb-handle-file-name-all-completions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insensitive-p) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) (file-newer-than-file-p . tramp-handle-file-newer-than-file-p) (file-notify-add-watch . tramp-handle-file-notify-add-watch) (file-notify-rm-watch . tramp-handle-file-notify-rm-watch) (file-notify-valid-p . tramp-handle-file-notify-valid-p) (file-ownership-preserved-p . ignore) (file-readable-p . tramp-handle-file-exists-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-system-info . tramp-adb-handle-file-system-info) (file-truename . tramp-adb-handle-file-truename) (file-writable-p . tramp-adb-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-handle-insert-directory) (insert-file-contents . tramp-handle-insert-file-contents) (load . tramp-handle-load) (make-auto-save-file-name . tramp-handle-make-auto-save-file-name) (make-directory . tramp-adb-handle-make-directory) (make-directory-internal . ignore) (make-nearby-temp-file . tramp-handle-make-nearby-temp-file) (make-symbolic-link . tramp-handle-make-symbolic-link) (process-file . tramp-adb-handle-process-file) (rename-file . tramp-adb-handle-rename-file) (set-file-acl . ignore) (set-file-modes . tramp-adb-handle-set-file-modes) (set-file-selinux-context . ignore) (set-file-times . tramp-adb-handle-set-file-times) (set-visited-file-modtime . tramp-handle-set-visited-file-modtime) (shell-command . tramp-adb-handle-shell-command) (start-file-process . tramp-adb-handle-start-file-process) (substitute-in-file-name . tramp-handle-substitute-in-file-name) (temporary-file-directory . tramp-handle-temporary-file-directory) (unhandled-file-name-directory . ignore) (vc-registered . ignore) (verify-visited-file-modtime . tramp-handle-verify-visited-file-modtime) (write-region . tramp-adb-handle-write-region))))
621                 nil [3096 7156])
622             ("tramp-adb-file-name-p" function (:arguments ("filename")) nil [7315 7503])
623             ("tramp-adb-file-name-handler" function (:arguments ("operation" "args")) nil [7526 7887])
624             ("tramp-register-foreign-file-name-handler" code nil nil [7910 8005])
625             ("tramp-adb-parse-device-names" function (:arguments ("_ignore")) nil [8028 9132])
626             ("tramp-adb-handle-expand-file-name" function (:arguments ("name" "dir")) nil [9134 10258])
627             ("tramp-adb-handle-file-directory-p" function (:arguments ("filename")) nil [10260 10457])
628             ("tramp-adb-handle-file-system-info" function (:arguments ("filename")) nil [10459 11502])
629             ("tramp-adb-handle-file-truename" function (:arguments ("filename")) nil [11597 14676])
630             ("tramp-adb-handle-file-attributes" function (:arguments ("filename" "id-format")) nil [14678 15287])
631             ("tramp-do-parse-file-attributes-with-ls" function (:arguments ("vec" "id-format")) nil [15289 16466])
632             ("tramp-adb-handle-directory-files-and-attributes" function (:arguments ("directory" "full" "match" "nosort" "id-format")) nil [16468 18139])
633             ("tramp-adb-get-ls-command" function (:arguments ("vec")) nil [18141 18806])
634             ("tramp-adb--gnu-switches-to-ash" function (:arguments ("switches")) nil [18808 19320])
635             ("tramp-adb-sh-fix-ls-output" function (:arguments ("sort-by-time")) nil [19322 20297])
636             ("tramp-adb-ls-output-time-less-p" function (:arguments ("a" "b")) nil [20299 20692])
637             ("tramp-adb-ls-output-name-less-p" function (:arguments ("a" "b")) nil [20694 21040])
638             ("tramp-adb-handle-make-directory" function (:arguments ("dir" "parents")) nil [21042 21694])
639             ("tramp-adb-handle-delete-directory" function (:arguments ("directory" "recursive" "_trash")) nil [21696 22386])
640             ("tramp-adb-handle-delete-file" function (:arguments ("filename" "_trash")) nil [22388 22824])
641             ("tramp-adb-handle-file-name-all-completions" function (:arguments ("filename" "directory")) nil [22826 23821])
642             ("tramp-adb-handle-file-local-copy" function (:arguments ("filename")) nil [23823 24726])
643             ("tramp-adb-handle-file-writable-p" function (:arguments ("filename")) nil [24728 25614])
644             ("tramp-adb-handle-write-region" function (:arguments ("start" "end" "filename" "append" "visit" "lockname" "mustbenew")) nil [25616 27246])
645             ("tramp-adb-handle-set-file-modes" function (:arguments ("filename" "mode")) nil [27248 27580])
646             ("tramp-adb-handle-set-file-times" function (:arguments ("filename" "time")) nil [27582 28168])
647             ("tramp-adb-handle-copy-file" function (:arguments ("filename" "newname" "ok-if-already-exists" "keep-date" "_preserve-uid-gid" "_preserve-extended-attributes")) nil [28170 30807])
648             ("tramp-adb-handle-rename-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [30809 32355])
649             ("tramp-adb-handle-process-file" function (:arguments ("program" "infile" "destination" "display" "args")) nil [32357 36113])
650             ("tramp-adb-handle-shell-command" function (:arguments ("command" "output-buffer" "error-buffer")) nil [36115 38698])
651             ("tramp-adb-handle-start-file-process" function (:arguments ("name" "buffer" "program" "args")) nil [38863 41670])
652             ("tramp-adb-get-device" function (:arguments ("vec")) nil [41672 43431])
653             ("tramp-adb-execute-adb-command" function (:arguments ("vec" "args")) nil [43433 43984])
654             ("tramp-adb-find-test-command" function (:arguments ("vec")) nil [43986 44221])
655             ("tramp-adb-send-command" function (:arguments ("vec" "command")) nil [44248 45055])
656             ("tramp-adb-send-command-and-check" function (:arguments ("vec" "command")) nil [45057 45855])
657             ("tramp-adb-barf-unless-okay" function (:arguments ("vec" "command" "fmt" "args")) nil [45857 46137])
658             ("tramp-adb-wait-for-output" function (:arguments ("proc" "timeout")) nil [46139 47505])
659             ("tramp-adb-maybe-open-connection" function (:arguments ("vec")) nil [47507 51630])
660             ("add-hook" code nil nil [51632 51716])
661             ("tramp-adb" package nil nil [51718 51738]))          
662       :file "tramp-adb.el"
663       :pointmax 51767
664       :fsize 51768
665       :lastmodtime '(23525 29578 0 0)
666       :unmatched-syntax nil)
667     (semanticdb-table "semanticdb-table"
668       :major-mode emacs-lisp-mode
669       :tags 
670         '( ("tramp-compat" include nil nil [2135 2158])
671             ("cl-lib" include nil nil [2185 2202])
672             ("auto-save-file-name-transforms" variable nil nil [2203 2242])
673             ("eshell-path-env" variable nil nil [2243 2267])
674             ("ls-lisp-use-insert-directory-program" variable nil nil [2268 2313])
675             ("outline-regexp" variable nil nil [2314 2337])
676             ("tramp" customgroup (:user-visible-flag t) nil [2382 2548])
677             ("tramp-mode" variable (:default-value t) nil [2629 2797])
678             ("tramp-verbose" variable (:default-value 3) nil [2799 3236])
679             ("tramp-backup-directory-alist" variable nil nil [3238 3908])
680             ("tramp-auto-save-directory" variable nil nil [3910 4267])
681             ("tramp-encoding-shell" variable (:default-value (or (tramp-compat-funcall (quote w32-shell-name)) "/bin/sh")) nil [4269 5238])
682             ("tramp-encoding-command-switch" variable (:default-value (if (tramp-compat-funcall (quote w32-shell-dos-semantics)) "/c" "-c")) nil [5240 5535])
683             ("tramp-encoding-command-interactive" variable (:default-value (unless (tramp-compat-funcall (quote w32-shell-dos-semantics)) "-i")) nil [5537 5879])
684             ("tramp-methods" variable nil nil [5902 12041])
685             ("tramp-default-method" variable (:default-value (cond ((and (eq system-type (quote windows-nt)) (executable-find "pscp")) "pscp") ((executable-find "scp") "scp") (t "ftp"))) nil [12043 13150])
686             ("tramp-default-method-alist" variable nil nil [13173 13972])
687             ("tramp-default-method-marker" variable
688                (:constant-flag t
689                 :default-value "-")
690                 nil [13974 14068])
691             ("tramp-default-user" variable nil nil [14070 14436])
692             ("tramp-default-user-alist" variable nil nil [14459 15201])
693             ("tramp-default-host" variable (:default-value (system-name)) nil [15203 15384])
694             ("tramp-default-host-alist" variable nil nil [15407 16167])
695             ("tramp-default-proxies-alist" variable nil nil [16169 17116])
696             ("tramp-save-ad-hoc-proxies" variable nil nil [17118 17277])
697             ("tramp-restricted-shell-hosts-alist" variable (:default-value (when (memq system-type (quote (windows-nt))) (list (concat "\\`" (regexp-quote (system-name)) "\\'")))) nil [17279 17834])
698             ("tramp-local-host-regexp" variable
699                (:constant-flag t
700                 :default-value (concat "\\`" (regexp-opt (list "localhost" "localhost6" (system-name) "127.0.0.1" "::1") t) "\\'"))
701                 nil [17857 18055])
702             ("tramp-completion-function-alist" variable nil nil [18057 19137])
703             ("tramp-echo-mark-marker" variable
704                (:constant-flag t
705                 :default-value "_echo")
706                 nil [19139 19227])
707             ("tramp-echo-mark-marker-length" variable
708                (:constant-flag t
709                 :default-value (length tramp-echo-mark-marker))
710                 nil [19229 19348])
711             ("tramp-echo-mark" variable
712                (:constant-flag t
713                 :default-value (concat tramp-echo-mark-marker (make-string tramp-echo-mark-marker-length 8)))
714                 nil [19350 19901])
715             ("tramp-echoed-echo-mark-regexp" variable
716                (:constant-flag t
717                 :default-value (format "%s\\(\\( \\)?\\)\\{%d\\}" tramp-echo-mark-marker tramp-echo-mark-marker-length))
718                 nil [19903 20123])
719             ("tramp-local-end-of-line" variable (:default-value (if (memq system-type (quote (windows-nt))) "
720 " "
721 ")) nil [20125 20332])
722             ("tramp-rsh-end-of-line" variable (:default-value "
723 ") nil [20334 20574])
724             ("tramp-login-prompt-regexp" variable (:default-value ".*\\(user\\|login\\)\\( .*\\)?: *") nil [20576 20845])
725             ("tramp-shell-prompt-pattern" variable (:default-value (concat "\\(?:^\\| \\)" "[^]#$%>
726 ]*#?[]#$%>] *\\(\\[[0-9;]*[a-zA-Z] *\\)*")) nil [20847 21908])
727             ("tramp-password-prompt-regexp" variable (:default-value (format "^.*\\(%s\\).*:? *" (regexp-opt (or (bound-and-true-p password-word-equivalents) (quote ("password" "passphrase")))))) nil [21910 22406])
728             ("tramp-wrong-passwd-regexp" variable (:default-value (concat "^.*" (regexp-opt (quote ("Permission denied" "Login incorrect" "Login Incorrect" "Connection refused" "Connection closed" "Timeout, server not responding." "Sorry, try again." "Name or service not known" "Host key verification failed." "No supported authentication methods left to try!")) t) ".*" "\\|" "^.*\\(" "Received signal [0-9]+" "\\).*")) nil [22408 23086])
729             ("tramp-yesno-prompt-regexp" variable (:default-value (concat (regexp-opt (quote ("Are you sure you want to continue connecting (yes/no)?")) t) "\\s-*")) nil [23088 23479])
730             ("tramp-yn-prompt-regexp" variable (:default-value (concat (regexp-opt (quote ("Store key in cache? (y/n)" "Update cached key? (y/n, Return cancels connection)")) t) "\\s-*")) nil [23481 23909])
731             ("tramp-terminal-prompt-regexp" variable (:default-value (concat "\\(" "TERM = (.*)" "\\|" "Terminal type\\? \\[.*\\]" "\\)\\s-*")) nil [23911 24260])
732             ("tramp-operation-not-permitted-regexp" variable (:default-value (concat "\\(" "preserving times.*" "\\|" "set mode" "\\)" ":\\s-*" (regexp-opt (quote ("Operation not permitted")) t))) nil [24262 24637])
733             ("tramp-copy-failed-regexp" variable (:default-value (concat "\\(.+: " (regexp-opt (quote ("Permission denied" "not a regular file" "is a directory" "No such file or directory")) t) "\\)\\s-*")) nil [24639 25042])
734             ("tramp-process-alive-regexp" variable nil nil [25044 25420])
735             ("tramp-temp-name-prefix" variable
736                (:constant-flag t
737                 :default-value "tramp.")
738                 nil [25422 25786])
739             ("tramp-temp-buffer-name" variable
740                (:constant-flag t
741                 :default-value " *tramp temp*")
742                 nil [25788 25942])
743             ("tramp-temp-buffer-file-name" variable nil nil [25944 26071])
744             ("make-variable-buffer-local" code nil nil [26072 26129])
745             ("put" code nil nil [26130 26183])
746             ("tramp-syntax" variable (:default-value (quote default)) nil [26206 26824])
747             ("tramp-set-syntax" function (:arguments ("symbol" "value")) nil [26826 28389])
748             ("eval-after-load" code nil nil [28658 28746])
749             ("tramp-syntax-values" function nil nil [28748 28960])
750             ("tramp-lookup-syntax" function (:arguments ("alist")) nil [28962 29228])
751             ("tramp-prefix-format-alist" variable
752                (:constant-flag t
753                 :default-value (quote ((default . "/") (simplified . "/") (separate . "/["))))
754                 nil [29230 29407])
755             ("tramp-build-prefix-format" function nil nil [29409 29495])
756             ("tramp-prefix-format" variable (:default-value (tramp-build-prefix-format)) nil [29497 29651])
757             ("tramp-build-prefix-regexp" function nil nil [29653 29739])
758             ("tramp-prefix-regexp" variable (:default-value (tramp-build-prefix-regexp)) nil [29741 29925])
759             ("tramp-method-regexp-alist" variable
760                (:constant-flag t
761                 :default-value (quote ((default . "[a-zA-Z0-9-]+") (simplified . "") (separate . "[a-zA-Z0-9-]*"))))
762                 nil [29927 30128])
763             ("tramp-build-method-regexp" function nil nil [30130 30216])
764             ("tramp-method-regexp" variable (:default-value (tramp-build-method-regexp)) nil [30218 30358])
765             ("tramp-postfix-method-format-alist" variable
766                (:constant-flag t
767                 :default-value (quote ((default . ":") (simplified . "") (separate . "/"))))
768                 nil [30360 30539])
769             ("tramp-build-postfix-method-format" function nil nil [30541 30643])
770             ("tramp-postfix-method-format" variable (:default-value (tramp-build-postfix-method-format)) nil [30645 30867])
771             ("tramp-build-postfix-method-regexp" function nil nil [30869 30958])
772             ("tramp-postfix-method-regexp" variable (:default-value (tramp-build-postfix-method-regexp)) nil [30960 31145])
773             ("tramp-user-regexp" variable
774                (:constant-flag t
775                 :default-value "[^/|:     ]+")
776                 nil [31147 31220])
777             ("tramp-prefix-domain-format" variable
778                (:constant-flag t
779                 :default-value "%")
780                 nil [31243 31345])
781             ("tramp-prefix-domain-regexp" variable
782                (:constant-flag t
783                 :default-value (regexp-quote tramp-prefix-domain-format))
784                 nil [31368 31551])
785             ("tramp-domain-regexp" variable
786                (:constant-flag t
787                 :default-value "[a-zA-Z0-9_.-]+")
788                 nil [31553 31635])
789             ("tramp-user-with-domain-regexp" variable
790                (:constant-flag t
791                 :default-value (concat "\\(" tramp-user-regexp "\\)" tramp-prefix-domain-regexp "\\(" tramp-domain-regexp "\\)"))
792                 nil [31637 31839])
793             ("tramp-postfix-user-format" variable
794                (:constant-flag t
795                 :default-value "@")
796                 nil [31841 31978])
797             ("tramp-postfix-user-regexp" variable
798                (:constant-flag t
799                 :default-value (regexp-quote tramp-postfix-user-format))
800                 nil [31980 32158])
801             ("tramp-host-regexp" variable
802                (:constant-flag t
803                 :default-value "[a-zA-Z0-9_.%-]+")
804                 nil [32160 32239])
805             ("tramp-prefix-ipv6-format-alist" variable
806                (:constant-flag t
807                 :default-value (quote ((default . "[") (simplified . "[") (separate . ""))))
808                 nil [32241 32419])
809             ("tramp-build-prefix-ipv6-format" function nil nil [32421 32517])
810             ("tramp-prefix-ipv6-format" variable (:default-value (tramp-build-prefix-ipv6-format)) nil [32519 32677])
811             ("tramp-build-prefix-ipv6-regexp" function nil nil [32679 32762])
812             ("tramp-prefix-ipv6-regexp" variable (:default-value (tramp-build-prefix-ipv6-regexp)) nil [32764 32925])
813             ("tramp-ipv6-regexp" variable
814                (:constant-flag t
815                 :default-value "\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+")
816                 nil [33082 33193])
817             ("tramp-postfix-ipv6-format-alist" variable
818                (:constant-flag t
819                 :default-value (quote ((default . "]") (simplified . "]") (separate . ""))))
820                 nil [33195 33367])
821             ("tramp-build-postfix-ipv6-format" function nil nil [33369 33467])
822             ("tramp-postfix-ipv6-format" variable (:default-value (tramp-build-postfix-ipv6-format)) nil [33469 33630])
823             ("tramp-build-postfix-ipv6-regexp" function nil nil [33632 33717])
824             ("tramp-postfix-ipv6-regexp" variable (:default-value (tramp-build-postfix-ipv6-regexp)) nil [33719 33884])
825             ("tramp-prefix-port-format" variable
826                (:constant-flag t
827                 :default-value "#")
828                 nil [33886 33992])
829             ("tramp-prefix-port-regexp" variable
830                (:constant-flag t
831                 :default-value (regexp-quote tramp-prefix-port-format))
832                 nil [33994 34177])
833             ("tramp-port-regexp" variable
834                (:constant-flag t
835                 :default-value "[0-9]+")
836                 nil [34179 34250])
837             ("tramp-host-with-port-regexp" variable
838                (:constant-flag t
839                 :default-value (concat "\\(" tramp-host-regexp "\\)" tramp-prefix-port-regexp "\\(" tramp-port-regexp "\\)"))
840                 nil [34252 34448])
841             ("tramp-postfix-hop-format" variable
842                (:constant-flag t
843                 :default-value "|")
844                 nil [34450 34549])
845             ("tramp-postfix-hop-regexp" variable
846                (:constant-flag t
847                 :default-value (regexp-quote tramp-postfix-hop-format))
848                 nil [34551 34727])
849             ("tramp-postfix-host-format-alist" variable
850                (:constant-flag t
851                 :default-value (quote ((default . ":") (simplified . ":") (separate . "]"))))
852                 nil [34729 34913])
853             ("tramp-build-postfix-host-format" function nil nil [34915 35013])
854             ("tramp-postfix-host-format" variable (:default-value (tramp-build-postfix-host-format)) nil [35015 35186])
855             ("tramp-build-postfix-host-regexp" function nil nil [35188 35273])
856             ("tramp-postfix-host-regexp" variable (:default-value (tramp-build-postfix-host-regexp)) nil [35275 35450])
857             ("tramp-localname-regexp" variable
858                (:constant-flag t
859                 :default-value ".*$")
860                 nil [35452 35523])
861             ("tramp-unknown-id-string" variable
862                (:constant-flag t
863                 :default-value "UNKNOWN")
864                 nil [35525 35620])
865             ("tramp-unknown-id-integer" variable
866                (:constant-flag t
867                 :default-value -1)
868                 nil [35622 35712])
869             ("tramp-build-remote-file-name-spec-regexp" function nil nil [35737 36308])
870             ("tramp-remote-file-name-spec-regexp" variable (:default-value (tramp-build-remote-file-name-spec-regexp)) nil [36310 36476])
871             ("tramp-build-file-name-structure" function nil nil [36478 36947])
872             ("tramp-file-name-structure" variable (:default-value (tramp-build-file-name-structure)) nil [36949 37843])
873             ("tramp-build-file-name-regexp" function nil nil [37845 37918])
874             ("tramp-initial-file-name-regexp" variable
875                (:constant-flag t
876                 :default-value "\\`/.+:.*:")
877                 nil [37935 38093])
878             ("tramp-file-name-regexp" variable (:default-value tramp-initial-file-name-regexp) nil [38110 38427])
879             ("tramp-completion-file-name-regexp-default" variable
880                (:constant-flag t
881                 :default-value (concat "\\`/\\(" "\\([^/|:]+:[^/|:]*|\\)*" (if (memq system-type (quote (cygwin windows-nt))) "\\(-\\|[^/|:]\\{2,\\}\\)" "[^/|:]+") "\\(:[^/|:]*\\)?" "\\)?\\'"))
882                 nil [38429 39042])
883             ("tramp-completion-file-name-regexp-simplified" variable
884                (:constant-flag t
885                 :default-value (concat "\\`/\\(" "\\([^/|:]*|\\)*" (if (memq system-type (quote (cygwin windows-nt))) "[^/|:]\\{2,\\}" "[^/|:]+") "\\)?\\'"))
886                 nil [39044 39541])
887             ("tramp-completion-file-name-regexp-separate" variable
888                (:constant-flag t
889                 :default-value "\\`/\\(\\[[^]]*\\)?\\'")
890                 nil [39543 39751])
891             ("tramp-completion-file-name-regexp-alist" variable
892                (:constant-flag t
893                 :default-value (\` ((default \, tramp-completion-file-name-regexp-default) (simplified \, tramp-completion-file-name-regexp-simplified) (separate \, tramp-completion-file-name-regexp-separate))))
894                 nil [39753 40041])
895             ("tramp-build-completion-file-name-regexp" function nil nil [40043 40157])
896             ("tramp-completion-file-name-regexp" variable (:default-value (tramp-build-completion-file-name-regexp)) nil [40159 40670])
897             ("tramp-autoload-file-name-regexp" variable
898                (:constant-flag t
899                 :default-value (concat "\\`/" (if (memq system-type (quote (cygwin windows-nt))) "\\(-\\|[^/|:]\\{2,\\}\\)" "[^/|:]+") ":"))
900                 nil [40687 41185])
901             ("tramp-chunksize" variable (:default-value (when (memq system-type (quote (hpux))) 500)) nil [41541 44413])
902             ("tramp-process-connection-type" variable (:default-value t) nil [44664 44969])
903             ("tramp-connection-timeout" variable (:default-value 60) nil [44971 45290])
904             ("tramp-connection-min-time-diff" variable (:default-value 5) nil [45292 45883])
905             ("tramp-completion-reread-directory-timeout" variable (:default-value 10) nil [45885 46547])
906             ("tramp-current-method" variable nil nil [46574 46654])
907             ("tramp-current-user" variable nil nil [46656 46734])
908             ("tramp-current-domain" variable nil nil [46736 46817])
909             ("tramp-current-host" variable nil nil [46819 46891])
910             ("tramp-current-port" variable nil nil [46893 46965])
911             ("tramp-current-connection" variable nil nil [46967 47035])
912             ("tramp-completion-file-name-handler-alist" variable
913                (:constant-flag t
914                 :default-value (quote ((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion))))
915                 nil [47037 47478])
916             ("tramp-foreign-file-name-handler-alist" variable nil nil [47574 47800])
917             ("cl-defstruct" code nil nil [48112 48209])
918             ("tramp-file-name-user-domain" function (:arguments ("vec")) nil [48211 48512])
919             ("tramp-file-name-host-port" function (:arguments ("vec")) nil [48514 48803])
920             ("tramp-file-name-port-or-default" function (:arguments ("vec")) nil [48805 49014])
921             ("tramp-file-name-equal-p" function (:arguments ("vec1" "vec2")) nil [49016 49468])
922             ("tramp-get-method-parameter" function (:arguments ("vec" "param")) nil [49470 50128])
923             ("tramp-file-name-unquote-localname" function (:arguments ("vec")) nil [50187 50349])
924             ("tramp-tramp-file-p" function (:arguments ("name")) nil [50372 50749])
925             ("tramp-find-method" function (:arguments ("method" "user" "host")) nil [50751 51577])
926             ("tramp-find-user" function (:arguments ("method" "user" "host")) nil [51579 52252])
927             ("tramp-find-host" function (:arguments ("method" "user" "host")) nil [52254 52761])
928             ("tramp-dissect-file-name" function (:arguments ("name" "nodefault")) nil [52763 54487])
929             ("tramp-buffer-name" function (:arguments ("vec")) nil [54489 54854])
930             ("tramp-make-tramp-file-name" function (:arguments ("method" "user" "domain" "host" "port" "localname" "hop")) nil [54856 55703])
931             ("tramp-completion-make-tramp-file-name" function (:arguments ("method" "user" "host" "localname")) nil [55705 56513])
932             ("tramp-get-buffer" function (:arguments ("vec")) nil [56515 57240])
933             ("tramp-get-connection-buffer" function (:arguments ("vec")) nil [57242 57529])
934             ("tramp-get-connection-name" function (:arguments ("vec")) nil [57531 57810])
935             ("tramp-get-connection-process" function (:arguments ("vec")) nil [57812 58083])
936             ("tramp-set-connection-local-variables" function (:arguments ("vec")) nil [58085 58693])
937             ("tramp-set-connection-local-variables-for-buffer" function nil nil [58695 59307])
938             ("tramp-debug-buffer-name" function (:arguments ("vec")) nil [59309 59691])
939             ("tramp-debug-outline-regexp" variable
940                (:constant-flag t
941                 :default-value "[0-9]+:[0-9]+:[0-9]+\\.[0-9]+ [a-z0-9-]+ (\\([0-9]+\\)) #")
942                 nil [59693 59857])
943             ("tramp-debug-outline-level" function nil nil [59859 60122])
944             ("tramp-get-debug-buffer" function (:arguments ("vec")) nil [60124 61075])
945             ("tramp-debug-message" function (:arguments ("vec" "fmt-string" "arguments")) nil [61077 63069])
946             ("tramp-message-show-message" variable (:default-value t) nil [63071 63273])
947             ("tramp-message" function (:arguments ("vec-or-proc" "level" "fmt-string" "arguments")) nil [63275 64992])
948             ("tramp-backtrace" function (:arguments ("vec-or-proc")) nil [64994 65381])
949             ("tramp-error" function (:arguments ("vec-or-proc" "signal" "fmt-string" "arguments")) nil [65383 66240])
950             ("tramp-error-with-buffer" function (:arguments ("buf" "vec-or-proc" "signal" "fmt-string" "arguments")) nil [66242 67676])
951             ("tramp-with-demoted-errors" function (:arguments ("vec-or-proc" "format" "body")) nil [67678 68197])
952             ("with-parsed-tramp-file-name" function (:arguments ("filename" "var" "body")) nil [68199 69658])
953             ("put" code nil nil [69660 69718])
954             ("put" code nil nil [69719 69792])
955             ("font-lock-add-keywords" code nil nil [69793 69873])
956             ("tramp-progress-reporter-update" function (:arguments ("reporter" "value")) nil [69875 70166])
957             ("with-tramp-progress-reporter" function (:arguments ("vec" "level" "message" "body")) nil [70168 71176])
958             ("font-lock-add-keywords" code nil nil [71178 71260])
959             ("with-tramp-file-property" function (:arguments ("vec" "file" "property" "body")) nil [71262 71837])
960             ("put" code nil nil [71839 71894])
961             ("put" code nil nil [71895 71946])
962             ("font-lock-add-keywords" code nil nil [71947 72024])
963             ("with-tramp-connection-property" function (:arguments ("key" "property" "body")) nil [72026 72509])
964             ("put" code nil nil [72511 72572])
965             ("put" code nil nil [72573 72630])
966             ("font-lock-add-keywords" code nil nil [72631 72715])
967             ("tramp-drop-volume-letter" function (:arguments ("name")) nil [72717 73345])
968             ("tramp-set-completion-function" function (:arguments ("method" "function-list")) nil [73404 74920])
969             ("tramp-get-completion-function" function (:arguments ("method")) nil [74922 75382])
970             ("tramp-rfn-eshadow-overlay" variable nil nil [75425 75459])
971             ("make-variable-buffer-local" code nil nil [75460 75515])
972             ("tramp-rfn-eshadow-setup-minibuffer" function nil nil [75517 76254])
973             ("add-hook" code nil nil [76256 76340])
974             ("add-hook" code nil nil [76341 76479])
975             ("tramp-rfn-eshadow-update-overlay-regexp" function nil nil [76481 76590])
976             ("tramp-rfn-eshadow-update-overlay" function nil nil [76592 77675])
977             ("add-hook" code nil nil [77677 77757])
978             ("add-hook" code nil nil [77758 77892])
979             ("tramp-inodes" variable nil nil [78175 78232])
980             ("tramp-devices" variable nil nil [78604 78662])
981             ("tramp-default-file-modes" function (:arguments ("filename")) nil [78664 78969])
982             ("tramp-replace-environment-variables" function (:arguments ("filename")) nil [78971 79669])
983             ("tramp-find-file-name-coding-system-alist" function (:arguments ("filename" "tmpname")) nil [79671 80391])
984             ("tramp-run-real-handler" function (:arguments ("operation" "args")) nil [80393 80969])
985             ("tramp-file-name-for-operation" function (:arguments ("operation" "args")) nil [81410 84425])
986             ("tramp-find-foreign-file-name-handler" function (:arguments ("filename" "_operation")) nil [84427 84823])
987             ("tramp-debug-on-error" variable nil nil [84825 84909])
988             ("tramp-condition-case-unless-debug" function (:arguments ("var" "bodyform" "handlers")) nil [84911 85164])
989             ("tramp-locked" variable nil nil [86219 86393])
990             ("tramp-locker" variable nil nil [86395 86571])
991             ("tramp-file-name-handler" function (:arguments ("operation" "args")) nil [86591 90420])
992             ("tramp-completion-file-name-handler" function (:arguments ("operation" "args")) nil [90422 90801])
993             ("progn" code nil nil [90818 91122])
994             ("progn" code nil nil [91332 91657])
995             ("tramp-use-absolute-autoload-file-names" function nil nil [91720 92524])
996             ("eval-after-load" code nil nil [92526 92591])
997             ("tramp-register-file-name-handlers" function nil nil [92593 94073])
998             ("eval-after-load" code nil nil [94075 94135])
999             ("progn" code nil nil [94158 94857])
1000             ("tramp-exists-file-name-handler" function (:arguments ("operation" "args")) nil [94859 95602])
1001             ("progn" code nil nil [95619 95979])
1002             ("add-hook" code nil nil [95981 96043])
1003             ("tramp-completion-mode" variable nil nil [96114 96228])
1004             ("make-obsolete-variable" code nil nil [96229 96298])
1005             ("tramp-completion-mode-p" function nil nil [96300 96534])
1006             ("tramp-connectable-p" function (:arguments ("filename")) nil [96536 96959])
1007             ("tramp-completion-handle-file-name-all-completions" function (:arguments ("filename" "directory")) nil [97151 99183])
1008             ("tramp-completion-handle-file-name-completion" function (:arguments ("filename" "directory" "predicate")) nil [99243 99651])
1009             ("tramp-completion-dissect-file-name" function (:arguments ("name")) nil [100334 102756])
1010             ("tramp-completion-dissect-file-name1" function (:arguments ("structure" "name")) nil [102758 103327])
1011             ("tramp-get-completion-methods" function (:arguments ("partial-method")) nil [103428 103747])
1012             ("tramp-get-completion-user-host" function (:arguments ("method" "partial-user" "partial-host" "user" "host")) nil [103816 104735])
1013             ("tramp-parse-default-user-host" function (:arguments ("method")) nil [104737 105061])
1014             ("tramp-parse-group" function (:arguments ("regexp" "match-level" "skip-regexp")) nil [105084 105436])
1015             ("tramp-parse-file" function (:arguments ("filename" "function")) nil [105459 105928])
1016             ("tramp-parse-rhosts" function (:arguments ("filename")) nil [105951 106135])
1017             ("tramp-parse-rhosts-group" function nil nil [106137 106547])
1018             ("tramp-parse-shosts" function (:arguments ("filename")) nil [106570 106742])
1019             ("tramp-parse-shosts-group" function nil nil [106744 106919])
1020             ("tramp-parse-sconfig" function (:arguments ("filename")) nil [106942 107116])
1021             ("tramp-parse-sconfig-group" function nil nil [107118 107317])
1022             ("tramp-parse-shostkeys-sknownhosts" function (:arguments ("dirname" "regexp")) nil [107340 107860])
1023             ("tramp-parse-shostkeys" function (:arguments ("dirname")) nil [107883 108108])
1024             ("tramp-parse-sknownhosts" function (:arguments ("dirname")) nil [108131 108372])
1025             ("tramp-parse-hosts" function (:arguments ("filename")) nil [108395 108565])
1026             ("tramp-parse-hosts-group" function nil nil [108567 108771])
1027             ("tramp-parse-passwd" function (:arguments ("filename")) nil [108794 109269])
1028             ("tramp-parse-passwd-group" function nil nil [109271 109606])
1029             ("tramp-parse-etc-group" function (:arguments ("filename")) nil [109629 110109])
1030             ("tramp-parse-etc-group-group" function nil nil [110111 110488])
1031             ("tramp-parse-netrc" function (:arguments ("filename")) nil [110511 110678])
1032             ("tramp-parse-netrc-group" function nil nil [110680 111098])
1033             ("tramp-parse-putty" function (:arguments ("registry-or-dirname")) nil [111121 111702])
1034             ("tramp-parse-putty-group" function (:arguments ("registry")) nil [111704 112035])
1035             ("tramp-handle-file-local-copy-hook" variable nil nil [112101 112221])
1036             ("tramp-handle-write-region-hook" variable nil nil [112223 112337])
1037             ("tramp-handle-add-name-to-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [112339 113365])
1038             ("tramp-handle-directory-file-name" function (:arguments ("directory")) nil [113367 113882])
1039             ("tramp-handle-directory-files" function (:arguments ("directory" "full" "match" "nosort")) nil [113884 114427])
1040             ("tramp-handle-directory-files-and-attributes" function (:arguments ("directory" "full" "match" "nosort" "id-format")) nil [114429 114759])
1041             ("tramp-handle-dired-uncache" function (:arguments ("dir")) nil [114761 114992])
1042             ("tramp-handle-file-accessible-directory-p" function (:arguments ("filename")) nil [114994 115179])
1043             ("tramp-handle-file-equal-p" function (:arguments ("filename1" "filename2")) nil [115181 115653])
1044             ("tramp-handle-file-exists-p" function (:arguments ("filename")) nil [115655 115784])
1045             ("tramp-handle-file-in-directory-p" function (:arguments ("filename" "directory")) nil [115786 116280])
1046             ("tramp-handle-file-modes" function (:arguments ("filename")) nil [116282 116562])
1047             ("tramp-handle-file-name-as-directory" function (:arguments ("file")) nil [116630 117407])
1048             ("tramp-handle-file-name-case-insensitive-p" function (:arguments ("filename")) nil [117409 119606])
1049             ("tramp-handle-file-name-completion" function (:arguments ("filename" "directory" "predicate")) nil [119608 120428])
1050             ("tramp-handle-file-name-directory" function (:arguments ("file")) nil [120430 121186])
1051             ("tramp-handle-file-name-nondirectory" function (:arguments ("file")) nil [121188 121409])
1052             ("tramp-handle-file-newer-than-file-p" function (:arguments ("file1" "file2")) nil [121411 121782])
1053             ("tramp-handle-file-regular-p" function (:arguments ("filename")) nil [121784 122000])
1054             ("tramp-handle-file-remote-p" function (:arguments ("filename" "identification" "connected")) nil [122002 123000])
1055             ("tramp-handle-file-selinux-context" function (:arguments ("_filename")) nil [123002 123150])
1056             ("tramp-handle-file-symlink-p" function (:arguments ("filename")) nil [123152 123341])
1057             ("tramp-handle-file-truename" function (:arguments ("filename")) nil [123343 124867])
1058             ("tramp-handle-find-backup-file-name" function (:arguments ("filename")) nil [124869 125489])
1059             ("tramp-handle-insert-directory" function (:arguments ("filename" "switches" "wildcard" "full-directory-p")) nil [125491 126697])
1060             ("tramp-handle-insert-file-contents" function (:arguments ("filename" "visit" "beg" "end" "replace")) nil [126699 130745])
1061             ("tramp-handle-load" function (:arguments ("file" "noerror" "nomessage" "nosuffix" "must-suffix")) nil [130747 131883])
1062             ("tramp-handle-make-symbolic-link" function (:arguments ("target" "linkname" "ok-if-already-exists")) nil [131885 132502])
1063             ("tramp-handle-shell-command" function (:arguments ("command" "output-buffer" "error-buffer")) nil [132504 135494])
1064             ("tramp-handle-substitute-in-file-name" function (:arguments ("filename")) nil [135496 136510])
1065             ("tramp-handle-set-visited-file-modtime" function (:arguments ("time-list")) nil [136512 137163])
1066             ("tramp-handle-verify-visited-file-modtime" function (:arguments ("buf")) nil [137165 138700])
1067             ("tramp-handle-file-notify-add-watch" function (:arguments ("filename" "_flags" "_callback")) nil [138702 139099])
1068             ("tramp-handle-file-notify-rm-watch" function (:arguments ("proc")) nil [139101 139410])
1069             ("tramp-handle-file-notify-valid-p" function (:arguments ("proc")) nil [139412 139816])
1070             ("tramp-action-login" function (:arguments ("_proc" "vec")) nil [140047 140651])
1071             ("tramp-action-password" function (:arguments ("proc" "vec")) nil [140653 141580])
1072             ("tramp-action-succeed" function (:arguments ("_proc" "_vec")) nil [141582 141695])
1073             ("tramp-action-permission-denied" function (:arguments ("proc" "_vec")) nil [141697 141842])
1074             ("tramp-action-yesno" function (:arguments ("proc" "vec")) nil [141844 142460])
1075             ("tramp-action-yn" function (:arguments ("proc" "vec")) nil [142462 143068])
1076             ("tramp-action-terminal" function (:arguments ("_proc" "vec")) nil [143070 143491])
1077             ("tramp-action-process-alive" function (:arguments ("proc" "_vec")) nil [143493 143655])
1078             ("tramp-action-out-of-band" function (:arguments ("proc" "vec")) nil [143657 144656])
1079             ("tramp-process-one-action" function (:arguments ("proc" "vec" "actions")) nil [144701 145450])
1080             ("tramp-process-actions" function (:arguments ("proc" "vec" "pos" "actions" "timeout")) nil [145452 147567])
1081             ("tramp-accept-process-output" function (:arguments ("proc" "timeout")) nil [147593 148325])
1082             ("tramp-check-for-regexp" function (:arguments ("proc" "regexp")) nil [148327 149901])
1083             ("tramp-wait-for-regexp" function (:arguments ("proc" "timeout" "regexp")) nil [149903 151083])
1084             ("tramp-send-string" function (:arguments ("vec" "string")) nil [151335 152912])
1085             ("tramp-get-inode" function (:arguments ("vec")) nil [152914 153137])
1086             ("tramp-get-device" function (:arguments ("vec")) nil [153139 153382])
1087             ("tramp-equal-remote" function (:arguments ("file1" "file2")) nil [153384 154034])
1088             ("tramp-mode-string-to-int" function (:arguments ("mode-string")) nil [154057 156779])
1089             ("tramp-file-mode-type-map" variable
1090                (:constant-flag t
1091                 :default-value (quote ((0 . "-") (1 . "p") (2 . "c") (3 . "m") (4 . "d") (5 . "?") (6 . "b") (7 . "?") (8 . "-") (9 . "n") (10 . "l") (11 . "?") (12 . "s") (13 . "D") (14 . "w"))))
1092                 nil [156781 157511])
1093             ("tramp-file-mode-from-int" function (:arguments ("mode")) nil [157534 158174])
1094             ("tramp-file-mode-permissions" function (:arguments ("perm" "suid" "suid-text")) nil [158176 158601])
1095             ("tramp-get-local-uid" function (:arguments ("id-format")) nil [158632 158830])
1096             ("tramp-get-local-gid" function (:arguments ("id-format")) nil [158853 159219])
1097             ("tramp-get-local-locale" function (:arguments ("vec")) nil [159221 160069])
1098             ("tramp-check-cached-permissions" function (:arguments ("vec" "access")) nil [160092 162358])
1099             ("tramp-local-host-p" function (:arguments ("vec")) nil [162381 163465])
1100             ("tramp-get-remote-tmpdir" function (:arguments ("vec")) nil [163467 164094])
1101             ("tramp-make-tramp-temp-file" function (:arguments ("vec")) nil [164117 164912])
1102             ("tramp-delete-temp-file-function" function nil nil [164914 165119])
1103             ("add-hook" code nil nil [165121 165182])
1104             ("add-hook" code nil nil [165183 165301])
1105             ("tramp-handle-make-auto-save-file-name" function nil nil [165303 166535])
1106             ("tramp-subst-strs-in-string" function (:arguments ("alist" "string")) nil [166537 166974])
1107             ("tramp-handle-temporary-file-directory" function nil nil [166976 167363])
1108             ("tramp-handle-make-nearby-temp-file" function (:arguments ("prefix" "dir-flag" "suffix")) nil [167365 167624])
1109             ("tramp-call-process" function (:arguments ("vec" "program" "infile" "destination" "display" "args")) nil [167664 169002])
1110             ("tramp-call-process-region" function (:arguments ("vec" "start" "end" "program" "delete" "buffer" "display" "args")) nil [169004 170333])
1111             ("tramp-read-passwd" function (:arguments ("proc" "prompt")) nil [170356 172439])
1112             ("tramp-clear-passwd" function (:arguments ("vec")) nil [172462 173336])
1113             ("tramp-half-a-year" variable
1114                (:constant-flag t
1115                 :default-value (quote (241 17024)))
1116                 nil [173374 173454])
1117             ("tramp-time-diff" function (:arguments ("t1" "t2")) nil [173477 173775])
1118             ("tramp-unquote-shell-quote-argument" function (:arguments ("s")) nil [173777 173962])
1119             ("tramp-shell-quote-argument" function (:arguments ("s")) nil [175089 175658])
1120             ("tramp-interrupt-process" function (:arguments ("process" "_current-group")) nil [175770 177049])
1121             ("when" code nil nil [177109 177343])
1122             ("tramp-eshell-directory-change" function nil nil [177497 178082])
1123             ("eval-after-load" code nil nil [178084 178498])
1124             ("tramp-unload-tramp" function (:user-visible-flag t) nil [178726 178989])
1125             ("tramp" package nil nil [178991 179007]))          
1126       :file "tramp.el"
1127       :pointmax 180116
1128       :fsize 180116
1129       :lastmodtime '(23525 29579 0 0)
1130       :unmatched-syntax nil)
1131     (semanticdb-table "semanticdb-table"
1132       :major-mode emacs-lisp-mode
1133       :tags 
1134         '( ("auth-source" include nil nil [1091 1113])
1135             ("advice" include nil nil [1114 1131])
1136             ("cl-lib" include nil nil [1132 1149])
1137             ("custom" include nil nil [1150 1167])
1138             ("format-spec" include nil nil [1168 1190])
1139             ("parse-time" include nil nil [1191 1212])
1140             ("password-cache" include nil nil [1213 1238])
1141             ("shell" include nil nil [1239 1255])
1142             ("timer" include nil nil [1256 1272])
1143             ("ucs-normalize" include nil nil [1273 1297])
1144             ("trampver" include nil nil [1299 1318])
1145             ("tramp-loaddefs" include nil nil [1319 1344])
1146             ("tramp-compat-funcall" function (:arguments ("function" "arguments")) nil [1527 1738])
1147             ("tramp-compat-temporary-file-directory" function nil nil [1740 2051])
1148             ("tramp-compat-make-temp-file" function (:arguments ("f" "dir-flag")) nil [2053 2443])
1149             ("defalias" code nil nil [2518 2694])
1150             ("tramp-compat-process-running-p" function (:arguments ("process-name")) nil [2696 3814])
1151             ("tramp-compat-user-error" function (:arguments ("vec-or-proc" "format" "args")) nil [3860 4051])
1152             ("unless" code nil nil [4114 4207])
1153             ("if" code nil nil [4262 4603])
1154             ("if" code nil nil [4605 4904])
1155             ("if" code nil nil [4906 5307])
1156             ("if" code nil nil [5309 5714])
1157             ("if" code nil nil [5716 6178])
1158             ("if" code nil nil [6180 6511])
1159             ("if" code nil nil [6513 6825])
1160             ("unless" code nil nil [6869 6940])
1161             ("if" code nil nil [6986 7431])
1162             ("tramp-file-missing" variable
1163                (:constant-flag t
1164                 :default-value (if (get (quote file-missing) (quote error-conditions)) (quote file-missing) (quote file-error)))
1165                 nil [7480 7631])
1166             ("add-hook" code nil nil [7633 7765])
1167             ("if" code nil nil [8635 9205])
1168             ("if" code nil nil [8228 8631])
1169             ("if" code nil nil [7885 8224])
1170             ("tramp-compat-tramp-syntax" function nil nil [9298 9477])
1171             ("tramp-compat-tramp-file-name-slots" function nil nil [9539 9756])
1172             ("tramp-compat" package nil nil [9758 9781]))          
1173       :file "tramp-compat.el"
1174       :pointmax 9824
1175       :fsize 9823
1176       :lastmodtime '(23525 29578 0 0)
1177       :unmatched-syntax '((close-paren 9205 . 9206) (symbol 7866 . 7882) (open-paren 7865 . 7866)))
1178     (semanticdb-table "semanticdb-table"
1179       :major-mode emacs-lisp-mode
1180       :tags 
1181         '( ("tramp" include nil nil [1125 1141])
1182             ("dired" include nil nil [1189 1205])
1183             ("declare-function" code nil nil [1208 1256])
1184             ("dired-compress-file-suffixes" variable nil nil [1257 1294])
1185             ("vc-handled-backends" variable nil nil [1295 1323])
1186             ("vc-bzr-program" variable nil nil [1324 1347])
1187             ("vc-git-program" variable nil nil [1348 1371])
1188             ("vc-hg-program" variable nil nil [1372 1394])
1189             ("tramp-inline-compress-start-size" variable (:default-value 4096) nil [1417 1773])
1190             ("tramp-copy-size-limit" variable (:default-value 10240) nil [1796 2064])
1191             ("tramp-terminal-type" variable (:default-value "dumb") nil [2087 2464])
1192             ("tramp-histfile-override" variable (:default-value "~/.tramp_history") nil [2487 3251])
1193             ("tramp-display-escape-sequence-regexp" variable
1194                (:constant-flag t
1195                 :default-value "[[;0-9]+m")
1196                 nil [3274 3397])
1197             ("tramp-device-escape-sequence-regexp" variable
1198                (:constant-flag t
1199                 :default-value "[[0-9]+n")
1200                 nil [3420 3536])
1201             ("tramp-end-of-output" variable (:default-value (format "///%s#$" (md5 (concat (prin1-to-string process-environment) (current-time-string))))) nil [3740 4039])
1202             ("tramp-initial-end-of-output" variable
1203                (:constant-flag t
1204                 :default-value "#$ ")
1205                 nil [4062 4149])
1206             ("tramp-end-of-heredoc" variable
1207                (:constant-flag t
1208                 :default-value (md5 tramp-end-of-output))
1209                 nil [4151 4261])
1210             ("tramp-use-ssh-controlmaster-options" variable (:default-value t) nil [4284 4456])
1211             ("tramp-ssh-controlmaster-options" variable nil nil [4458 4977])
1212             ("add-to-list" code nil nil [5058 5476])
1213             ("add-to-list" code nil nil [5498 5878])
1214             ("add-to-list" code nil nil [5900 6424])
1215             ("add-to-list" code nil nil [6446 7000])
1216             ("add-to-list" code nil nil [7022 7642])
1217             ("add-to-list" code nil nil [7664 7919])
1218             ("add-to-list" code nil nil [7941 8200])
1219             ("add-to-list" code nil nil [8222 8557])
1220             ("add-to-list" code nil nil [8579 8939])
1221             ("add-to-list" code nil nil [8961 9233])
1222             ("add-to-list" code nil nil [9255 9980])
1223             ("add-to-list" code nil nil [10002 10285])
1224             ("add-to-list" code nil nil [10307 10545])
1225             ("add-to-list" code nil nil [10567 11206])
1226             ("add-to-list" code nil nil [11228 11481])
1227             ("add-to-list" code nil nil [11503 11789])
1228             ("add-to-list" code nil nil [11811 12081])
1229             ("add-to-list" code nil nil [12103 12630])
1230             ("add-to-list" code nil nil [12652 13080])
1231             ("add-to-list" code nil nil [13102 13765])
1232             ("add-to-list" code nil nil [13787 14410])
1233             ("add-to-list" code nil nil [14432 14827])
1234             ("add-to-list" code nil nil [14850 14943])
1235             ("add-to-list" code nil nil [14966 15096])
1236             ("add-to-list" code nil nil [15269 15449])
1237             ("tramp-completion-function-alist-rsh" variable
1238                (:constant-flag t
1239                 :default-value (quote ((tramp-parse-rhosts "/etc/hosts.equiv") (tramp-parse-rhosts "~/.rhosts"))))
1240                 nil [15472 15674])
1241             ("tramp-completion-function-alist-ssh" variable
1242                (:constant-flag t
1243                 :default-value (quote ((tramp-parse-rhosts "/etc/hosts.equiv") (tramp-parse-rhosts "/etc/shosts.equiv") (tramp-parse-shosts "/etc/ssh_known_hosts") (tramp-parse-sconfig "/etc/ssh_config") (tramp-parse-shostkeys "/etc/ssh2/hostkeys") (tramp-parse-sknownhosts "/etc/ssh2/knownhosts") (tramp-parse-rhosts "~/.rhosts") (tramp-parse-rhosts "~/.shosts") (tramp-parse-shosts "~/.ssh/known_hosts") (tramp-parse-sconfig "~/.ssh/config") (tramp-parse-shostkeys "~/.ssh2/hostkeys") (tramp-parse-sknownhosts "~/.ssh2/knownhosts"))))
1244                 nil [15697 16403])
1245             ("tramp-completion-function-alist-telnet" variable
1246                (:constant-flag t
1247                 :default-value (quote ((tramp-parse-hosts "/etc/hosts"))))
1248                 nil [16426 16590])
1249             ("tramp-completion-function-alist-su" variable
1250                (:constant-flag t
1251                 :default-value (quote ((tramp-parse-passwd "/etc/passwd"))))
1252                 nil [16613 16771])
1253             ("tramp-completion-function-alist-sg" variable
1254                (:constant-flag t
1255                 :default-value (quote ((tramp-parse-etc-group "/etc/group"))))
1256                 nil [16794 16954])
1257             ("tramp-completion-function-alist-putty" variable
1258                (:constant-flag t
1259                 :default-value (\` ((tramp-parse-putty (\, (if (memq system-type (quote (windows-nt))) "HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions" "~/.putty/sessions"))))))
1260                 nil [16977 17258])
1261             ("eval-after-load" code nil nil [17281 19097])
1262             ("tramp-remote-path" variable (:default-value (quote (tramp-default-remote-path "/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin" "/opt/bin" "/opt/sbin" "/opt/local/bin"))) nil [19488 20941])
1263             ("tramp-remote-process-environment" variable (:default-value (quote ("ENV=''" "TMOUT=0" "LC_CTYPE=''" "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=cat" "autocorrect=" "correct="))) nil [20964 21846])
1264             ("tramp-sh-extra-args" variable (:default-value (quote (("/bash\\'" . "-norc -noprofile")))) nil [21869 22407])
1265             ("tramp-actions-before-shell" variable
1266                (:constant-flag t
1267                 :default-value (quote ((tramp-login-prompt-regexp tramp-action-login) (tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (shell-prompt-pattern tramp-action-succeed) (tramp-shell-prompt-pattern tramp-action-succeed) (tramp-yesno-prompt-regexp tramp-action-yesno) (tramp-yn-prompt-regexp tramp-action-yn) (tramp-terminal-prompt-regexp tramp-action-terminal) (tramp-process-alive-regexp tramp-action-process-alive))))
1268                 nil [22409 23412])
1269             ("tramp-actions-copy-out-of-band" variable
1270                (:constant-flag t
1271                 :default-value (quote ((tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-copy-failed-regexp tramp-action-permission-denied) (tramp-process-alive-regexp tramp-action-out-of-band))))
1272                 nil [23414 23844])
1273             ("tramp-uudecode" variable
1274                (:constant-flag t
1275                 :default-value "(echo begin 600 %t; tail -n +2) | uudecode
1276 cat %t
1277 rm -f %t")
1278                 nil [23846 24156])
1279             ("tramp-perl-file-truename" variable
1280                (:constant-flag t
1281                 :default-value "%s -e '
1282 use File::Spec;
1283 use Cwd \"realpath\";
1284
1285 sub myrealpath {
1286     my ($file) = @_;
1287     return realpath($file) if (-e $file || -l $file);
1288 }
1289
1290 sub recursive {
1291     my ($volume, @dirs) = @_;
1292     my $real = myrealpath(File::Spec->catpath(
1293                    $volume, File::Spec->catdir(@dirs), \"\"));
1294     if ($real) {
1295         my ($vol, $dir) = File::Spec->splitpath($real, 1);
1296         return ($vol, File::Spec->splitdir($dir));
1297     }
1298     else {
1299         my $last = pop(@dirs);
1300         ($volume, @dirs) = recursive($volume, @dirs);
1301         push(@dirs, $last);
1302         return ($volume, @dirs);
1303     }
1304 }
1305
1306 $result = myrealpath($ARGV[0]);
1307 if (!$result) {
1308     my ($vol, $dir) = File::Spec->splitpath($ARGV[0], 1);
1309     ($vol, @dirs) = recursive($vol, File::Spec->splitdir($dir));
1310
1311     $result = File::Spec->catpath($vol, File::Spec->catdir(@dirs), \"\");
1312 }
1313
1314 $result =~ s/\"/\\\\\"/g;
1315 print \"\\\"$result\\\"\\n\";
1316 ' \"$1\" 2>/dev/null")
1317                 nil [24158 25353])
1318             ("tramp-perl-file-name-all-completions" variable
1319                (:constant-flag t
1320                 :default-value "%s -e '
1321 opendir(d, $ARGV[0]) || die(\"$ARGV[0]: $!\\nfail\\n\");
1322 @files = readdir(d); closedir(d);
1323 foreach $f (@files) {
1324  if (-d \"$ARGV[0]/$f\") {
1325   print \"$f/\\n\";
1326  }
1327  else {
1328   print \"$f\\n\";
1329  }
1330 }
1331 print \"ok\\n\"
1332 ' \"$1\" 2>/dev/null")
1333                 nil [25355 25893])
1334             ("tramp-perl-file-attributes" variable
1335                (:constant-flag t
1336                 :default-value "%s -e '
1337 @stat = lstat($ARGV[0]);
1338 if (!@stat) {
1339     print \"nil\\n\";
1340     exit 0;
1341 }
1342 if (($stat[2] & 0170000) == 0120000)
1343 {
1344     $type = readlink($ARGV[0]);
1345     $type =~ s/\"/\\\\\"/g;
1346     $type = \"\\\"$type\\\"\";
1347 }
1348 elsif (($stat[2] & 0170000) == 040000)
1349 {
1350     $type = \"t\";
1351 }
1352 else
1353 {
1354     $type = \"nil\"
1355 };
1356 $uid = ($ARGV[1] eq \"integer\") ? $stat[4] : \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";
1357 $gid = ($ARGV[1] eq \"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";
1358 printf(
1359     \"(%%s %%u %%s %%s (%%u %%u) (%%u %%u) (%%u %%u) %%u.0 %%u t (%%u . %%u) -1)\\n\",
1360     $type,
1361     $stat[3],
1362     $uid,
1363     $gid,
1364     $stat[8] >> 16 & 0xffff,
1365     $stat[8] & 0xffff,
1366     $stat[9] >> 16 & 0xffff,
1367     $stat[9] & 0xffff,
1368     $stat[10] >> 16 & 0xffff,
1369     $stat[10] & 0xffff,
1370     $stat[7],
1371     $stat[2],
1372     $stat[1] >> 16 & 0xffff,
1373     $stat[1] & 0xffff
1374 );' \"$1\" \"$2\" 2>/dev/null")
1375                 nil [26241 27407])
1376             ("tramp-perl-directory-files-and-attributes" variable
1377                (:constant-flag t
1378                 :default-value "%s -e '
1379 chdir($ARGV[0]) or printf(\"\\\"Cannot change to $ARGV[0]: $''!''\\\"\\n\"), exit();
1380 opendir(DIR,\".\") or printf(\"\\\"Cannot open directory $ARGV[0]: $''!''\\\"\\n\"), exit();
1381 @list = readdir(DIR);
1382 closedir(DIR);
1383 $n = scalar(@list);
1384 printf(\"(\\n\");
1385 for($i = 0; $i < $n; $i++)
1386 {
1387     $filename = $list[$i];
1388     @stat = lstat($filename);
1389     if (($stat[2] & 0170000) == 0120000)
1390     {
1391         $type = readlink($filename);
1392         $type =~ s/\"/\\\\\"/g;
1393         $type = \"\\\"$type\\\"\";
1394     }
1395     elsif (($stat[2] & 0170000) == 040000)
1396     {
1397         $type = \"t\";
1398     }
1399     else
1400     {
1401         $type = \"nil\"
1402     };
1403     $uid = ($ARGV[1] eq \"integer\") ? $stat[4] : \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";
1404     $gid = ($ARGV[1] eq \"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";
1405     $filename =~ s/\"/\\\\\"/g;
1406     printf(
1407         \"(\\\"%%s\\\" %%s %%u %%s %%s (%%u %%u) (%%u %%u) (%%u %%u) %%u.0 %%u t (%%u . %%u) (%%u . %%u))\\n\",
1408         $filename,
1409         $type,
1410         $stat[3],
1411         $uid,
1412         $gid,
1413         $stat[8] >> 16 & 0xffff,
1414         $stat[8] & 0xffff,
1415         $stat[9] >> 16 & 0xffff,
1416         $stat[9] & 0xffff,
1417         $stat[10] >> 16 & 0xffff,
1418         $stat[10] & 0xffff,
1419         $stat[7],
1420         $stat[2],
1421         $stat[1] >> 16 & 0xffff,
1422         $stat[1] & 0xffff,
1423         $stat[0] >> 16 & 0xffff,
1424         $stat[0] & 0xffff);
1425 }
1426 printf(\")\\n\");' \"$1\" \"$2\" 2>/dev/null")
1427                 nil [27409 29118])
1428             ("tramp-perl-encode-with-module" variable
1429                (:constant-flag t
1430                 :default-value "%s -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null")
1431                 nil [29154 29537])
1432             ("tramp-perl-decode-with-module" variable
1433                (:constant-flag t
1434                 :default-value "%s -MMIME::Base64 -0777 -ne 'print decode_base64($_)' 2>/dev/null")
1435                 nil [29539 29922])
1436             ("tramp-perl-encode" variable
1437                (:constant-flag t
1438                 :default-value "%s -e '
1439 # This script contributed by Juanma Barranquero <lektu@terra.es>.
1440 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
1441 use strict;
1442
1443 my %%trans = do {
1444     my $i = 0;
1445     map {(substr(unpack(q(B8), chr $i++), 2, 6), $_)}
1446       split //, q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/);
1447 };
1448 my $data;
1449
1450 # We read in chunks of 54 bytes, to generate output lines
1451 # of 72 chars (plus end of line)
1452 while (read STDIN, $data, 54) {
1453     my $pad = q();
1454
1455     # Only for the last chunk, and only if did not fill the last three-byte packet
1456     if (eof) {
1457         my $mod = length($data) %% 3;
1458         $pad = q(=) x (3 - $mod) if $mod;
1459     }
1460
1461     # Not the fastest method, but it is simple: unpack to binary string, split
1462     # by groups of 6 bits and convert back from binary to byte; then map into
1463     # the translation table
1464     print
1465       join q(),
1466         map($trans{$_},
1467             (substr(unpack(q(B*), $data) . q(00000), 0, 432) =~ /....../g)),
1468               $pad,
1469                 qq(\\n);
1470 }' 2>/dev/null")
1471                 nil [29924 31165])
1472             ("tramp-perl-decode" variable
1473                (:constant-flag t
1474                 :default-value "%s -e '
1475 # This script contributed by Juanma Barranquero <lektu@terra.es>.
1476 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
1477 use strict;
1478
1479 my %%trans = do {
1480     my $i = 0;
1481     map {($_, substr(unpack(q(B8), chr $i++), 2, 6))}
1482       split //, q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/)
1483 };
1484
1485 my %%bytes = map {(unpack(q(B8), chr $_), chr $_)} 0 .. 255;
1486
1487 binmode(\\*STDOUT);
1488
1489 # We are going to accumulate into $pending to accept any line length
1490 # (we do not check they are <= 76 chars as the RFC says)
1491 my $pending = q();
1492
1493 while (my $data = <STDIN>) {
1494     chomp $data;
1495
1496     # If we find one or two =, we have reached the end and
1497     # any following data is to be discarded
1498     my $finished = $data =~ s/(==?).*/$1/;
1499     $pending .= $data;
1500
1501     my $len = length($pending);
1502     my $chunk = substr($pending, 0, $len & ~3);
1503     $pending = substr($pending, $len & ~3 + 1);
1504
1505     # Easy method: translate from chars to (pregenerated) six-bit packets, join,
1506     # split in 8-bit chunks and convert back to char.
1507     print join q(),
1508       map $bytes{$_},
1509         ((join q(), map {$trans{$_} || q()} split //, $chunk) =~ /......../g);
1510
1511     last if $finished;
1512 }' 2>/dev/null")
1513                 nil [31167 32567])
1514             ("tramp-perl-pack" variable
1515                (:constant-flag t
1516                 :default-value "%s -e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join q{}, <>)'")
1517                 nil [32569 32772])
1518             ("tramp-perl-unpack" variable
1519                (:constant-flag t
1520                 :default-value "%s -e 'binmode STDIN; binmode STDOUT; print unpack(q{u*}, join q{}, <>)'")
1521                 nil [32774 32981])
1522             ("tramp-awk-encode" variable
1523                (:constant-flag t
1524                 :default-value "od -v -t x1 -A n | busybox awk '\\
1525 BEGIN {
1526   b64 = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"
1527   b16 = \"0123456789abcdef\"
1528 }
1529 {
1530   for (c=1; c<=length($0); c++) {
1531     d=index(b16, substr($0,c,1))
1532     if (d--) {
1533       for (b=1; b<=4; b++) {
1534         o=o*2+int(d/8); d=(d*2)%%16
1535         if (++obc==6) {
1536           printf substr(b64,o+1,1)
1537           if (++rc>75) { printf \"\\n\"; rc=0 }
1538           obc=0; o=0
1539         }
1540       }
1541     }
1542   }
1543 }
1544 END {
1545   if (obc) {
1546     tail=(obc==2) ? \"==\\n\" : \"=\\n\"
1547     while (obc++<6) { o=o*2 }
1548     printf \"%%c\", substr(b64,o+1,1)
1549   } else {
1550     tail=\"\\n\"
1551   }
1552   printf tail
1553 }'")
1554                 nil [32983 33770])
1555             ("tramp-awk-decode" variable
1556                (:constant-flag t
1557                 :default-value "busybox awk '\\
1558 BEGIN {
1559   b64 = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"
1560 }
1561 {
1562   for (i=1; i<=length($0); i++) {
1563     c=index(b64, substr($0,i,1))
1564     if(c--) {
1565       for(b=0; b<6; b++) {
1566         o=o*2+int(c/32); c=(c*2)%%64
1567         if(++obc==8) {
1568           if (o) {
1569             printf \"%%c\", o
1570           } else {
1571             system(\"dd if=/dev/zero bs=1 count=1 2>/dev/null\")
1572           }
1573           obc=0; o=0
1574         }
1575       }
1576     }
1577   }
1578 }'")
1579                 nil [33772 34394])
1580             ("tramp-awk-coding-test" variable
1581                (:constant-flag t
1582                 :default-value "test -c /dev/zero && od -v -t x1 -A n </dev/null && busybox awk '{}' </dev/null")
1583                 nil [34396 34589])
1584             ("tramp-stat-marker" variable
1585                (:constant-flag t
1586                 :default-value "/////")
1587                 nil [34591 34676])
1588             ("tramp-stat-quoted-marker" variable
1589                (:constant-flag t
1590                 :default-value "\\/\\/\\/\\/\\/")
1591                 nil [34678 34787])
1592             ("tramp-vc-registered-read-file-names" variable
1593                (:constant-flag t
1594                 :default-value "echo \"(\"
1595 while read file; do
1596     if %s \"$file\"; then
1597     echo \"(\\\"$file\\\" \\\"file-exists-p\\\" t)\"
1598     else
1599     echo \"(\\\"$file\\\" \\\"file-exists-p\\\" nil)\"
1600     fi
1601     if %s \"$file\"; then
1602     echo \"(\\\"$file\\\" \\\"file-readable-p\\\" t)\"
1603     else
1604     echo \"(\\\"$file\\\" \\\"file-readable-p\\\" nil)\"
1605     fi
1606 done
1607 echo \")\"")
1608                 nil [34789 35432])
1609             ("tramp-sh-file-name-handler-alist" variable
1610                (:constant-flag t
1611                 :default-value (quote ((add-name-to-file . tramp-sh-handle-add-name-to-file) (copy-directory . tramp-sh-handle-copy-directory) (copy-file . tramp-sh-handle-copy-file) (delete-directory . tramp-sh-handle-delete-directory) (delete-file . tramp-sh-handle-delete-file) (directory-file-name . tramp-handle-directory-file-name) (directory-files . tramp-handle-directory-files) (directory-files-and-attributes . tramp-sh-handle-directory-files-and-attributes) (dired-compress-file . tramp-sh-handle-dired-compress-file) (dired-uncache . tramp-handle-dired-uncache) (expand-file-name . tramp-sh-handle-expand-file-name) (file-accessible-directory-p . tramp-handle-file-accessible-directory-p) (file-acl . tramp-sh-handle-file-acl) (file-attributes . tramp-sh-handle-file-attributes) (file-directory-p . tramp-sh-handle-file-directory-p) (file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-sh-handle-file-executable-p) (file-exists-p . tramp-sh-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-sh-handle-file-local-copy) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-sh-handle-file-name-all-completions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insensitive-p) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) (file-newer-than-file-p . tramp-sh-handle-file-newer-than-file-p) (file-notify-add-watch . tramp-sh-handle-file-notify-add-watch) (file-notify-rm-watch . tramp-handle-file-notify-rm-watch) (file-notify-valid-p . tramp-handle-file-notify-valid-p) (file-ownership-preserved-p . tramp-sh-handle-file-ownership-preserved-p) (file-readable-p . tramp-sh-handle-file-readable-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-sh-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-system-info . tramp-sh-handle-file-system-info) (file-truename . tramp-sh-handle-file-truename) (file-writable-p . tramp-sh-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-sh-handle-insert-directory) (insert-file-contents . tramp-handle-insert-file-contents) (load . tramp-handle-load) (make-auto-save-file-name . tramp-handle-make-auto-save-file-name) (make-directory . tramp-sh-handle-make-directory) (make-nearby-temp-file . tramp-handle-make-nearby-temp-file) (make-symbolic-link . tramp-sh-handle-make-symbolic-link) (process-file . tramp-sh-handle-process-file) (rename-file . tramp-sh-handle-rename-file) (set-file-acl . tramp-sh-handle-set-file-acl) (set-file-modes . tramp-sh-handle-set-file-modes) (set-file-selinux-context . tramp-sh-handle-set-file-selinux-context) (set-file-times . tramp-sh-handle-set-file-times) (set-visited-file-modtime . tramp-sh-handle-set-visited-file-modtime) (shell-command . tramp-handle-shell-command) (start-file-process . tramp-sh-handle-start-file-process) (substitute-in-file-name . tramp-handle-substitute-in-file-name) (temporary-file-directory . tramp-handle-temporary-file-directory) (unhandled-file-name-directory . ignore) (vc-registered . tramp-sh-handle-vc-registered) (verify-visited-file-modtime . tramp-sh-handle-verify-visited-file-modtime) (write-region . tramp-sh-handle-write-region))))
1612                 nil [35493 39800])
1613             ("tramp-sh-handle-make-symbolic-link" function (:arguments ("target" "linkname" "ok-if-already-exists")) nil [39836 42370])
1614             ("tramp-sh-handle-file-truename" function (:arguments ("filename")) nil [42372 46235])
1615             ("tramp-sh-handle-file-exists-p" function (:arguments ("filename")) nil [46258 46827])
1616             ("tramp-sh-handle-file-attributes" function (:arguments ("filename" "id-format")) nil [46829 47713])
1617             ("tramp-do-file-attributes-with-ls" function (:arguments ("vec" "localname" "id-format")) nil [47715 51942])
1618             ("tramp-do-file-attributes-with-perl" function (:arguments ("vec" "localname" "id-format")) nil [51944 52389])
1619             ("tramp-do-file-attributes-with-stat" function (:arguments ("vec" "localname" "id-format")) nil [52391 53672])
1620             ("tramp-sh-handle-set-visited-file-modtime" function (:arguments ("time-list")) nil [53674 54965])
1621             ("tramp-sh-handle-verify-visited-file-modtime" function (:arguments ("buf")) nil [55060 56958])
1622             ("tramp-sh-handle-set-file-modes" function (:arguments ("filename" "mode")) nil [56960 57431])
1623             ("tramp-sh-handle-set-file-times" function (:arguments ("filename" "time")) nil [57433 58113])
1624             ("tramp-set-file-uid-gid" function (:arguments ("filename" "uid" "gid")) nil [58115 59703])
1625             ("tramp-remote-selinux-p" function (:arguments ("vec")) nil [59705 59937])
1626             ("tramp-sh-handle-file-selinux-context" function (:arguments ("filename")) nil [59939 60783])
1627             ("tramp-sh-handle-set-file-selinux-context" function (:arguments ("filename" "context")) nil [60785 61775])
1628             ("tramp-remote-acl-p" function (:arguments ("vec")) nil [61777 61992])
1629             ("tramp-sh-handle-file-acl" function (:arguments ("filename")) nil [61994 62525])
1630             ("tramp-sh-handle-set-file-acl" function (:arguments ("filename" "acl-string")) nil [62527 63217])
1631             ("tramp-sh-handle-file-executable-p" function (:arguments ("filename")) nil [63266 63666])
1632             ("tramp-sh-handle-file-readable-p" function (:arguments ("filename")) nil [63668 64062])
1633             ("tramp-sh-handle-file-newer-than-file-p" function (:arguments ("file1" "file2")) nil [64375 65889])
1634             ("tramp-sh-handle-file-directory-p" function (:arguments ("filename")) nil [65950 66480])
1635             ("tramp-sh-handle-file-writable-p" function (:arguments ("filename")) nil [66482 67092])
1636             ("tramp-sh-handle-file-ownership-preserved-p" function (:arguments ("filename" "group")) nil [67094 67778])
1637             ("tramp-sh-handle-directory-files-and-attributes" function (:arguments ("directory" "full" "match" "nosort" "id-format")) nil [67804 69179])
1638             ("tramp-do-directory-files-and-attributes-with-perl" function (:arguments ("vec" "localname" "id-format")) nil [69181 69814])
1639             ("tramp-do-directory-files-and-attributes-with-stat" function (:arguments ("vec" "localname" "id-format")) nil [69816 71399])
1640             ("tramp-sh-handle-file-name-all-completions" function (:arguments ("filename" "directory")) nil [71479 73701])
1641             ("tramp-sh-handle-add-name-to-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [73721 75012])
1642             ("tramp-sh-handle-copy-file" function (:arguments ("filename" "newname" "ok-if-already-exists" "keep-date" "preserve-uid-gid" "preserve-extended-attributes")) nil [75014 75658])
1643             ("tramp-sh-handle-copy-directory" function (:arguments ("dirname" "newname" "keep-date" "parents" "copy-contents")) nil [75660 77455])
1644             ("tramp-sh-handle-rename-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [77457 78120])
1645             ("tramp-do-copy-or-rename-file" function (:arguments ("op" "filename" "newname" "ok-if-already-exists" "keep-date" "preserve-uid-gid" "preserve-extended-attributes")) nil [78122 82647])
1646             ("tramp-do-copy-or-rename-file-via-buffer" function (:arguments ("op" "filename" "newname" "keep-date")) nil [82649 84397])
1647             ("tramp-do-copy-or-rename-file-directly" function (:arguments ("op" "filename" "newname" "ok-if-already-exists" "keep-date" "preserve-uid-gid")) nil [84399 89792])
1648             ("tramp-do-copy-or-rename-file-out-of-band" function (:arguments ("op" "filename" "newname" "keep-date")) nil [89794 97766])
1649             ("tramp-sh-handle-make-directory" function (:arguments ("dir" "parents")) nil [97768 98215])
1650             ("tramp-sh-handle-delete-directory" function (:arguments ("directory" "recursive" "trash")) nil [98217 98782])
1651             ("tramp-sh-handle-delete-file" function (:arguments ("filename" "trash")) nil [98784 99282])
1652             ("tramp-sh-handle-dired-compress-file" function (:arguments ("file")) nil [99295 100770])
1653             ("tramp-sh-handle-insert-directory" function (:arguments ("filename" "switches" "wildcard" "full-directory-p")) nil [100772 105554])
1654             ("tramp-sh-handle-expand-file-name" function (:arguments ("name" "dir")) nil [105592 108296])
1655             ("tramp-process-sentinel" function (:arguments ("proc" "event")) nil [108320 108662])
1656             ("tramp-sh-handle-start-file-process" function (:arguments ("name" "buffer" "program" "args")) nil [108826 114156])
1657             ("tramp-sh-handle-process-file" function (:arguments ("program" "infile" "destination" "display" "args")) nil [114158 118690])
1658             ("tramp-sh-handle-file-local-copy" function (:arguments ("filename")) nil [118692 121583])
1659             ("tramp-sh-handle-write-region" function (:arguments ("start" "end" "filename" "append" "visit" "lockname" "mustbenew")) nil [121606 130872])
1660             ("tramp-vc-registered-file-names" variable nil nil [130874 130996])
1661             ("tramp-sh-handle-vc-registered" function (:arguments ("file")) nil [131832 135266])
1662             ("tramp-sh-file-name-handler" function (:arguments ("operation" "args")) nil [135289 135626])
1663             ("tramp-register-foreign-file-name-handler" code nil nil [135716 135805])
1664             ("tramp-vc-file-name-handler" function (:arguments ("operation" "args")) nil [135807 137005])
1665             ("tramp-sh-handle-file-notify-add-watch" function (:arguments ("file-name" "flags" "_callback")) nil [137007 139720])
1666             ("tramp-sh-gvfs-monitor-dir-process-filter" function (:arguments ("proc" "string")) nil [139722 141895])
1667             ("tramp-sh-inotifywait-process-filter" function (:arguments ("proc" "string")) nil [141897 143152])
1668             ("tramp-sh-handle-file-system-info" function (:arguments ("filename")) nil [143154 144127])
1669             ("tramp-maybe-send-script" function (:arguments ("vec" "script" "name")) nil [144154 145339])
1670             ("tramp-run-test" function (:arguments ("switch" "filename")) nil [145341 145703])
1671             ("tramp-run-test2" function (:arguments ("format-string" "file1" "file2")) nil [145705 146489])
1672             ("tramp-find-executable" function (:arguments ("vec" "progname" "dirlist" "ignore-tilde" "ignore-path")) nil [146491 148563])
1673             ("tramp-set-remote-path" function (:arguments ("vec")) nil [148565 148984])
1674             ("tramp-find-file-exists-command" function (:arguments ("vec")) nil [149158 151711])
1675             ("tramp-open-shell" function (:arguments ("vec" "shell")) nil [151713 154378])
1676             ("tramp-find-shell" function (:arguments ("vec")) nil [154380 155814])
1677             ("tramp-barf-if-no-shell-prompt" function (:arguments ("proc" "timeout" "error-args")) nil [155839 156463])
1678             ("tramp-open-connection-setup-interactive-shell" function (:arguments ("proc" "vec")) nil [156465 163322])
1679             ("uudecode-decode-region" function (:prototype-flag t) nil [163957 164002])
1680             ("tramp-local-coding-commands" variable
1681                (:constant-flag t
1682                 :default-value (\` ((b64 base64-encode-region base64-decode-region) (uu tramp-uuencode-region uudecode-decode-region) (pack (\, (format tramp-perl-pack "perl")) (\, (format tramp-perl-unpack "perl"))))))
1683                 nil [164004 165031])
1684             ("tramp-remote-coding-commands" variable
1685                (:constant-flag t
1686                 :default-value (\` ((b64 "base64" "base64 -d -i") (b64 "base64" "base64 -d") (b64 "openssl enc -base64" "openssl enc -d -base64") (b64 "mimencode -b" "mimencode -u -b") (b64 "mmencode -b" "mmencode -u -b") (b64 "recode data..base64" "recode base64..data") (b64 tramp-perl-encode-with-module tramp-perl-decode-with-module) (b64 tramp-perl-encode tramp-perl-decode) (b64 tramp-awk-encode tramp-awk-decode (\, tramp-awk-coding-test)) (uu "uuencode xxx" "uudecode -o /dev/stdout" "test -c /dev/stdout") (uu "uuencode xxx" "uudecode -o -") (uu "uuencode xxx" "uudecode -p") (uu "uuencode xxx" tramp-uudecode) (pack tramp-perl-pack tramp-perl-unpack))))
1687                 nil [165033 166992])
1688             ("tramp-find-inline-encoding" function (:arguments ("vec")) nil [166994 171971])
1689             ("tramp-call-local-coding-command" function (:arguments ("cmd" "input" "output")) nil [171973 172687])
1690             ("tramp-inline-compress-commands" variable
1691                (:constant-flag t
1692                 :default-value (quote (("gzip" "gzip -d") ("bzip2" "bzip2 -d") ("xz" "xz -d") ("compress" "compress -d"))))
1693                 nil [172689 173027])
1694             ("tramp-find-inline-compress" function (:arguments ("vec")) nil [173029 174968])
1695             ("tramp-compute-multi-hops" function (:arguments ("vec")) nil [174970 178081])
1696             ("tramp-ssh-controlmaster-options" function (:arguments ("vec")) nil [178083 179912])
1697             ("tramp-maybe-open-connection" function (:arguments ("vec")) nil [179914 188983])
1698             ("tramp-send-command" function (:arguments ("vec" "command" "neveropen" "nooutput")) nil [188985 190569])
1699             ("tramp-wait-for-output" function (:arguments ("proc" "timeout")) nil [190571 192253])
1700             ("tramp-send-command-and-check" function (:arguments ("vec" "command" "subshell" "dont-suppress-err")) nil [192255 193331])
1701             ("tramp-barf-unless-okay" function (:arguments ("vec" "command" "fmt" "args")) nil [193333 193682])
1702             ("tramp-send-command-and-read" function (:arguments ("vec" "command" "noerror" "marker")) nil [193684 194814])
1703             ("tramp-convert-file-attributes" function (:arguments ("vec" "attr")) nil [194816 198649])
1704             ("tramp-shell-case-fold" function (:arguments ("string")) nil [198651 198908])
1705             ("tramp-make-copy-program-file-name" function (:arguments ("vec")) nil [198910 199681])
1706             ("tramp-method-out-of-band-p" function (:arguments ("vec" "size")) nil [199683 200226])
1707             ("tramp-get-remote-path" function (:arguments ("vec")) nil [200263 203024])
1708             ("tramp-get-remote-locale" function (:arguments ("vec")) nil [203026 203665])
1709             ("tramp-get-ls-command" function (:arguments ("vec")) nil [203667 204786])
1710             ("tramp-get-ls-command-with-dired" function (:arguments ("vec")) nil [204788 205321])
1711             ("tramp-get-ls-command-with-quoting-style" function (:arguments ("vec")) nil [205323 205747])
1712             ("tramp-get-ls-command-with-w-option" function (:arguments ("vec")) nil [205749 206289])
1713             ("tramp-get-test-command" function (:arguments ("vec")) nil [206291 206602])
1714             ("tramp-get-test-nt-command" function (:arguments ("vec")) nil [206604 207429])
1715             ("tramp-get-file-exists-command" function (:arguments ("vec")) nil [207431 207690])
1716             ("tramp-get-remote-ln" function (:arguments ("vec")) nil [207692 207929])
1717             ("tramp-get-remote-perl" function (:arguments ("vec")) nil [207931 208815])
1718             ("tramp-get-remote-stat" function (:arguments ("vec")) nil [208817 209792])
1719             ("tramp-get-remote-readlink" function (:arguments ("vec")) nil [209794 210205])
1720             ("tramp-get-remote-trash" function (:arguments ("vec")) nil [210207 210567])
1721             ("tramp-get-remote-touch" function (:arguments ("vec")) nil [210569 211361])
1722             ("tramp-get-remote-df" function (:arguments ("vec")) nil [211363 211763])
1723             ("tramp-get-remote-gvfs-monitor-dir" function (:arguments ("vec")) nil [211765 212353])
1724             ("tramp-get-remote-inotifywait" function (:arguments ("vec")) nil [212355 212641])
1725             ("tramp-get-remote-id" function (:arguments ("vec")) nil [212643 213154])
1726             ("tramp-get-remote-uid-with-id" function (:arguments ("vec" "id-format")) nil [213156 213493])
1727             ("tramp-get-remote-uid-with-perl" function (:arguments ("vec" "id-format")) nil [213495 213829])
1728             ("tramp-get-remote-python" function (:arguments ("vec")) nil [213831 214241])
1729             ("tramp-get-remote-uid-with-python" function (:arguments ("vec" "id-format")) nil [214243 214624])
1730             ("tramp-get-remote-uid" function (:arguments ("vec" "id-format")) nil [214626 215415])
1731             ("tramp-get-remote-gid-with-id" function (:arguments ("vec" "id-format")) nil [215417 215754])
1732             ("tramp-get-remote-gid-with-perl" function (:arguments ("vec" "id-format")) nil [215756 216102])
1733             ("tramp-get-remote-gid-with-python" function (:arguments ("vec" "id-format")) nil [216104 216485])
1734             ("tramp-get-remote-gid" function (:arguments ("vec" "id-format")) nil [216487 217276])
1735             ("tramp-get-env-with-u-option" function (:arguments ("vec")) nil [217278 217639])
1736             ("tramp-get-inline-compress" function (:arguments ("vec" "prop" "size")) nil [217683 218255])
1737             ("tramp-get-inline-coding" function (:arguments ("vec" "prop" "size")) nil [218257 221393])
1738             ("add-hook" code nil nil [221395 221478])
1739             ("tramp-sh" package nil nil [221480 221499]))          
1740       :file "tramp-sh.el"
1741       :pointmax 225842
1742       :fsize 225846
1743       :lastmodtime '(23525 29579 0 0)
1744       :unmatched-syntax '((close-paren 1205 . 1206) (symbol 1169 . 1186) (open-paren 1168 . 1169)))
1745     (semanticdb-table "semanticdb-table"
1746       :major-mode emacs-lisp-mode
1747       :tags 
1748         '( ("tramp" include nil nil [2298 2314])
1749             ("time-stamp-string" function (:prototype-flag t) nil [2315 2357])
1750             ("tramp-cache-data" variable (:default-value (make-hash-table :test (quote equal))) nil [2397 2497])
1751             ("tramp-connection-properties" variable nil nil [2520 3113])
1752             ("tramp-persistency-file-name" variable (:default-value (expand-file-name (locate-user-emacs-file "tramp"))) nil [3136 3340])
1753             ("tramp-cache-data-changed" variable nil nil [3342 3432])
1754             ("tramp-get-hash-table" function (:arguments ("key")) nil [3434 4140])
1755             ("tramp-get-file-property" function (:arguments ("key" "file" "property" "default")) nil [4163 5591])
1756             ("tramp-set-file-property" function (:arguments ("key" "file" "property" "value")) nil [5614 6500])
1757             ("tramp-flush-file-property" function (:arguments ("key" "file")) nil [6523 7277])
1758             ("tramp-flush-directory-property" function (:arguments ("key" "directory")) nil [7300 8212])
1759             ("tramp-flush-file-function" function nil nil [8548 9040])
1760             ("add-hook" code nil nil [9042 9099])
1761             ("add-hook" code nil nil [9100 9162])
1762             ("add-hook" code nil nil [9163 9218])
1763             ("add-hook" code nil nil [9219 9482])
1764             ("tramp-get-connection-property" function (:arguments ("key" "property" "default")) nil [9527 10525])
1765             ("tramp-set-connection-property" function (:arguments ("key" "property" "value")) nil [10548 11372])
1766             ("tramp-connection-property-p" function (:arguments ("key" "property")) nil [11395 11757])
1767             ("tramp-flush-connection-property" function (:arguments ("key")) nil [11780 12630])
1768             ("tramp-cache-print" function (:arguments ("table")) nil [12653 13999])
1769             ("tramp-list-connections" function nil nil [14022 14416])
1770             ("tramp-dump-connection-properties" function nil nil [14418 16150])
1771             ("unless" code nil nil [16152 16239])
1772             ("add-hook" code nil nil [16240 16364])
1773             ("tramp-parse-connection-properties" function (:arguments ("method")) nil [16387 16950])
1774             ("tramp-cache-read-persistent-data" variable (:default-value (or init-file-user site-run-file)) nil [17122 17250])
1775             ("when" code nil nil [17291 18370])
1776             ("add-hook" code nil nil [18372 18458])
1777             ("tramp-cache" package nil nil [18460 18482]))          
1778       :file "tramp-cache.el"
1779       :pointmax 18513
1780       :fsize 18512
1781       :lastmodtime '(23525 29578 0 0)
1782       :unmatched-syntax nil)
1783     (semanticdb-table "semanticdb-table"
1784       :file "ange-ftp.el"
1785       :fsize 241276
1786       :lastmodtime '(23525 29574 0 0))
1787     (semanticdb-table "semanticdb-table"
1788       :major-mode emacs-lisp-mode
1789       :tags 
1790         '( ("declare-function" code nil nil [4025 4077])
1791             ("tramp" include nil nil [4079 4095])
1792             ("dbus" include nil nil [4097 4112])
1793             ("url-parse" include nil nil [4113 4133])
1794             ("url-util" include nil nil [4134 4153])
1795             ("zeroconf" include nil nil [4154 4173])
1796             ("custom" include nil nil [4221 4238])
1797             ("tramp-gvfs-methods" variable (:default-value (quote ("afp" "dav" "davs" "gdrive" "obex" "sftp" "synce"))) nil [4262 4650])
1798             ("when" code nil nil [4752 5063])
1799             ("add-to-list" code nil nil [5085 5149])
1800             ("tramp-gvfs-zeroconf-domain" variable (:default-value "local") nil [5172 5360])
1801             ("when" code nil nil [5466 5618])
1802             ("tramp-gvfs-path-tramp" variable
1803                (:constant-flag t
1804                 :default-value (concat dbus-path-emacs "/Tramp"))
1805                 nil [5620 5733])
1806             ("tramp-gvfs-service-daemon" variable
1807                (:constant-flag t
1808                 :default-value "org.gtk.vfs.Daemon")
1809                 nil [5735 5836])
1810             ("tramp-gvfs-enabled" variable
1811                (:constant-flag t
1812                 :default-value (ignore-errors (and (featurep (quote dbusbind)) (tramp-compat-funcall (quote dbus-get-unique-name) :system) (tramp-compat-funcall (quote dbus-get-unique-name) :session) (or (tramp-compat-process-running-p "gvfs-fuse-daemon") (tramp-compat-process-running-p "gvfsd-fuse")))))
1813                 nil [5901 6237])
1814             ("tramp-gvfs-path-mounttracker" variable
1815                (:constant-flag t
1816                 :default-value "/org/gtk/vfs/mounttracker")
1817                 nil [6239 6346])
1818             ("tramp-gvfs-interface-mounttracker" variable
1819                (:constant-flag t
1820                 :default-value "org.gtk.vfs.MountTracker")
1821                 nil [6348 6472])
1822             ("tramp-gvfs-methods-mounttracker" variable
1823                (:constant-flag t
1824                 :default-value (and tramp-gvfs-enabled (dbus-introspect-get-method-names :session tramp-gvfs-service-daemon tramp-gvfs-path-mounttracker tramp-gvfs-interface-mounttracker)))
1825                 nil [6582 6860])
1826             ("tramp-gvfs-listmounts" variable
1827                (:constant-flag t
1828                 :default-value (if (member "ListMounts" tramp-gvfs-methods-mounttracker) "ListMounts" "listMounts"))
1829                 nil [6862 7068])
1830             ("tramp-gvfs-mountlocation" variable
1831                (:constant-flag t
1832                 :default-value (if (member "MountLocation" tramp-gvfs-methods-mounttracker) "MountLocation" "mountLocation"))
1833                 nil [7070 7291])
1834             ("tramp-gvfs-mountlocation-signature" variable
1835                (:constant-flag t
1836                 :default-value (and tramp-gvfs-enabled (dbus-introspect-get-signature :session tramp-gvfs-service-daemon tramp-gvfs-path-mounttracker tramp-gvfs-interface-mounttracker tramp-gvfs-mountlocation)))
1837                 nil [7293 7620])
1838             ("tramp-gvfs-interface-mountoperation" variable
1839                (:constant-flag t
1840                 :default-value "org.gtk.vfs.MountOperation")
1841                 nil [8985 9125])
1842             ("tramp-gvfs-password-need-password" variable
1843                (:constant-flag t
1844                 :default-value 1)
1845                 nil [10342 10423])
1846             ("tramp-gvfs-password-need-username" variable
1847                (:constant-flag t
1848                 :default-value 2)
1849                 nil [10425 10506])
1850             ("tramp-gvfs-password-need-domain" variable
1851                (:constant-flag t
1852                 :default-value 4)
1853                 nil [10508 10585])
1854             ("tramp-gvfs-password-saving-supported" variable
1855                (:constant-flag t
1856                 :default-value 8)
1857                 nil [10587 10676])
1858             ("tramp-gvfs-password-anonymous-supported" variable
1859                (:constant-flag t
1860                 :default-value 16)
1861                 nil [10678 10771])
1862             ("tramp-bluez-service" variable
1863                (:constant-flag t
1864                 :default-value "org.bluez")
1865                 nil [10773 10861])
1866             ("tramp-bluez-interface-manager" variable
1867                (:constant-flag t
1868                 :default-value "org.bluez.Manager")
1869                 nil [10863 10970])
1870             ("tramp-bluez-interface-adapter" variable
1871                (:constant-flag t
1872                 :default-value "org.bluez.Adapter")
1873                 nil [11560 11667])
1874             ("tramp-bluez-discover-devices-timeout" variable (:default-value 60) nil [13594 13952])
1875             ("tramp-bluez-discovery" variable nil nil [13954 14086])
1876             ("tramp-bluez-devices" variable nil nil [14088 14199])
1877             ("tramp-hal-service" variable
1878                (:constant-flag t
1879                 :default-value "org.freedesktop.Hal")
1880                 nil [14201 14295])
1881             ("tramp-hal-path-manager" variable
1882                (:constant-flag t
1883                 :default-value "/org/freedesktop/Hal/Manager")
1884                 nil [14297 14408])
1885             ("tramp-hal-interface-manager" variable
1886                (:constant-flag t
1887                 :default-value "org.freedesktop.Hal.Manager")
1888                 nil [14410 14523])
1889             ("tramp-hal-interface-device" variable
1890                (:constant-flag t
1891                 :default-value "org.freedesktop.Hal.Device")
1892                 nil [14525 14635])
1893             ("tramp-gvfs-gio-mapping" variable
1894                (:constant-flag t
1895                 :default-value (quote (("gvfs-copy" . "copy") ("gvfs-info" . "info") ("gvfs-ls" . "list") ("gvfs-mkdir" . "mkdir") ("gvfs-monitor-file" . "monitor") ("gvfs-move" . "move") ("gvfs-rm" . "remove") ("gvfs-trash" . "trash"))))
1896                 nil [14750 15086])
1897             ("tramp-gvfs-file-attributes" variable
1898                (:constant-flag t
1899                 :default-value (quote ("name" "type" "standard::display-name" "standard::symlink-target" "unix::nlink" "unix::uid" "owner::user" "unix::gid" "owner::group" "time::access" "time::modified" "time::changed" "standard::size" "unix::mode" "access::can-read" "access::can-write" "access::can-execute" "unix::inode" "unix::device")))
1900                 nil [15088 15529])
1901             ("tramp-gvfs-file-attributes-with-gvfs-ls-regexp" variable
1902                (:constant-flag t
1903                 :default-value (concat "[[:blank:]]" (regexp-opt tramp-gvfs-file-attributes t) "=\\(.+?\\)"))
1904                 nil [15531 15725])
1905             ("tramp-gvfs-file-attributes-with-gvfs-info-regexp" variable
1906                (:constant-flag t
1907                 :default-value (concat "^[[:blank:]]*" (regexp-opt tramp-gvfs-file-attributes t) ":[[:blank:]]+\\(.*\\)$"))
1908                 nil [15727 15945])
1909             ("tramp-gvfs-file-system-attributes" variable
1910                (:constant-flag t
1911                 :default-value (quote ("filesystem::free" "filesystem::size" "filesystem::used")))
1912                 nil [15947 16094])
1913             ("tramp-gvfs-file-system-attributes-regexp" variable
1914                (:constant-flag t
1915                 :default-value (concat "^[[:blank:]]*" (regexp-opt tramp-gvfs-file-system-attributes t) ":[[:blank:]]+\\(.*\\)$"))
1916                 nil [16096 16320])
1917             ("tramp-gvfs-file-name-handler-alist" variable
1918                (:constant-flag t
1919                 :default-value (quote ((access-file . ignore) (add-name-to-file . tramp-handle-add-name-to-file) (copy-file . tramp-gvfs-handle-copy-file) (delete-directory . tramp-gvfs-handle-delete-directory) (delete-file . tramp-gvfs-handle-delete-file) (directory-file-name . tramp-handle-directory-file-name) (directory-files . tramp-handle-directory-files) (directory-files-and-attributes . tramp-handle-directory-files-and-attributes) (dired-compress-file . ignore) (dired-uncache . tramp-handle-dired-uncache) (expand-file-name . tramp-gvfs-handle-expand-file-name) (file-accessible-directory-p . tramp-handle-file-accessible-directory-p) (file-acl . ignore) (file-attributes . tramp-gvfs-handle-file-attributes) (file-directory-p . tramp-gvfs-handle-file-directory-p) (file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-gvfs-handle-file-executable-p) (file-exists-p . tramp-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-gvfs-handle-file-local-copy) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-gvfs-handle-file-name-all-completions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insensitive-p) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) (file-newer-than-file-p . tramp-handle-file-newer-than-file-p) (file-notify-add-watch . tramp-gvfs-handle-file-notify-add-watch) (file-notify-rm-watch . tramp-handle-file-notify-rm-watch) (file-notify-valid-p . tramp-handle-file-notify-valid-p) (file-ownership-preserved-p . ignore) (file-readable-p . tramp-gvfs-handle-file-readable-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-system-info . tramp-gvfs-handle-file-system-info) (file-truename . tramp-handle-file-truename) (file-writable-p . tramp-gvfs-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-handle-insert-directory) (insert-file-contents . tramp-handle-insert-file-contents) (load . tramp-handle-load) (make-auto-save-file-name . tramp-handle-make-auto-save-file-name) (make-directory . tramp-gvfs-handle-make-directory) (make-directory-internal . ignore) (make-nearby-temp-file . tramp-handle-make-nearby-temp-file) (make-symbolic-link . tramp-handle-make-symbolic-link) (process-file . ignore) (rename-file . tramp-gvfs-handle-rename-file) (set-file-acl . ignore) (set-file-modes . ignore) (set-file-selinux-context . ignore) (set-file-times . ignore) (set-visited-file-modtime . tramp-handle-set-visited-file-modtime) (shell-command . ignore) (start-file-process . ignore) (substitute-in-file-name . tramp-handle-substitute-in-file-name) (temporary-file-directory . tramp-handle-temporary-file-directory) (unhandled-file-name-directory . ignore) (vc-registered . ignore) (verify-visited-file-modtime . tramp-handle-verify-visited-file-modtime) (write-region . tramp-gvfs-handle-write-region))))
1920                 nil [16383 20390])
1921             ("tramp-gvfs-file-name-p" function (:arguments ("filename")) nil [20549 20839])
1922             ("tramp-gvfs-file-name-handler" function (:arguments ("operation" "args")) nil [20862 21323])
1923             ("when" code nil nil [21346 21475])
1924             ("tramp-gvfs-dbus-string-to-byte-array" function (:arguments ("string")) nil [21506 21770])
1925             ("tramp-gvfs-dbus-byte-array-to-string" function (:arguments ("byte-array")) nil [21772 22253])
1926             ("tramp-gvfs-stringify-dbus-message" function (:arguments ("message")) nil [22255 22648])
1927             ("with-tramp-dbus-call-method" function (:arguments ("vec" "synchronous" "bus" "service" "path" "interface" "method" "args")) nil [22650 23494])
1928             ("put" code nil nil [23496 23554])
1929             ("put" code nil nil [23555 23628])
1930             ("font-lock-add-keywords" code nil nil [23629 23709])
1931             ("tramp-gvfs-dbus-event-vector" variable nil nil [23711 23913])
1932             ("tramp-gvfs-dbus-event-error" function (:arguments ("event" "err")) nil [23915 24219])
1933             ("add-hook" code nil nil [24316 24456])
1934             ("tramp-gvfs-do-copy-or-rename-file" function (:arguments ("op" "filename" "newname" "ok-if-already-exists" "keep-date" "preserve-uid-gid" "preserve-extended-attributes")) nil [24486 28052])
1935             ("tramp-gvfs-handle-copy-file" function (:arguments ("filename" "newname" "ok-if-already-exists" "keep-date" "preserve-uid-gid" "preserve-extended-attributes")) nil [28054 28750])
1936             ("tramp-gvfs-handle-delete-directory" function (:arguments ("directory" "recursive" "trash")) nil [28752 29854])
1937             ("tramp-gvfs-handle-delete-file" function (:arguments ("filename" "trash")) nil [29856 30455])
1938             ("tramp-gvfs-handle-expand-file-name" function (:arguments ("name" "dir")) nil [30457 32481])
1939             ("tramp-gvfs-get-directory-attributes" function (:arguments ("directory")) nil [32483 34011])
1940             ("tramp-gvfs-get-root-attributes" function (:arguments ("filename" "file-system")) nil [34013 35189])
1941             ("tramp-gvfs-get-file-attributes" function (:arguments ("filename")) nil [35191 35798])
1942             ("tramp-gvfs-handle-file-attributes" function (:arguments ("filename" "id-format")) nil [35800 39234])
1943             ("tramp-gvfs-handle-file-directory-p" function (:arguments ("filename")) nil [39236 39423])
1944             ("tramp-gvfs-handle-file-executable-p" function (:arguments ("filename")) nil [39425 39677])
1945             ("tramp-gvfs-handle-file-local-copy" function (:arguments ("filename")) nil [39679 40116])
1946             ("tramp-gvfs-handle-file-name-all-completions" function (:arguments ("filename" "directory")) nil [40118 40795])
1947             ("tramp-gvfs-handle-file-notify-add-watch" function (:arguments ("file-name" "flags" "_callback")) nil [40797 42664])
1948             ("tramp-gvfs-monitor-file-process-filter" function (:arguments ("proc" "string")) nil [42666 44544])
1949             ("tramp-gvfs-handle-file-readable-p" function (:arguments ("filename")) nil [44546 44792])
1950             ("tramp-gvfs-handle-file-system-info" function (:arguments ("filename")) nil [44794 45581])
1951             ("tramp-gvfs-handle-file-writable-p" function (:arguments ("filename")) nil [45583 46033])
1952             ("tramp-gvfs-handle-make-directory" function (:arguments ("dir" "parents")) nil [46035 46807])
1953             ("tramp-gvfs-handle-rename-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [46809 47479])
1954             ("tramp-gvfs-handle-write-region" function (:arguments ("start" "end" "filename" "append" "visit" "lockname" "mustbenew")) nil [47481 49059])
1955             ("tramp-gvfs-url-file-name" function (:arguments ("filename")) nil [49090 50137])
1956             ("tramp-gvfs-object-path" function (:arguments ("filename")) nil [50139 50306])
1957             ("tramp-gvfs-file-name" function (:arguments ("object-path")) nil [50308 50498])
1958             ("tramp-bluez-address" function (:arguments ("device")) nil [50500 50763])
1959             ("tramp-bluez-device" function (:arguments ("address")) nil [50765 51216])
1960             ("tramp-gvfs-handler-askpassword" function (:arguments ("message" "user" "domain" "flags")) nil [51246 52996])
1961             ("tramp-gvfs-handler-askquestion" function (:arguments ("message" "choices")) nil [52998 54495])
1962             ("tramp-gvfs-handler-mounted-unmounted" function (:arguments ("mount-info")) nil [54497 57053])
1963             ("when" code nil nil [57055 57717])
1964             ("tramp-gvfs-connection-mounted-p" function (:arguments ("vec")) nil [57719 60617])
1965             ("tramp-gvfs-mount-spec-entry" function (:arguments ("key" "value")) nil [60619 61010])
1966             ("tramp-gvfs-mount-spec" function (:arguments ("vec")) nil [61012 63440])
1967             ("tramp-gvfs-get-remote-uid" function (:arguments ("vec" "id-format")) nil [63470 64319])
1968             ("tramp-gvfs-get-remote-gid" function (:arguments ("vec" "id-format")) nil [64321 65120])
1969             ("tramp-gvfs-get-remote-uid-gid-in-progress" variable nil nil [65122 65246])
1970             ("tramp-gvfs-maybe-open-connection" function (:arguments ("vec")) nil [65248 70268])
1971             ("tramp-gvfs-gio-tool-p" function (:arguments ("vec")) nil [70270 70466])
1972             ("tramp-gvfs-send-command" function (:arguments ("vec" "command" "args")) nil [70468 71436])
1973             ("tramp-bluez-list-devices" function nil nil [71467 72776])
1974             ("tramp-bluez-property-changed" function (:arguments ("property" "value")) nil [72778 73400])
1975             ("when" code nil nil [73402 73552])
1976             ("tramp-bluez-device-found" function (:arguments ("device" "args")) nil [73554 74029])
1977             ("when" code nil nil [74031 74173])
1978             ("tramp-bluez-parse-device-names" function (:arguments ("_ignore")) nil [74175 74357])
1979             ("when" code nil nil [74403 74582])
1980             ("tramp-zeroconf-parse-device-names" function (:arguments ("service")) nil [74616 75223])
1981             ("tramp-gvfs-parse-device-names" function (:arguments ("service")) nil [75362 76173])
1982             ("when" code nil nil [76245 77649])
1983             ("tramp-synce-list-devices" function nil nil [77680 78586])
1984             ("tramp-synce-parse-device-names" function (:arguments ("_ignore")) nil [78588 78764])
1985             ("when" code nil nil [78811 78920])
1986             ("add-hook" code nil nil [78922 79007])
1987             ("tramp-gvfs" package nil nil [79009 79030]))          
1988       :file "tramp-gvfs.el"
1989       :pointmax 79414
1990       :fsize 79413
1991       :lastmodtime '(23525 29578 0 0)
1992       :unmatched-syntax '((close-paren 4238 . 4239) (symbol 4201 . 4218) (open-paren 4200 . 4201)))
1993     (semanticdb-table "semanticdb-table"
1994       :file "dbus.el"
1995       :fsize 68851
1996       :lastmodtime '(23525 29574 0 0))
1997     (semanticdb-table "semanticdb-table"
1998       :file "zeroconf.el"
1999       :fsize 24976
2000       :lastmodtime '(23525 29579 0 0))
2001     (semanticdb-table "semanticdb-table"
2002       :major-mode emacs-lisp-mode
2003       :tags 
2004         '( ("tramp-version" variable
2005                (:constant-flag t
2006                 :default-value "2.3.3.26.1")
2007                 nil [1408 1472])
2008             ("tramp-bug-report-address" variable
2009                (:constant-flag t
2010                 :default-value "tramp-devel@gnu.org")
2011                 nil [1495 1594])
2012             ("tramp-repository-get-version" function nil nil [1596 2073])
2013             ("let" code nil nil [2103 2344])
2014             ("add-to-list" code nil nil [2387 2837])
2015             ("add-hook" code nil nil [2839 2922])
2016             ("trampver" package nil nil [2924 2943]))          
2017       :file "trampver.el"
2018       :pointmax 3037
2019       :fsize 3037
2020       :lastmodtime '(23525 29579 0 0)
2021       :unmatched-syntax nil)
2022     (semanticdb-table "semanticdb-table"
2023       :file "tramp-loaddefs.el"
2024       :fsize 57247
2025       :lastmodtime '(23525 29579 0 0))
2026     (semanticdb-table "semanticdb-table"
2027       :major-mode emacs-lisp-mode
2028       :tags 
2029         '( ("tramp" include nil nil [1022 1038])
2030             ("declare-function" code nil nil [1065 1098])
2031             ("declare-function" code nil nil [1099 1144])
2032             ("declare-function" code nil nil [1145 1197])
2033             ("reporter-eval-buffer" variable nil nil [1198 1227])
2034             ("reporter-prompt-for-summary-p" variable nil nil [1228 1266])
2035             ("tramp-change-syntax" function
2036                (:user-visible-flag t
2037                 :arguments ("syntax"))
2038                 nil [1289 1744])
2039             ("tramp-list-tramp-buffers" function nil nil [1746 2019])
2040             ("tramp-list-remote-buffers" function nil nil [2021 2262])
2041             ("tramp-cleanup-connection" function
2042                (:user-visible-flag t
2043                 :arguments ("vec" "keep-debug" "keep-password"))
2044                 nil [2285 4371])
2045             ("tramp-cleanup-this-connection" function (:user-visible-flag t) nil [4394 4663])
2046             ("tramp-cleanup-all-connections" function (:user-visible-flag t) nil [4686 5135])
2047             ("tramp-cleanup-all-buffers" function (:user-visible-flag t) nil [5158 5479])
2048             ("tramp-version" function
2049                (:user-visible-flag t
2050                 :arguments ("arg"))
2051                 nil [5557 5732])
2052             ("reporter-submit-bug-report" function (:prototype-flag t) nil [5857 5906])
2053             ("tramp-bug" function (:user-visible-flag t) nil [5929 7763])
2054             ("tramp-reporter-dump-variable" function (:arguments ("varsym" "mailbuf")) nil [7765 9173])
2055             ("tramp-load-report-modules" function nil nil [9175 9282])
2056             ("tramp-append-tramp-buffers" function nil nil [9284 12706])
2057             ("defalias" code nil nil [12708 12747])
2058             ("add-hook" code nil nil [12749 12829])
2059             ("tramp-cmds" package nil nil [12831 12852]))          
2060       :file "tramp-cmds.el"
2061       :pointmax 13337
2062       :fsize 13336
2063       :lastmodtime '(23525 29578 0 0)
2064       :unmatched-syntax nil)
2065     (semanticdb-table "semanticdb-table"
2066       :major-mode emacs-lisp-mode
2067       :tags 
2068         '( ("comint" include nil nil [2115 2132])
2069             ("telnet-host-properties" variable nil nil [2134 2471])
2070             ("telnet-new-line" variable (:default-value " ") nil [2473 2502])
2071             ("telnet-mode-map" variable (:default-value (let ((map (nconc (make-sparse-keymap) comint-mode-map))) (define-key map " " (quote telnet-send-input)) (define-key map "" (quote send-process-next-char)) (define-key map "" (quote telnet-interrupt-subjob)) (define-key map "" (quote telnet-c-z)) map)) nil [2503 2850])
2072             ("telnet-prompt-pattern" variable (:default-value "^[^#$%>
2073 ]*[#$%>] *") nil [2852 2904])
2074             ("telnet-replace-c-g" variable nil nil [2905 2936])
2075             ("make-variable-buffer-local" code nil nil [2937 3047])
2076             ("make-variable-buffer-local" code nil nil [3048 3139])
2077             ("telnet-count" variable nil nil [3141 3241])
2078             ("make-variable-buffer-local" code nil nil [3242 3284])
2079             ("telnet-program" variable (:default-value "telnet") nil [3286 3366])
2080             ("telnet-initial-count" variable (:default-value -50) nil [3368 3551])
2081             ("telnet-maximum-count" variable (:default-value 4) nil [3553 3824])
2082             ("telnet-interrupt-subjob" function (:user-visible-flag t) nil [3826 3997])
2083             ("telnet-c-z" function nil nil [3999 4071])
2084             ("send-process-next-char" function nil nil [4073 4334])
2085             ("telnet-check-software-type-initialize" function (:arguments ("string")) nil [4388 4992])
2086             ("telnet-initial-filter" function (:arguments ("proc" "string")) nil [4994 5846])
2087             ("telnet-simple-send" function (:arguments ("proc" "string")) nil [5941 6164])
2088             ("telnet-filter" function (:arguments ("proc" "string")) nil [6166 7212])
2089             ("telnet-send-input" function nil nil [7214 7443])
2090             ("telnet" function
2091                (:user-visible-flag t
2092                 :arguments ("host" "port"))
2093                 nil [7460 9496])
2094             ("put" code nil nil [9498 9537])
2095             ("define-derived-mode" code nil nil [9539 10088])
2096             ("rsh" function
2097                (:user-visible-flag t
2098                 :arguments ("host"))
2099                 nil [10105 10605])
2100             ("telnet" package nil nil [10607 10624]))          
2101       :file "telnet.el"
2102       :pointmax 10650
2103       :fsize 10649
2104       :lastmodtime '(23525 29578 0 0)
2105       :unmatched-syntax nil)
2106     (semanticdb-table "semanticdb-table"
2107       :major-mode emacs-lisp-mode
2108       :tags 
2109         '( ("tramp" include nil nil [1053 1069])
2110             ("custom" include nil nil [1117 1134])
2111             ("ange-ftp-ftp-name-arg" variable nil nil [1136 1166])
2112             ("ange-ftp-ftp-name-res" variable nil nil [1167 1197])
2113             ("ange-ftp-name-format" variable nil nil [1198 1227])
2114             ("tramp-disable-ange-ftp" function nil nil [1279 1917])
2115             ("eval-after-load" code nil nil [1919 2023])
2116             ("tramp-ftp-enable-ange-ftp" function nil nil [2040 3207])
2117             ("add-hook" code nil nil [3209 3269])
2118             ("tramp-ftp-method" variable
2119                (:constant-flag t
2120                 :default-value "ftp")
2121                 nil [3317 3416])
2122             ("add-to-list" code nil nil [3477 3533])
2123             ("add-to-list" code nil nil [3611 3698])
2124             ("add-to-list" code nil nil [3720 3825])
2125             ("eval-after-load" code nil nil [3891 4011])
2126             ("tramp-ftp-file-name-handler" function (:arguments ("operation" "args")) nil [4034 6959])
2127             ("tramp-ftp-file-name-p" function (:arguments ("filename")) nil [7118 7321])
2128             ("add-to-list" code nil nil [7344 7461])
2129             ("add-hook" code nil nil [7463 7547])
2130             ("tramp-ftp" package nil nil [7549 7569]))          
2131       :file "tramp-ftp.el"
2132       :pointmax 7655
2133       :fsize 7654
2134       :lastmodtime '(23525 29578 0 0)
2135       :unmatched-syntax '((close-paren 1134 . 1135) (symbol 1097 . 1114) (open-paren 1096 . 1097)))
2136     (semanticdb-table "semanticdb-table"
2137       :major-mode emacs-lisp-mode
2138       :tags 
2139         '( ("tramp" include nil nil [1021 1037])
2140             ("tramp-smb-method" variable
2141                (:constant-flag t
2142                 :default-value "smb")
2143                 nil [1085 1166])
2144             ("unless" code nil nil [1227 1797])
2145             ("add-to-list" code nil nil [1928 2023])
2146             ("eval-after-load" code nil nil [2089 2207])
2147             ("tramp-smb-program" variable (:default-value "smbclient") nil [2230 2352])
2148             ("tramp-smb-acl-program" variable (:default-value "smbcacls") nil [2375 2516])
2149             ("tramp-smb-conf" variable (:default-value "/dev/null") nil [2539 2810])
2150             ("tramp-smb-version" variable nil nil [2812 2880])
2151             ("tramp-smb-server-version" variable
2152                (:constant-flag t
2153                 :default-value "Domain=\\[[^]]*\\] OS=\\[[^]]*\\] Server=\\[[^]]*\\]")
2154                 nil [2882 3015])
2155             ("tramp-smb-prompt" variable
2156                (:constant-flag t
2157                 :default-value "^\\(smb:\\|PS\\) .+> \\|^\\s-+Server\\s-+Comment$")
2158                 nil [3017 3150])
2159             ("tramp-smb-wrong-passwd-regexp" variable
2160                (:constant-flag t
2161                 :default-value (regexp-opt (quote ("NT_STATUS_LOGON_FAILURE" "NT_STATUS_WRONG_PASSWORD"))))
2162                 nil [3152 3322])
2163             ("tramp-smb-errors" variable
2164                (:constant-flag t
2165                 :default-value (mapconcat (quote identity) (\` ("Connection\\( to \\S-+\\)? failed" "Read from server failed, maybe it closed the connection" "Call timed out: server did not respond" "\\S-+: command not found" "Server doesn't support UNIX CIFS calls" (\, (regexp-opt (quote ("ERRDOS" "ERRHRD" "ERRSRV" "ERRbadfile" "ERRbadpw" "ERRfilexists" "ERRnoaccess" "ERRnomem" "ERRnosuchshare" "NT_STATUS_ACCESS_DENIED" "NT_STATUS_ACCOUNT_LOCKED_OUT" "NT_STATUS_BAD_NETWORK_NAME" "NT_STATUS_CANNOT_DELETE" "NT_STATUS_CONNECTION_DISCONNECTED" "NT_STATUS_CONNECTION_REFUSED" "NT_STATUS_DIRECTORY_NOT_EMPTY" "NT_STATUS_DUPLICATE_NAME" "NT_STATUS_FILE_IS_A_DIRECTORY" "NT_STATUS_HOST_UNREACHABLE" "NT_STATUS_IMAGE_ALREADY_LOADED" "NT_STATUS_INVALID_LEVEL" "NT_STATUS_INVALID_PARAMETER_MIX" "NT_STATUS_IO_TIMEOUT" "NT_STATUS_LOGON_FAILURE" "NT_STATUS_NETWORK_ACCESS_DENIED" "NT_STATUS_NOT_IMPLEMENTED" "NT_STATUS_NO_LOGON_SERVERS" "NT_STATUS_NO_SUCH_FILE" "NT_STATUS_NO_SUCH_USER" "NT_STATUS_OBJECT_NAME_COLLISION" "NT_STATUS_OBJECT_NAME_INVALID" "NT_STATUS_OBJECT_NAME_NOT_FOUND" "NT_STATUS_OBJECT_PATH_SYNTAX_BAD" "NT_STATUS_PASSWORD_MUST_CHANGE" "NT_STATUS_SHARING_VIOLATION" "NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE" "NT_STATUS_UNSUCCESSFUL" "NT_STATUS_WRONG_PASSWORD")))))) "\\|"))
2166                 nil [3324 5107])
2167             ("tramp-smb-actions-with-share" variable
2168                (:constant-flag t
2169                 :default-value (quote ((tramp-smb-prompt tramp-action-succeed) (tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-smb-errors tramp-action-permission-denied) (tramp-process-alive-regexp tramp-action-process-alive))))
2170                 nil [5109 5554])
2171             ("tramp-smb-actions-without-share" variable
2172                (:constant-flag t
2173                 :default-value (quote ((tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-smb-errors tramp-action-permission-denied) (tramp-process-alive-regexp tramp-action-out-of-band))))
2174                 nil [5556 5958])
2175             ("tramp-smb-actions-with-tar" variable
2176                (:constant-flag t
2177                 :default-value (quote ((tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-smb-errors tramp-action-permission-denied) (tramp-process-alive-regexp tramp-smb-action-with-tar))))
2178                 nil [5960 6366])
2179             ("tramp-smb-actions-get-acl" variable
2180                (:constant-flag t
2181                 :default-value (quote ((tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-smb-errors tramp-action-permission-denied) (tramp-process-alive-regexp tramp-smb-action-get-acl))))
2182                 nil [6368 6760])
2183             ("tramp-smb-actions-set-acl" variable
2184                (:constant-flag t
2185                 :default-value (quote ((tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-smb-errors tramp-action-permission-denied) (tramp-process-alive-regexp tramp-smb-action-set-acl))))
2186                 nil [6762 7154])
2187             ("tramp-smb-file-name-handler-alist" variable
2188                (:constant-flag t
2189                 :default-value (quote ((add-name-to-file . tramp-smb-handle-add-name-to-file) (copy-directory . tramp-smb-handle-copy-directory) (copy-file . tramp-smb-handle-copy-file) (delete-directory . tramp-smb-handle-delete-directory) (delete-file . tramp-smb-handle-delete-file) (directory-file-name . tramp-handle-directory-file-name) (directory-files . tramp-smb-handle-directory-files) (directory-files-and-attributes . tramp-handle-directory-files-and-attributes) (dired-compress-file . ignore) (dired-uncache . tramp-handle-dired-uncache) (expand-file-name . tramp-smb-handle-expand-file-name) (file-accessible-directory-p . tramp-smb-handle-file-directory-p) (file-acl . tramp-smb-handle-file-acl) (file-attributes . tramp-smb-handle-file-attributes) (file-directory-p . tramp-smb-handle-file-directory-p) (file-file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-handle-file-exists-p) (file-exists-p . tramp-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-smb-handle-file-local-copy) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-smb-handle-file-name-all-completions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insensitive-p) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) (file-newer-than-file-p . tramp-handle-file-newer-than-file-p) (file-notify-add-watch . tramp-handle-file-notify-add-watch) (file-notify-rm-watch . tramp-handle-file-notify-rm-watch) (file-notify-valid-p . tramp-handle-file-notify-valid-p) (file-ownership-preserved-p . ignore) (file-readable-p . tramp-handle-file-exists-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-system-info . tramp-smb-handle-file-system-info) (file-truename . tramp-handle-file-truename) (file-writable-p . tramp-smb-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-smb-handle-insert-directory) (insert-file-contents . tramp-handle-insert-file-contents) (load . tramp-handle-load) (make-auto-save-file-name . tramp-handle-make-auto-save-file-name) (make-directory . tramp-smb-handle-make-directory) (make-directory-internal . tramp-smb-handle-make-directory-internal) (make-nearby-temp-file . tramp-handle-make-nearby-temp-file) (make-symbolic-link . tramp-smb-handle-make-symbolic-link) (process-file . tramp-smb-handle-process-file) (rename-file . tramp-smb-handle-rename-file) (set-file-acl . tramp-smb-handle-set-file-acl) (set-file-modes . tramp-smb-handle-set-file-modes) (set-file-selinux-context . ignore) (set-file-times . ignore) (set-visited-file-modtime . tramp-handle-set-visited-file-modtime) (shell-command . tramp-handle-shell-command) (start-file-process . tramp-smb-handle-start-file-process) (substitute-in-file-name . tramp-smb-handle-substitute-in-file-name) (temporary-file-directory . tramp-handle-temporary-file-directory) (unhandled-file-name-directory . ignore) (vc-registered . ignore) (verify-visited-file-modtime . tramp-handle-verify-visited-file-modtime) (write-region . tramp-smb-handle-write-region))))
2190                 nil [7215 11403])
2191             ("tramp-smb-winexe-program" variable (:default-value "winexe") nil [11470 11737])
2192             ("tramp-smb-winexe-shell-command" variable (:default-value "powershell.exe") nil [11760 11981])
2193             ("tramp-smb-winexe-shell-command-switch" variable (:default-value "-file -") nil [12004 12241])
2194             ("tramp-smb-file-name-p" function (:arguments ("filename")) nil [12400 12582])
2195             ("tramp-smb-file-name-handler" function (:arguments ("operation" "args")) nil [12605 12962])
2196             ("unless" code nil nil [12985 13133])
2197             ("tramp-smb-handle-add-name-to-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [13161 14765])
2198             ("tramp-smb-action-with-tar" function (:arguments ("proc" "vec")) nil [14767 15277])
2199             ("tramp-smb-handle-copy-directory" function (:arguments ("dirname" "newname" "keep-date" "parents" "copy-contents")) nil [15279 20830])
2200             ("tramp-smb-handle-copy-file" function (:arguments ("filename" "newname" "ok-if-already-exists" "keep-date" "_preserve-uid-gid" "_preserve-extended-attributes")) nil [20832 22940])
2201             ("tramp-smb-handle-delete-directory" function (:arguments ("directory" "recursive" "_trash")) nil [22942 24126])
2202             ("tramp-smb-handle-delete-file" function (:arguments ("filename" "_trash")) nil [24128 24979])
2203             ("tramp-smb-handle-directory-files" function (:arguments ("directory" "full" "match" "nosort")) nil [24981 25602])
2204             ("tramp-smb-handle-expand-file-name" function (:arguments ("name" "dir")) nil [25604 26929])
2205             ("tramp-smb-action-get-acl" function (:arguments ("proc" "vec")) nil [26931 27600])
2206             ("tramp-smb-handle-file-acl" function (:arguments ("filename")) nil [27602 29729])
2207             ("tramp-smb-handle-file-attributes" function (:arguments ("filename" "id-format")) nil [29731 31235])
2208             ("tramp-smb-do-file-attributes-with-stat" function (:arguments ("vec" "id-format")) nil [31260 34521])
2209             ("tramp-smb-handle-file-directory-p" function (:arguments ("filename")) nil [34523 34747])
2210             ("tramp-smb-handle-file-local-copy" function (:arguments ("filename")) nil [34749 35507])
2211             ("tramp-smb-handle-file-name-all-completions" function (:arguments ("filename" "directory")) nil [35587 36100])
2212             ("tramp-smb-handle-file-system-info" function (:arguments ("filename")) nil [36102 37439])
2213             ("tramp-smb-handle-file-writable-p" function (:arguments ("filename")) nil [37441 37785])
2214             ("tramp-smb-handle-insert-directory" function (:arguments ("filename" "switches" "wildcard" "full-directory-p")) nil [37787 41968])
2215             ("tramp-smb-handle-make-directory" function (:arguments ("dir" "parents")) nil [41970 42669])
2216             ("tramp-smb-handle-make-directory-internal" function (:arguments ("directory")) nil [42671 43658])
2217             ("tramp-smb-handle-make-symbolic-link" function (:arguments ("target" "linkname" "ok-if-already-exists")) nil [43660 45713])
2218             ("tramp-smb-handle-process-file" function (:arguments ("program" "infile" "destination" "display" "args")) nil [45715 49574])
2219             ("tramp-smb-handle-rename-file" function (:arguments ("filename" "newname" "ok-if-already-exists")) nil [49576 51467])
2220             ("tramp-smb-action-set-acl" function (:arguments ("proc" "vec")) nil [51469 51812])
2221             ("tramp-smb-handle-set-file-acl" function (:arguments ("filename" "acl-string")) nil [51814 54564])
2222             ("tramp-smb-handle-set-file-modes" function (:arguments ("filename" "mode")) nil [54566 54990])
2223             ("tramp-smb-handle-start-file-process" function (:arguments ("name" "buffer" "program" "args")) nil [55154 56931])
2224             ("tramp-smb-handle-substitute-in-file-name" function (:arguments ("filename")) nil [56933 57709])
2225             ("tramp-smb-handle-write-region" function (:arguments ("start" "end" "filename" "append" "visit" "lockname" "mustbenew")) nil [57711 59398])
2226             ("tramp-smb-get-share" function (:arguments ("vec")) nil [59435 59677])
2227             ("tramp-smb-get-localname" function (:arguments ("vec")) nil [59679 60548])
2228             ("tramp-smb-get-file-entries" function (:arguments ("directory")) nil [60655 62304])
2229             ("tramp-smb-read-file-entry" function (:arguments ("share")) nil [64412 67157])
2230             ("tramp-smb-get-cifs-capabilities" function (:arguments ("vec")) nil [67159 67808])
2231             ("tramp-smb-get-stat-capability" function (:arguments ("vec")) nil [67810 68198])
2232             ("tramp-smb-send-command" function (:arguments ("vec" "command")) nil [68227 68519])
2233             ("tramp-smb-maybe-open-connection" function (:arguments ("vec" "argument")) nil [68521 74861])
2234             ("tramp-smb-wait-for-output" function (:arguments ("vec")) nil [74931 76470])
2235             ("tramp-smb-kill-winexe-function" function nil nil [76472 76698])
2236             ("tramp-smb-call-winexe" function (:arguments ("vec")) nil [76700 77982])
2237             ("tramp-smb-shell-quote-argument" function (:arguments ("s")) nil [77984 78169])
2238             ("add-hook" code nil nil [78171 78255])
2239             ("tramp-smb" package nil nil [78257 78277]))          
2240       :file "tramp-smb.el"
2241       :pointmax 78555
2242       :fsize 78554
2243       :lastmodtime '(23525 29579 0 0)
2244       :unmatched-syntax nil))
2245   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!net!semantic.cache"
2246   :semantic-tag-version "2.0"
2247   :semanticdb-version "2.2")