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

Lines Matching defs:directories

37 ;; kluge with the gud-xdb-directories hack producing gud-dbx-directories.
294 Uses `gud-<MINOR-MODE>-directories' to find the source files."
296 (let ((directories (gud-val 'directories))
298 (while directories
299 (let ((path (expand-file-name f (car directories))))
302 directories nil)))
303 (setq directories (cdr directories)))
1039 (defcustom gud-dbx-directories nil
1040 "*A list of directories that dbx should search for source code.
1052 (nconc (let ((directories gud-dbx-directories)
1054 (while directories
1055 (setq result (cons (car directories) (cons "-I" result)))
1056 (setq directories (cdr directories)))
1359 (defcustom gud-xdb-directories nil
1360 "*A list of directories that xdb should search for source code.
1372 (nconc (let ((directories gud-xdb-directories)
1374 (while directories
1375 (setq result (cons (car directories) (cons "-d" result)))
1376 (setq directories (cdr directories)))
1405 You can set the variable `gud-xdb-directories' to a list of program source
1406 directories if your program contains sources from more than one directory."
1738 ;; If any of the source files in the directories listed in
1739 ;; gud-jdb-directories won't parse you'll have problems. Make sure
1740 ;; every file ending in ".java" in these directories parses without error.
1742 ;; All the .java files in the directories in gud-jdb-directories are
1763 "If non-nil, search for Java source files in classpath directories.
1764 The list of directories to search is the value of `gud-jdb-classpath'.
1770 since it does not require the scanning of all `gud-jdb-directories'
1773 Set to nil to use `gud-jdb-directories' to scan java sources for
1779 "Java/jdb classpath directories list.
1801 list of directories searched for source files.")
1813 ;; List of Java source file directories.
1814 (defvar gud-jdb-directories (list ".")
1815 "*A list of directories that gud jdb should search for source code.
1819 The set of .java files residing in the directories listed are
1842 PATH gives the directories in which to search for files with
2275 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
2336 (gud-jdb-build-source-files-list gud-jdb-directories