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

Lines Matching defs:functions

154 (defun vhdl-custom-set (variable value &rest functions)
159 (while functions
160 (when (fboundp (car functions)) (funcall (car functions)))
161 (setq functions (cdr functions))))
701 This is done when typed or expanded or by the fix case functions."
709 This is done when expanded or by the fix case functions."
717 This is done when expanded or by the fix case functions."
725 This is done when expanded or by the fix case functions."
1210 "Customizations for port translation functions."
2293 ;;; Help functions / inline substitutions / macros
2432 (after-insert-file-functions nil)
2812 ;; set up electric character functions to work with
4271 The alignment functions align operators, keywords, and inline comments
4951 (defconst vhdl-93-functions
4964 "List of VHDL'93 standardized functions.")
4966 (defconst vhdl-ams-functions
4970 "List of VHDL-AMS standardized functions.")
4972 (defconst vhdl-math-functions
4980 "List of Math Packages standardized functions.")
5020 (defvar vhdl-functions nil
5021 "List of VHDL standardized functions.")
5041 (defvar vhdl-functions-regexp nil
5042 "Regexp for VHDL standardized functions.")
5070 (setq vhdl-functions
5071 (append vhdl-93-functions
5072 (when (vhdl-standard-p 'ams) vhdl-ams-functions)
5073 (when (vhdl-standard-p 'math) vhdl-math-functions)))
5090 (setq vhdl-functions-regexp
5091 (concat "\\<\\(" (regexp-opt vhdl-functions) "\\)\\>"))
5119 (list nil) vhdl-functions
5360 ;; Syntactic support functions:
5556 ;; Core syntactic evaluation functions:
5944 ;; Core syntactic movement functions:
7135 ;; Verification and regression functions:
7680 case fixing to a region. Calls functions `vhdl-indent-buffer',
10013 ;; Comment templates and functions
10370 ;; Help functions
10838 "Define help and hook functions for user models."
10842 ;; define functions for user models that can be invoked from menu and key
12151 ;; Line handling functions
12191 (hippie-expand-try-functions-list
12223 ;; Move functions
12290 ;; Help functions
12559 ;; Help functions
12792 "Face name to use for standardized functions and packages.")
12859 "Font lock mode face used to highlight standardized functions and packages."
12924 (list vhdl-functions-regexp 1 'vhdl-font-lock-function-face)
13118 ;; Scan functions
13990 (when (boundp 'speedbar-mode-functions-list)
13991 ;; special functions
13992 (speedbar-add-mode-functions-list
13996 (speedbar-add-mode-functions-list
14102 ;; Display functions
14671 ;; Display help functions
15085 ;; Help functions
16935 `vhdl-93-functions' : standardized functions
16943 `vhdl-ams-functions' : standardized functions
16948 `vhdl-math-functions' : standardized functions