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

Lines Matching defs:directories

34 ;;     of directories and display it, and vice-versa from the .h file.
38 ;; visit the "other file". This package searches through a set of directories
77 ;; SEARCHING is carried out in a set of directories specified by the
78 ;; ff-search-directories variable:
83 ;; the current directory, then in ../../src, then in one of the directories
87 ;; the ff-search-directories variable.
182 "*If non-nil, trace which directories are being searched."
209 directory specified in `ff-search-directories'. If a file is not found,
216 (defcustom ff-search-directories 'cc-search-directories
217 "*List of directories to search for a specific file.
219 Set by default to `cc-search-directories', expanded at run-time.
240 (defcustom cc-search-directories
242 "*See the description of the `ff-search-directories' variable."
271 specified in `ff-search-directories'. If a file is not found, a new one
281 "*See the description for the `ff-search-directories' variable."
300 (make-variable-buffer-local 'ff-search-directories)
345 If non-nil, traces which directories are being searched.
355 - `ff-search-directories'
356 List of directories searched through with each extension specified in
400 dirs ;; local value of ff-search-directories
408 (if (symbolp ff-search-directories)
409 (ff-list-replace-env-vars (symbol-value ff-search-directories))
410 (ff-list-replace-env-vars ff-search-directories)))
535 dirs ;; local value of ff-search-directories
541 (if (symbolp ff-search-directories)
542 (ff-list-replace-env-vars (symbol-value ff-search-directories))
543 (ff-list-replace-env-vars ff-search-directories)))