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

Lines Matching defs:functions

30 ;; source code while executing functions.  You can also set
70 Each time it is set to a new value, Edebug will call those functions
159 You can customize by replacing functions `edebug-print-trace-before'
456 ;;; Redefine read and eval functions
606 (defun edebug-install-read-eval-functions ()
613 (defun edebug-uninstall-read-eval-functions ()
1074 ;; arguments to the function. See functions edebug-enter, edebug-before,
1537 ;; with the two before- and after-offset functions.
1621 ;; Define specs for all the symbol specs with functions used to process them.
1623 ;; user may want to define macros or functions with the same names.
1993 ;;;* Emacs special forms and some functions.
2022 ;; This specially recognizes anonymous functions quoted with quote.
2043 ;; Standard functions that take function-forms arguments.
2165 ;; Stack of active functions evaluated via edebug.
2395 ;; Called from functions compiled with edebug-eval-top-level-form.
2416 ;; Called from functions compiled with edebug-eval-top-level-form.
2978 ;;; Display related functions
3151 ;;; Breakpoint related functions
3290 ;;; Mode switching functions
3678 ;; Replace printing functions.
3689 "Replace print functions used by Edebug with custom versions."
3690 ;; Modifying the custom print functions, or changing print-length,
3704 "Replace edebug custom print functions with internal versions."
3713 ;; Default print functions are the same as Emacs'.
4003 ;; with calls in user functions, e.g. (edebug-eval-display)
4427 (defun byte-compile-resolve-functions (funcs)
4428 "Say it is OK for the named functions to be unresolved."
4432 (setq byte-compile-unresolved-functions
4433 (delq (assq func byte-compile-unresolved-functions)
4434 byte-compile-unresolved-functions))))
4458 (byte-compile-resolve-functions
4461 ;; Interfaces to standard functions.
4477 byte-compile-resolve-functions
4515 ;; Install edebug read and eval functions.
4516 (edebug-install-read-eval-functions)