Searched refs:ada (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
12 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/ftplugin/ada.vim $
22 " Help Page: ft-ada-plugin
26 " Similarly allows <Ctrl-N> matching of full-length ada entities from tags.
64 nnoremap <unique> <buffer> <C-]> :call ada#Jump_Tag ('', 'tjump')<cr>
67 nnoremap <unique> <buffer> g<C-]> :call ada#Jump_Tag ('','stjump')<cr>
71 nnoremap <unique> <buffer> <C-]> :call ada#List_Tag ()<cr>
74 nnoremap <unique> <buffer> g<C-]> :call ada#List_Tag ()<cr>
81 setlocal completefunc=ada#User_Complete
86 inoremap <unique> <buffer> <C-N> <C-R>=ada#Completio
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
13 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/autoload/ada.vim $
26 " Help Page: ft-ada-functions
35 let g:ada#DotWordRegex = '\a\w*\(\_s*\.\_s*\a\w*\)*'
36 let g:ada#WordRegex = '\a\w*'
37 let g:ada#Comment = "\\v^(\"[^\"]*\"|'.'|[^\"']){-}\\zs\\s*--.*"
38 let g:ada#Keywords = []
40 " Section: g:ada#Keywords {{{1
45 let g:ada#Keywords += [{
57 let g:ada#Keyword
[all...]
H A Dadacomplete.vim19 " Help Page: ft-ada-omni
32 return ada#User_Complete (a:findstart, a:base)
38 call ada#User_Complete (a:findstart, a:base)
64 let l:Info .= 'Of type : ' . g:ada#Ctags_Kinds[l:Tag_Item['kind']][1] . "\n"
H A Ddecada.vim45 call ada#Switch_Session (a:1)
47 call ada#Switch_Session (
62 \ '%+I%%ada-I-%m,%C %#%m,%Zat line number %l in file %f'}
H A Dgnat.vim78 "call ada#Switch_Session (
82 "call ada#Switch_Session (
87 "call ada#Switch_Session ('')
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dgnat.vim31 call ada#Map_Menu (
35 call ada#Map_Menu (
39 call ada#Map_Menu (
43 call ada#Map_Menu (
47 call ada#Map_Menu (
H A Ddecada.vim29 call ada#Map_Menu (
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dayacc.vim6 " Comment: Replaced sourcing c.vim file by ada.vim and rename yacc*
19 so <sfile>:p:h/ada.vim
21 runtime! syntax/ada.vim
H A Daflex.vim7 " Comment: Replaced sourcing c.vim file by ada.vim and rename lex*
20 so <sfile>:p:h/ada.vim
22 runtime! syntax/ada.vim
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
14 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/syntax/ada.vim $
23 " Help Page: help ft-ada-syntax
36 let b:current_syntax = "ada"
49 for b:Item in g:ada#Keywords
H A Ddiff.vim143 syn match diffNoEOL "^Tidak ada baris-baru di akhir dari berkas"
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
13 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/indent/ada.vim $
18 " 19.09.2007 NO g: missing before ada#Comment
63 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
77 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
121 let line = substitute( line, g:ada#Comment, '', '' )
148 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
187 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
228 " Dire layout - use previous indent (could check for g:ada#Comment here)
252 " Start of line for ada
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dmakefile.w32-in39 $(infodir)/widget $(infodir)/efaq $(infodir)/ada-mode \
50 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
165 $(infodir)/ada-mode: ada-mode.texi
166 $(MAKEINFO) ada-mode.texi
167 ada-mode.dvi: ada-mode.texi
168 $(ENVADD) $(TEXI2DVI) $(srcdir)/ada-mode.texi
365 $(infodir)/efaq* $(infodir)/ada-mode* \
H A DMakefile.in41 ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
50 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
162 ../info/ada-mode: ada-mode.texi
163 cd $(srcdir); $(MAKEINFO) ada-mode.texi
164 ada-mode.dvi: ada-mode.texi
165 $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dada-xref.el0 ;; ada-xref.el --- for lookup and completion in Ada mode
10 ;; Keywords: languages ada xref
34 ;;; If a file *.`adp' exists in the ada-file directory, then it is
51 (require 'ada-mode)
54 (defcustom ada-xref-other-buffer t
57 :type 'boolean :group 'ada)
59 (defcustom ada-xref-create-ali nil
62 :type 'boolean :group 'ada)
64 (defcustom ada-xref-confirm-compile nil
66 :type 'boolean :group 'ada)
[all...]
H A Dada-mode.el0 ;;; ada-mode.el --- major-mode for editing Ada sources
10 ;; Keywords: languages ada
32 ;;; composed of four Lisp files: ada-mode.el, ada-xref.el, ada-prj.el
33 ;;; and ada-stmt.el. Only this file (ada-mode.el) is completely
40 ;;; another file, called ada-vms.el, that provides some required
45 ;;; By default, the valid extensions for Ada files are .ads, .adb or .ada
46 ;;; If the ada
163 (defgroup ada nil function
[all...]
/macosx-10.10.1/ncurses-44/ncurses/Ada95/src/
H A DMakefile.in116 $(ABASE)-forms-field_types-enumeration-ada.ali \
156 $(ABASE)-forms-field_types-enumeration-ada.o \
345 $(ABASE)-forms-field_types-enumeration-ada.o: \
346 $(srcdir)/$(ABASE)-forms-field_types-enumeration-ada.ads \
347 $(srcdir)/$(ABASE)-forms-field_types-enumeration-ada.adb $(BASEDEPS)
348 $(ADA) $(ADAFLAGS) -c -o $@ $(srcdir)/$(ABASE)-forms-field_types-enumeration-ada.adb
/macosx-10.10.1/llvmCore-3425.0.34/utils/release/
H A Dtest-release.sh51 echo " -enable-ada Build Ada. [default: disable]"
92 -enable-ada | --enable-ada )
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dsk-refcard.tex320 \key{vyh�ada� vpred}{C-s}
321 \key{vyh�ada� vzad}{C-r}
322 \key{vyh�ada� regul�rny v�raz}{C-M-s}
323 \key{vyh�ada� regul�rny v�raz dozadu}{C-M-r}
472 \key{vyh�ada� regul�rny v�raz v~hist�rii vzad}{M-r}
473 \key{vyh�ada� regul�rny v�raz v~hist�rii vpred}{M-s}
507 \metax{vyh�ada� reg.\ v�raz v~s�boroch s~tagmi}{M-x tags-search}
599 \key{vyh�ada� re�azec v uzloch}{M-s}
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_ca_es.latin1.vim238 menutrans &Max\ Height<Tab>^W_ M�xima\ &al�ada<Tab>^W_
239 menutrans M&in\ Height<Tab>^W1_ M�nima\ a&l�ada<Tab>^W1_
279 tmenu ToolBar.WinMax Al�ada m�xima
280 tmenu ToolBar.WinMin Al�ada m�nima
/macosx-10.10.1/ncurses-44/ncurses/Ada95/gen/
H A DMakefile.in88 DEL_ADAMODE = sed -e '/^\-\-\ \ \-\*\-\ ada\ \-\*\-.*/d'
406 HTML_DIR = ../../doc/html/ada
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim93 au BufNewFile,BufRead *.adb,*.ads,*.ada setf ada
95 au BufNewFile,BufRead *.gpr,*.ada_m,*.adc setf ada
97 au BufNewFile,BufRead *.gpr setf ada
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh352 *.ada) xform=ada ;;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltmain.sh361 *.ada) xform=ada ;;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltmain.sh361 *.ada) xform=ada ;;

Completed in 353 milliseconds

123