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

Lines Matching defs:then

1064   if <reset> = '0' then  -- asynchronous reset (active low)
1066 elsif <clock>'event and <clock> = '1' then -- rising clock edge
1067 if <enable> = '1' then -- synchronous load
1794 That is, if preceeding character is part of a word then complete word,
1795 else if not at beginning of line then insert tab,
1796 else if last command was a `TAB' or `RET' then dedent one step,
1829 An identifier containing underscores is then treated as a single word in
2146 "Wait until idle, then run FUNCTION."
2154 "Wait until idle, then print out warning STRING and beep."
2328 then execute BODY, and finally restore the old environment. Used for
2351 and remove `intangible' overlays, then execute BODY, and finally restore the
2579 (define-key vhdl-template-map "it" 'vhdl-template-if-then)
2996 ("then" "" vhdl-template-default-hook 0)
3083 ("if statement" vhdl-template-if-then)
3266 ["If (Then)" vhdl-template-if-then t]
4339 and then pasted as a subprogram declaration, body or call (uses
4560 to support case-sensitive highlighting. However, keywords are then only
4834 "then" "to" "transport" "type"
5328 or added to the indentation at RELPOS. If RELPOS is nil, then
5539 "If the keyword at POINT is at boi, then return (current-column) at
5547 "If the keyword at POINT is at eoi, then return (current-column) at
5592 keyword, then return a string that can be used to find the
5605 "\\b\\(is\\|begin\\|block\\|component\\|generate\\|then\\|else\\|loop\\|process\\|procedural\\|units\\|record\\|for\\)\\b\\([^_]\\|\\'\\)"
5610 "\\b\\(is\\|begin\\|block\\|component\\|generate\\|then\\|else\\|loop\\|process\\|procedural\\|units\\|record\\|for\\)\\b[^_]"
5643 ;; "begin", "then":
5685 ((looking-at "then")
5692 keyword, then return a vector containing enough information to find
5734 ;; "then":
5766 keyword, then return a vector containing enough information to find
5771 required. If aref 3 is t, then the \"begin\" keyword may be found in
5782 (vector "if\\|elsif" (vhdl-first-word (point)) "then" nil)
5792 "else\\|then" nil))
5880 "\\b\\(is\\|then\\|generate\\|loop\\|record\\)\\b[^_]")
5911 ;; "if" ... "then", "if" ... "generate", "if" ... "loop":
5992 ;; If the current keyword is a "begin" keyword, then find the
6010 ;; column and not on the same line as the begin, then
6030 ;; If the current keyword is not a "begin" keyword, then just
6063 ;; If the current keyword is an "end" keyword, then find the
6086 ;; then try again.
6096 ;; If there is a supplementary keyword, then
6100 ;; If begin-re is an alist, then find the
6120 ;; If we are in a literal, then try again.
6133 ;; If the supplementary keyword was found, then
6136 ;; If there was no supplementary keyword, then
6190 corresponding \"begin\" keyword, then that libunit will not be
6192 at the \"begin\" keyword, then the defun will be recognized. The
6205 ;; If we are in a literal, or not at a real libunit, then try again.
6234 ;; corresponding "begin" keyword, then that defun will not be
6236 ;; at the "begin" keyword, then the defun will be recognized. The
6255 ;; If we are in a literal, then try again.
6292 beginning of a statement then go to the beginning of the preceding
6356 ;; If we are looking at an open paren, then stop after it
6361 ;; If we are looking at a close paren, then skip it
6370 ;; If we are looking at a semicolon, then stop
6376 ;; If we are looking at a "begin", then stop
6380 ;; If it's a leader "begin", then find the
6398 ;; If we are looking at a "statement", then stop
6403 ;; If we are looking at a case alternative key, then stop
6428 keyword at PLACEHOLDER, then return the library unit type."
6595 ;; it, then set the syntax accordingly.
6652 ;; if there is a preceding-sexp then indent relative to it
6654 ;; if not at boi, then the block-opening keyword is
6727 ;; If the \"begin\" keyword is a trailer, then find v-b-o-s
6736 ;; If the \"begin\" keyword is a trailer, then find v-b-o-s
6757 ;; If we ended up after a leader, then this will
6794 ;; If the \"begin\" keyword is a trailer, then find v-b-o-s
6842 ;; If the \"begin\" keyword is a trailer, then find v-b-o-s
6995 "If preceeding character is part of a word or a paren then hippie-expand,
6996 else if right of non whitespace on line then insert tab,
6997 else if last command was a tab or return then dedent one step or if a comment
7208 is ignored. If this variable is non-nil, then the clause is tried anyway.")
7807 (re-search-forward ";\\|\\<\\(then\\|loop\\|report\\|severity\\|is\\)\\>" proc-end t))
7810 (re-search-forward "\\<then\\>" proc-end t))
7813 (re-search-forward "\\<then\\>" proc-end t))
7851 (setq end (re-search-forward "\\<then\\>" proc-end t))
8921 (vhdl-template-if-then)
8943 (defun vhdl-template-if-then-use (kind)
8961 (concat " " (if (eq kind 'then) "THEN" "USE") "\n\n"))
8969 (defun vhdl-template-if-then ()
8972 (vhdl-template-if-then-use 'then))
8977 (vhdl-template-if-then-use 'use))
10457 "If preceeding character is part of a word or a paren then hippie-expand,