Searched +refs:vhdl +refs:function +refs:name (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el0 ;;; vhdl-mode.el --- major mode for editing VHDL code
7 ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
9 ;; Keywords: languages vhdl
10 ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
12 (defconst vhdl-version "3.33.6"
15 (defconst vhdl-time-stamp "2005-08-30"
68 ;; See comment string of function `vhdl-mode' or type `C-c C-h' in Emacs.
81 ;; Put `vhdl-mode.el' into the `site-lisp' directory of your Emacs installation
85 ;; (setq load-path (cons (expand-file-name "<director
190 (defgroup vhdl nil function
[all...]
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim23 \ let s:name = expand("<afile>") |
24 \ let s:short = substitute(s:name, '\~$', '', '') |
25 \ if s:name != s:short && s:short != "" |
28 \ unlet! s:name s:short
44 " file name matches ft_ignore_pat.
166 " This function checks for the kind of assembly that is wanted by the user, or
418 " This function checks if one of the first ten lines start with a '@'. In
460 " This function checks for valid cl syntax in the first five lines.
869 " Cproto files have a comment in the first line and a function prototype in
1213 " This function check
[all...]
H A Dmakemenu.vim13 " Use the SynMenu command and function to define all menu entries
22 " isolate menu name: until the first dot
26 " isolate submenu name: until the colon
29 " after the colon is the syntax name
559 SynMenu UV.VHDL:vhdl
H A Dsynmenu.vim7 " Define the SetSyn function, used for the Syntax menu entries.
9 fun! SetSyn(name)
10 if a:name == "fvwm1"
13 let name = "fvwm"
14 elseif a:name == "fvwm2"
17 let name = "fvwm"
19 let name = a:name
22 exe "set ft=" . name
24 exe "set syn=" . name
[all...]

Completed in 128 milliseconds