• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching defs:sequential

1014 (defgroup vhdl-sequential-process nil
1015 "Customizations for sequential processes."
1019 "*Specifies which kind of reset to use in sequential processes."
1023 :group 'vhdl-sequential-process)
1026 "*Non-nil means reset in sequential processes is active high.
1029 :group 'vhdl-sequential-process)
1032 "*Non-nil means rising edge of clock triggers sequential processes.
1035 :group 'vhdl-sequential-process)
1043 :group 'vhdl-sequential-process)
1048 :group 'vhdl-sequential-process)
1053 :group 'vhdl-sequential-process)
7753 ;; 4. search for if/elsif conditions containing an event (sequential code)
7755 ;; read but not within sequential code, and that correspond to visible
7848 ;; search for sequential parts
8357 (unless (vhdl-sequential-statement-p)
8375 (unless kind (setq kind (if (vhdl-sequential-statement-p) 'is 'use)))
8400 "Insert a sequential case statement."
8689 (when (or (vhdl-sequential-statement-p) (vhdl-standard-p 'ams))
8696 (concat " " (if (vhdl-sequential-statement-p) "THEN" "USE") "\n"))
8765 sequential statement part (subprogram or process), and a for-generate
8770 ((vhdl-sequential-statement-p) ; sequential statement
8918 "Insert a sequential if statement or an if-generate statement."
8920 (if (vhdl-sequential-statement-p)
8944 "Insert a sequential if statement."
8970 "Insert a sequential if statement."
9331 (insert (if seq "sequential" "combinational") "\n")
9352 "Insert a sequential process."
9750 "Insert a template for the body of a sequential process."
10563 (defun vhdl-sequential-statement-p ()
10564 "Check if point is within sequential statement part."
10568 ;; is sequential statement if ...
10573 ;; ... a sequential block