• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/progmodes/

Lines Matching defs:open

1661 (defcustom vhdl-speedbar-auto-open nil
1662 "*Non-nil means automatically open speedbar at startup.
1885 (block-open . 0)
1946 block-open -- statement block open
2078 (let ((open (if paren "\\(" "")) (close (if paren "\\)" "")))
2079 (concat open (mapconcat 'regexp-quote strings "\\|") close))))
2761 (define-key vhdl-mode-map "\C-c\C-l\C-o" 'vhdl-line-open)
2790 (define-key vhdl-mode-map "[" 'vhdl-electric-open-bracket)
2823 vhdl-electric-open-bracket
2966 ("open" "" vhdl-template-default-hook 0)
3416 ["Open" vhdl-line-open t]
3925 (customize-set-variable 'vhdl-speedbar-auto-open
3926 (not vhdl-speedbar-auto-open))
3927 :style toggle :selected vhdl-speedbar-auto-open]
4246 will open a new comment line. Typing beyond `vhdl-end-comment-column'
4365 `vhdl-speedbar-auto-open' is non-nil.
4367 In speedbar, open files and directories with `mouse-2' on the name and
4380 In speedbar, open design units with `mouse-2' on the name and browse
4644 - To start Emacs with open VHDL hierarchy browser without having to load
4829 "of" "on" "open" "or" "others" "out"
6356 ;; If we are looking at an open paren, then stop after it
6666 ;; CASE 2A : we are looking at a block-open
6668 (vhdl-add-syntax 'block-open placeholder))
6723 ;; CASE 4: A block mid open
6732 (vhdl-add-syntax 'block-open (point)))
6785 (vhdl-add-syntax 'block-open)))
6838 (vhdl-add-syntax 'block-open)))
6848 (vhdl-add-syntax 'block-open)))
6907 "Lineup an arglist-intro line to just after the open paren."
8133 (defun vhdl-electric-open-bracket (count) "'[' --> '(', '([' --> '['"
8148 (blink-matching-open))
11574 ;; open entity file
11621 ;; open architecture file
12209 (defun vhdl-line-open ()
13080 "Alist of design units simultaneously open in the current speedbar for each
13084 "List of projects simultaneously open in the current speedbar.")
15367 (when (and vhdl-speedbar-auto-open
15408 ;; open entity file
15446 ;; open architecture file
15541 ;; open entity file
15704 ;; open entity file
15900 ;; open package file
16074 ;; open configuration file
16592 ;; open and clear Makefile
16855 'vhdl-speedbar-auto-open