• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching defs:contents

926 If the string specifies an existing file name, the contents of the file is
937 <company> : replaced by contents of option `vhdl-company-name'
943 <platform> : replaced by contents of option `vhdl-platform-spec'
956 If the string specifies an existing file name, the contents of the file is
1094 If the string specifies an existing file name, the contents of the file is
1322 If the string specifies an existing file name, the contents of the file is
1342 If the string specifies an existing file name, the contents of the file is
2113 contents)
2117 (let ((this-dir-contents
2125 (setq contents
2129 this-dir-contents)
2130 this-dir-contents)
2131 contents))))
2133 contents)))
2402 (vhdl-insert-file-contents ,file-name)
2428 (defun vhdl-insert-file-contents (filename)
2429 "Nicked from `insert-file-contents-literally', but allow coding system
2434 (insert-file-contents filename t)))
4363 The speedbar allows browsing of directories and file contents. It can
4368 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
4515 file) for browsing the file contents (is not populated if buffer is
5256 ;; initial contents tries to be the last element
10500 "Insert STRING or file contents if STRING is an existing file name."
10506 (forward-char (cadr (insert-file-contents file-name)))
13133 (defun vhdl-scan-directory-contents (name &optional project update num-string
13135 "Scan contents of VHDL files in directory or file pattern NAME."
13519 ;; put directory contents into cache
13537 (defun vhdl-scan-project-contents (project)
13538 "Scan the contents of all VHDL files found in the directories and files
13592 (vhdl-scan-directory-contents dir-name project nil
13601 (defun vhdl-update-file-contents (file-name)
13602 "Update hierarchy information by contents of current buffer."
13694 (vhdl-scan-directory-contents file-name project t)
13709 (or (vhdl-update-file-contents (car file-list))
13964 (vhdl-scan-project-contents vhdl-project))
13968 (vhdl-scan-directory-contents directory)))))
14181 (vhdl-scan-project-contents project))
14199 (vhdl-scan-directory-contents directory))
14259 (vhdl-scan-project-contents key))
14263 (vhdl-scan-directory-contents
14268 (vhdl-scan-directory-contents
16360 (vhdl-scan-project-contents vhdl-project))
16364 (vhdl-scan-directory-contents directory))))