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

Lines Matching defs:defvar

179 ;;       (defvar baud-rate (baud-rate))	;Define baud-rate if it's undefined
261 ;; (defvar byte-compile-generate-emacs19-bytecodes
287 (defvar byte-compile-dynamic nil
301 (defvar byte-compile-disable-print-circle nil
382 (defvar byte-compile-interactive-only-functions
387 (defvar byte-compile-not-obsolete-var nil
408 (defvar byte-compile-call-tree nil "Alist of functions and their call tree.
425 (defvar byte-compile-debug nil)
427 ;; (defvar byte-compile-overwrite-file t
435 (defvar byte-compile-constants nil
437 (defvar byte-compile-variables nil
439 (defvar byte-compile-bound-variables nil
442 (defvar byte-compile-const-variables nil
444 (defvar byte-compile-free-references)
445 (defvar byte-compile-free-assignments)
447 (defvar byte-compiler-error-flag)
464 (defvar byte-compile-macro-environment byte-compile-initial-macro-environment
469 (defvar byte-compile-function-environment nil
477 (defvar byte-compile-unresolved-functions nil
482 (defvar byte-compile-noruntime-functions nil
487 (defvar byte-compile-tag-number 0)
488 (defvar byte-compile-output nil
491 (defvar byte-compile-depth 0 "Current depth of execution stack.")
492 (defvar byte-compile-maxdepth 0 "Maximum depth of execution stack.")
498 (defvar byte-code-vector nil
501 (defvar byte-stack+-info nil
881 (defvar byte-compile-current-form nil)
882 (defvar byte-compile-dest-file nil)
883 (defvar byte-compile-current-file nil)
884 (defvar byte-compile-current-buffer nil)
912 (defvar byte-compile-read-position nil
914 (defvar byte-compile-last-position nil
962 (defvar byte-compile-last-warned-form nil)
963 (defvar byte-compile-last-logged-file nil)
1087 ;; (defvar byte-compiler-valid-options
1346 (defvar byte-compile-cl-functions nil
1620 (defvar no-byte-compile nil
2007 ;; in defun, defmacro, defvar, defconst, autoload and
2012 (if (and (memq (car-safe form) '(defun defmacro defvar defconst autoload
2029 (defvar print-gensym-alist) ;Used before print-circle existed.
2206 (put 'defvar 'byte-hunk-handler 'byte-compile-file-form-defvar)
2207 (put 'defconst 'byte-hunk-handler 'byte-compile-file-form-defvar)
2208 (defun byte-compile-file-form-defvar (form)
3762 (byte-defop-compiler-1 defvar)
3763 (byte-defop-compiler-1 defconst byte-compile-defvar)
3802 (defun byte-compile-defvar (form)
3803 ;; This is not used for file-level defvar/consts with doc strings.
3825 ;; just as a real defvar would, but only in top-level forms.
3840 ;; `defvar' sets `var' only when unbound.
4142 (defvar command-line-args-left) ;Avoid 'free variable' warning
4207 (defvar command-line-args-left) ;Avoid 'free variable' warning
4224 (defvar byte-code-meter)