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

Lines Matching refs:optional

837 (defcustom vhdl-optional-labels 'process
839 Template generators prompt for optional labels for:
842 All constructs: all constructs with optional labels and keyword END"
2035 ;; optional (minimize warning messages during compile)
2077 (defun regexp-opt (strings &optional paren)
2087 (defun subst-char-in-string (fromchar tochar string &optional inplace)
2105 (defun file-expand-wildcards (pattern &optional full)
2161 (defun vhdl-warning (string &optional nobeep)
2301 (defun vhdl-project-p (&optional warning)
2451 (defun vhdl-aput (alist-symbol key &optional value)
2467 (defun vhdl-speedbar-refresh (&optional key)
2642 (defun vhdl-function-name (prefix string &optional postfix)
2644 PREFIX, STRING and optional POSTFIX are concatenated by '-' and spaces in
3663 (customize-set-variable 'vhdl-optional-labels 'none)
3664 :style radio :selected (eq 'none vhdl-optional-labels)]
3666 (customize-set-variable 'vhdl-optional-labels 'process)
3667 :style radio :selected (eq 'process vhdl-optional-labels)]
3669 (customize-set-variable 'vhdl-optional-labels 'all)
3670 :style radio :selected (eq 'all vhdl-optional-labels)])
4097 (defun vhdl-directory-files (directory &optional full match)
4107 (defun vhdl-get-source-files (&optional full directory)
4345 testbench includes an entity, an architecture, and an optional
5201 (defmacro vhdl-add-syntax (symbol &optional relpos)
5239 (defun vhdl-set-offset (symbol offset &optional add-p)
5285 (defun vhdl-set-style (style &optional local)
5287 STYLE is a string representing the desired style and optional LOCAL is
5380 (defun vhdl-forward-comment (&optional direction)
5402 (defun vhdl-win-il (&optional lim)
5454 ;; or forward than optional LIM. If LIM is omitted, (point-min) is
5458 (defun vhdl-forward-syntactic-ws (&optional lim)
5475 (defun vhdl-win-fsws (&optional lim)
5490 (defun vhdl-beginning-of-macro (&optional lim)
5503 (defun vhdl-backward-syntactic-ws (&optional lim)
5514 (defun vhdl-win-bsws (&optional lim)
5614 (defun vhdl-begin-p (&optional lim)
5681 (defun vhdl-corresponding-mid (&optional lim)
5690 (defun vhdl-corresponding-end (&optional lim)
5749 (defun vhdl-end-p (&optional lim)
5764 (defun vhdl-corresponding-begin (&optional lim)
5892 (defun vhdl-statement-p (&optional lim)
5926 (defun vhdl-case-alternative-p (&optional lim)
5949 (defun vhdl-backward-to-block (&optional lim)
5973 (defun vhdl-forward-sexp (&optional count lim)
6040 (defun vhdl-backward-sexp (&optional count lim)
6149 (defun vhdl-backward-up-list (&optional count limit)
6164 (defun vhdl-end-of-defun (&optional count)
6228 (defun vhdl-beginning-of-defun (&optional count)
6289 (defun vhdl-beginning-of-statement (&optional count lim interactive)
6296 When called from a program, this function takes 3 optional args: the
6333 (defun vhdl-beginning-of-statement-1 (&optional lim)
6449 (defun vhdl-get-block-state (&optional lim)
6515 (defun vhdl-skip-case-alternative (&optional lim)
6516 "Skip forward over case/when bodies, with optional maximal
6542 (defun vhdl-backward-skip-label (&optional lim)
6543 "Skip backward over a label, with optional maximal
6558 (defun vhdl-forward-skip-label (&optional lim)
6559 "Skip forward over a label, with optional maximal
6994 (defun vhdl-electric-tab (&optional prefix-arg)
7116 (defun vhdl-indent-sexp (&optional endpos)
7118 If optional arg ENDPOS is given, indent each line, stopping when
7137 (defun vhdl-regress-line (&optional arg)
7210 (defun vhdl-do-group (function &optional spacing)
7226 (defun vhdl-do-list (function &optional spacing)
7248 (defun vhdl-do-same-indent (function &optional spacing)
7272 (defun vhdl-align-region-1 (begin end &optional spacing alignment-list indent)
7307 (defun vhdl-align-region-2 (begin end match &optional substr spacing)
7354 (defun vhdl-align-region-groups (beg end &optional spacing
7398 (defun vhdl-align-region (beg end &optional spacing)
7443 (defun vhdl-align-group (&optional spacing)
7448 (defun vhdl-align-list (&optional spacing)
7453 (defun vhdl-align-same-indent (&optional spacing)
7458 (defun vhdl-align-declarations (&optional spacing)
7482 (defun vhdl-align-inline-comment-region-1 (beg end &optional spacing)
7558 (defun vhdl-align-inline-comment-region (beg end &optional spacing no-message)
7590 (defun vhdl-align-inline-comment-group (&optional spacing)
7617 (defun vhdl-fixup-whitespace-region (beg end &optional no-message)
7701 (defun vhdl-fill-region (beg end &optional arg)
8247 (defun vhdl-template-array (kind &optional secondary)
8369 (defun vhdl-template-case (&optional kind)
8376 (if (or (not (eq vhdl-optional-labels 'all)) (vhdl-standard-p '87))
8540 (defun vhdl-template-configuration-spec (&optional optional-use)
8553 (if (and optional-use
8557 (unless optional-use
8808 (if (not (eq vhdl-optional-labels 'all))
8830 (defun vhdl-template-function (&optional kind)
8949 (if (or (not (eq vhdl-optional-labels 'all)) (vhdl-standard-p '87))
9032 (if (not (eq vhdl-optional-labels 'all))
9047 (defun vhdl-template-map (&optional start optional secondary)
9055 (concat (and optional "[") "association list" (and optional "]"))
9056 ")" (or (not secondary) optional)
9059 (if (and optional secondary) (delete-region start (point)))
9067 (concat (and optional "[") "formal" (and optional "]"))
9068 " => " (or (not secondary) optional)
9085 (when (and optional secondary) (delete-region start (point)))
9088 (defun vhdl-template-modify (&optional noerror)
9166 (defun vhdl-template-package (&optional kind)
9232 (when (memq vhdl-optional-labels '(process all))
9245 (defun vhdl-template-procedure (&optional kind)
9278 (defun vhdl-template-process (&optional kind)
9288 (when (memq vhdl-optional-labels '(process all))
9422 (defun vhdl-template-record (kind &optional name secondary)
9700 (if (not (eq vhdl-optional-labels 'all))
9909 (defun vhdl-template-header (&optional file-title)
9934 (defun vhdl-template-replace-header-keywords (beg end &optional file-title
10063 (defun vhdl-comment-display (&optional line-exists)
10091 (defun vhdl-comment-insert-inline (&optional string always-insert)
10131 (defun vhdl-comment-uncomment-region (beg end &optional arg)
10145 (defun vhdl-comment-uncomment-line (&optional arg)
10183 (defun vhdl-template-begin-end (construct name margin &optional empty-lines)
10184 "Insert a begin ... end pair with optional name after the end.
10206 (defun vhdl-template-argument-list (&optional is-function)
10243 (defun vhdl-template-generic-list (optional &optional no-value)
10257 (concat (and optional "[") "name"
10258 (and no-value "s") (and optional "]"))
10259 nil optional)))
10261 (if optional
10293 (defun vhdl-template-port-list (optional)
10310 (concat (and optional "[") "names" (and optional "]"))
10311 nil optional))
10313 (if optional
10394 (defun vhdl-template-field (prompt &optional follow-string optional
10396 "Prompt for string and insert it in buffer with optional FOLLOW-STRING.
10409 (quit (if (and optional begin end)
10412 (when (or (not (equal string "")) optional)
10414 (when (and (equal string "") optional begin end)
10427 (when (or (not (equal string "")) (not optional))
10431 (defun vhdl-decision-query (string prompt &optional optional)
10438 (if (and optional (eq char ?\r))
10456 (defun vhdl-minibuffer-tab (&optional prefix-arg)
10875 (defun vhdl-parse-string (string &optional optional)
10879 (unless optional
10884 (defun vhdl-replace-string (regexp-cons string &optional adjust-case)
10925 (defun vhdl-port-flatten (&optional as-alist)
11139 (defun vhdl-port-paste-context-clause (&optional exclude-pack-name)
11156 (defun vhdl-port-paste-generic (&optional no-init)
11234 (defun vhdl-port-paste-declaration (kind &optional no-indent)
11270 (defun vhdl-port-paste-entity (&optional no-indent)
11279 (defun vhdl-port-paste-component (&optional no-indent)
11288 (defun vhdl-port-paste-generic-map (&optional secondary no-constants)
11390 (defun vhdl-port-paste-instance (&optional name no-indent title)
11439 (defun vhdl-port-paste-constants (&optional no-indent)
11481 (defun vhdl-port-paste-signals (&optional initialize no-indent)
11530 (defun vhdl-port-paste-initializations (&optional no-indent)
12087 (defun vhdl-fix-case-region-1 (beg end upper-case word-regexp &optional count)
12111 (defun vhdl-fix-case-region (beg end &optional arg)
12131 (defun vhdl-fix-case-word (&optional arg)
12161 (defun vhdl-line-kill-entire (&optional arg)
12167 (defun vhdl-line-kill (&optional arg)
12172 (defun vhdl-line-copy (&optional arg)
12187 (defun vhdl-line-expand (&optional prefix-arg)
12195 (defun vhdl-line-transpose-next (&optional arg)
12202 (defun vhdl-line-transpose-previous (&optional arg)
12292 (defun vhdl-re-search-forward (regexp &optional bound noerror count)
12301 (defun vhdl-re-search-backward (regexp &optional bound noerror count)
12377 (defun vhdl-import-project (file-name &optional auto not-make-current)
12532 (defun vhdl-hs-minor-mode (&optional arg)
13111 (defun vhdl-match-string-downcase (num &optional string)
13133 (defun vhdl-scan-directory-contents (name &optional project update num-string
13722 &optional include-top ent-hier)
14092 (defun vhdl-speedbar (&optional arg)
14114 (defun vhdl-speedbar-display-directory (directory depth &optional rescan)
14135 (defun vhdl-speedbar-display-projects (project depth &optional rescan)
14176 (defun vhdl-speedbar-insert-project-hierarchy (project indent &optional rescan)
14194 (defun vhdl-speedbar-insert-dir-hierarchy (directory depth &optional rescan)
14704 (defun vhdl-speedbar-update-current-unit (&optional no-position always)
14780 &optional pos)
14955 (defun vhdl-speedbar-make-title-line (text &optional depth)
15087 (defun vhdl-speedbar-line-key (&optional indent)
15094 (defun vhdl-speedbar-line-project (&optional indent)
15953 &optional insert-conf)
16047 (defun vhdl-compose-configuration (&optional ent-name arch-name)
16219 &optional file-options-only)
16307 (defun vhdl-make (&optional target)
16787 'vhdl-optional-labels