Searched +refs:ada +refs:exit (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/vim-53/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
44 for Item in ['abort', 'else', 'new', 'return', 'abs', 'elsif', 'not', 'reverse', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separate', 'aliased', 'exit', 'or', 'subtype', 'all', 'others', 'synchronized', 'and', 'for', 'out', 'array', 'function', 'overriding', 'tagged', 'at', 'task', 'generic', 'package', 'terminate', 'begin', 'goto', 'pragma', 'then', 'body', 'private', 'type', 'if', 'procedure', 'case', 'in', 'protected', 'until', 'constant', 'interface', 'use', 'is', 'raise', 'declare', 'range', 'when', 'delay', 'limited', 'record', 'while', 'delta', 'loop', 'rem', 'with', 'digits', 'renames', 'do', 'mod', 'requeue', 'xor']
45 let g:ada#Keyword
[all...]
/macosx-10.9.5/emacs-92/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 Dcompile.el157 (ada
300 (sun-ada
511 (defvar compilation-exit-message-function nil "\
513 This should be a function of three arguments: process status, exit status,
514 and exit message; it returns a cons (MESSAGE . MODELINE) of the strings to
1122 (compilation-handle-exit 'exit status
1129 (compilation-handle-exit 'signal status
1132 (compilation-handle-exit 'bizarre status status))))
1422 (defun compilation-handle-exit (proces
[all...]
H A Dsql.el942 "ada" "asensitive" "assignment" "asymmetric" "atomic" "between"
1167 "cursor" "declare" "do" "elsif" "exception_init" "execute" "exit"
1195 "del" "describe" "disconnect" "edit" "execute" "exit" "get" "help"
1423 "escape" "except" "exec" "execute" "exists" "exit" "fetch" "file"
/macosx-10.9.5/vim-53/runtime/syntax/
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
165 syntax keyword adaRepeat exit for loop reverse while

Completed in 193 milliseconds