Searched +refs:copy +refs:face (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c17 You should have received a copy of the GNU General Public License
22 /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */
27 changed by defining `faces'. Each face can specify the following
60 When this attribute is specified, the face uses a font opened by
64 specified, this attribute is set to nil. In that case, the face
65 doesn't inherit this attribute from the `default' face, and uses a
67 from the `default' face).
69 15. A face name or list of face names from which to inherit attributes.
76 same named face (fac
2981 Lisp_Object pattern, face, frame, maximum, width; variable
3020 struct face *face = (face_id < 0 variable in typeref:struct:face
3846 Lisp_Object face, frame; variable
3852 CHECK_SYMBOL (face); variable
3934 Lisp_Object face, frame; variable
3963 Lisp_Object lface, copy; variable
4013 Lisp_Object face, attr, value, frame; variable
4022 CHECK_SYMBOL (face); variable
4519 Lisp_Object face = Qnil; local
4643 Lisp_Object face, attr, value, frame; variable
4645 CHECK_SYMBOL (face); variable
4705 struct face *face = FACE_FROM_ID (f, MENU_FACE_ID); local
4949 Lisp_Object face, frame; variable
4993 Lisp_Object face, frame; variable
5014 struct face *face = FACE_FROM_ID (f, face_id); variable in typeref:struct:face
5108 Lisp_Object face, frame; variable
5214 struct face *face = (struct face *) xmalloc (sizeof *face); local
5402 struct face *face = c->faces_by_id[i]; local
5467 struct face *face; local
5605 struct face *face; local
5659 struct face *face; local
5764 struct face *face; local
5826 struct face *face; local
5955 struct face *face; local
6977 struct face *face; local
7143 struct face *face; local
7190 struct face *face = NULL; local
7489 struct face *face; local
7579 struct face *face = FACE_FROM_ID (f, DEFAULT_FACE_ID); local
7854 struct face *face; local
7929 struct face *face; variable in typeref:struct:face
7934 dump_realized_face (face); variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h34 @property(readonly, copy) NSString *name;
36 @property(copy) NSString *value;
45 @property(copy) NSString *data;
88 @property(copy) NSString *title;
89 @property(readonly, copy) NSString *referrer;
90 @property(readonly, copy) NSString *domain;
91 @property(readonly, copy) NSString *URL;
93 @property(copy) NSString *cookie;
94 @property(readonly, copy) NSString *inputEncoding AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
95 @property(readonly, copy) NSStrin
396 @property(copy) NSString *face; variable
503 @property(copy) NSString *face; variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el24 ;; You should have received a copy of the GNU General Public License
195 "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr"
254 '((t (:inherit font-lock-builtin-face)))
255 "`sgml-mode' face used to highlight the namespace part of identifiers."
257 (defvar sgml-namespace-face 'sgml-namespace)
261 `((,(concat "<\\([!?]" sgml-name-re "\\)") 1 font-lock-keyword-face)
265 (1 (if (match-end 2) sgml-namespace-face font-lock-function-name-face))
266 (2 font-lock-function-name-face nil t))
273 (1 (if (match-end 2) sgml-namespace-face fon
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dcua-rect.el21 ;; You should have received a copy of the GNU General Public License
87 (copy-sequence cua--rectangle) t s e)
93 (setq cua--restored-rectangle (copy-sequence rect))
459 "Expand rectangle to mouse click position and copy rectangle.
470 (let ((cua-keep-region-after-copy t))
471 (cua-copy-rectangle arg)
637 (let ((copy t) (bs 0) (as 0) row)
643 copy nil)
651 (setq row (if (and copy (> e s))
707 (defun cua--copy
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Disearch.el22 ;; You should have received a copy of the GNU General Public License
299 (put 'isearch-lazy-highlight-face 'face-alias 'lazy-highlight)
300 (defvar lazy-highlight-face 'lazy-highlight)
301 (define-obsolete-variable-alias 'isearch-lazy-highlight-face
302 'lazy-highlight-face
1693 (let ((copy (copy-sequence key)))
1694 (aset copy 0
1697 copy)
[all...]
H A Dvcursor.el22 ;; You should have received a copy of the GNU General Public License
37 ;; - You can alter the main variables and the vcursor face via
39 ;; - vcursor-auto-disable can now be 'copy (actually any value not nil
77 ;; normal cursor. You can then use one of the other commands to copy
98 ;; Holding down control and shift and pressing insert (vcursor-copy)
101 ;; station to which... (etc.). M-C-S-return (vcursor-copy-line)
103 ;; C-S-delete or C-S-remove (vcursor-copy-word) copies a word.
106 ;; In the "on" state, moving the virtual cursor will copy the
182 ;; feature partially emulates the way the "copy" key on the BBC micro
183 ;; worked; actually, the copy curso
[all...]
H A Dsubr.el21 ;; You should have received a copy of the GNU General Public License
248 "Return a copy of LIST with the last N elements removed."
250 (nbutlast (copy-sequence list) n)))
311 (defun copy-tree (tree &optional vecp)
312 "Make a copy of TREE.
314 Contrast to `copy-sequence', which copies only along the cdrs. With second
321 (setq newcar (copy-tree (car tree) vecp)))
326 (let ((i (length (setq tree (copy-sequence tree)))))
328 (aset tree i (copy-tree (aref tree i) vecp)))
409 "Return a copy o
[all...]
H A Dterm.el23 ;; You should have received a copy of the GNU General Public License
199 ;;; # You can copy this file to .dir_colors in your $HOME directory to
464 (defvar term-current-face 'default)
685 (defvar term-ansi-face-already-done nil)
751 (define-key term-mode-map "\C-c\C-m" 'term-copy-old-input)
823 (define-key term-inout-menu [copy-input]
824 '("Copy Old Input" . term-copy-old-input))
895 (copy-keymap (lookup-key (current-global-map) "\C-x")))
936 (let ((dt (or (copy-sequence standard-display-table)
1008 (setq term-home-marker (copy
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dmac-win.el21 ;; You should have received a copy of the GNU General Public License
247 (defconst mac-pointer-copy-arrow 1)
1344 (prog1 (or text (setq text (copy-sequence " ")))
1830 "Change default face attributes according to font selection EVENT."
1836 (mac-atsu-font-face-attributes atsu-font-id))))
1840 (apply 'set-face-attribute 'default (selected-frame) attribute-values)))
1922 "Alist of Mac TSM hilite style vs Emacs face.")
1985 (put-text-property (car rng) (cadr rng) 'face
2072 (put-text-property 0 (length decoded) 'face
2073 (get-text-property 0 'face st
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim382 let values = map(copy(files), '"\"".v:val')
387 let values = map(copy(files), '"url(".v:val')
411 let values = ["charset", "page", "media", "import", "font-face"]
H A Dphpcomplete.vim1237 \ 'copy(': 'string source, string dest | bool',
1699 \ 'fdf_get_ap(': 'resource fdf_document, string field, int face, string filename | bool',
1715 \ 'fdf_set_ap(': 'resource fdf_document, string field_name, int face, string filename, int page_number | bool',
1976 \ 'hw_api-&#62;copy(': 'array parameter | hw_api_object',
3762 \ 'printer_create_font(': 'string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientation | resource',
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dspam.el20 ;; You should have received a copy of the GNU General Public License
323 (put 'spam-face 'face-alias 'spam)
325 (defcustom spam-face 'spam
327 :type 'face
531 (gnus-group-ham-exit-processor-copy ham spam-use-ham-copy)
592 (defun spam-group-ham-processor-copy-p (group)
593 (spam-group-processor-p group 'gnus-group-ham-exit-processor-copy))
674 (when (spam-group-ham-processor-copy
[all...]
H A Dgnus-sum.el21 ;; You should have received a copy of the GNU General Public License
929 (defcustom gnus-summary-selected-face 'gnus-summary-selected
932 :type 'face)
978 of the face field after the first true form is used. You can change
979 how those summary lines are displayed, by editing the face field.
992 face)))
1167 (defvar gnus-current-copy-group nil)
1724 [follow-link] mouse-face
1900 "f" gnus-article-display-x-face
1942 "x" gnus-article-display-x-face
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dvhdl-mode.el30 ;; You should have received a copy of the GNU General Public License
1482 `font-lock-keyword-face' : keywords
1483 `font-lock-type-face' : standardized types
1484 `vhdl-font-lock-attribute-face': standardized attributes
1485 `vhdl-font-lock-enumvalue-face': standardized enumeration values
1486 `vhdl-font-lock-function-face' : standardized function and package names
1498 `font-lock-function-name-face' : names in declarations of units,
1500 `font-lock-type-face' : names in type/nature declarations
1501 `vhdl-font-lock-attribute-face': names in attribute declarations
1502 `font-lock-variable-name-face'
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex32 % You should have received a copy of the GNU General Public License
372 \key{copy region to kill ring}{M-w}
456 \key{set face}{M-o}
525 \key{copy rectangle to register}{C-x r r}
H A Dpl-refcard.tex50 % You should have received a copy of the GNU General Public License
477 %\key{copy region to kill ring}{M-w}
613 %\key{set face}{M-g}
730 %\key{copy rectangle to register}{C-x r r}
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el25 ;; You should have received a copy of the GNU General Public License
321 (tramp-copy-program "rcp")
324 (tramp-copy-args nil)
325 (tramp-copy-keep-date-arg "-p")
329 (tramp-copy-program "scp")
332 (tramp-copy-args nil)
333 (tramp-copy-keep-date-arg "-p")
337 (tramp-copy-program "scp")
340 (tramp-copy-args ("-1"))
341 (tramp-copy
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dhtml401f.vim2 \ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
38 \ { 'size': [], 'face': [], 'color': [], 'id': []}
126 \ { 'dir': ['ltr', 'rtl'], 'size': [], 'face': [], 'color': [], 'id': [], 'lang': [], 'style': [], 'class': [], 'title': []}
H A Dhtml401t.vim2 \ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
38 \ { 'size': [], 'face': [], 'color': [], 'id': []}
126 \ { 'dir': ['ltr', 'rtl'], 'size': [], 'face': [], 'color': [], 'id': [], 'lang': [], 'style': [], 'class': [], 'title': []}
H A Dhtml40f.vim2 \ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
38 \ { 'size': [], 'face': [], 'color': [], 'id': []}
126 \ { 'dir': ['ltr', 'rtl'], 'size': [], 'face': [], 'color': [], 'id': [], 'lang': [], 'style': [], 'class': [], 'title': []}
H A Dhtml40t.vim2 \ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
38 \ { 'size': [], 'face': [], 'color': [], 'id': []}
126 \ { 'dir': ['ltr', 'rtl'], 'size': [], 'face': [], 'color': [], 'id': [], 'lang': [], 'style': [], 'class': [], 'title': []}
H A Dxhtml10f.vim2 \ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
38 \ { 'size': [], 'face': [], 'color': [], 'id': []}
126 \ { 'dir': ['ltr', 'rtl'], 'size': [], 'face': [], 'color': [], 'id': [], 'lang': [], 'style': [], 'xml:lang': [], 'title': [], 'class': []}
H A Dxhtml10t.vim2 \ 'vimxmlentities': ['AElig', 'Aacute', 'Acirc', 'Agrave', 'Alpha', 'Aring', 'Atilde', 'Auml', 'Beta', 'Ccedil', 'Chi', 'Dagger', 'Delta', 'ETH', 'Eacute', 'Ecirc', 'Egrave', 'Epsilon', 'Eta', 'Euml', 'Gamma', 'Iacute', 'Icirc', 'Igrave', 'Iota', 'Iuml', 'Kappa', 'Lambda', 'Mu', 'Ntilde', 'Nu', 'OElig', 'Oacute', 'Ocirc', 'Ograve', 'Omega', 'Omicron', 'Oslash', 'Otilde', 'Ouml', 'Phi', 'Pi', 'Prime', 'Psi', 'Rho', 'Scaron', 'Sigma', 'THORN', 'Tau', 'Theta', 'Uacute', 'Ucirc', 'Ugrave', 'Upsilon', 'Uuml', 'Xi', 'Yacute', 'Yuml', 'Zeta', 'aacute', 'acirc', 'acute', 'aelig', 'agrave', 'alefsym', 'alpha', 'amp', 'and', 'ang', 'apos', 'aring', 'asymp', 'atilde', 'auml', 'bdquo', 'beta', 'brvbar', 'bull', 'cap', 'ccedil', 'cedil', 'cent', 'chi', 'circ', 'clubs', 'cong', 'copy', 'crarr', 'cup', 'curren', 'dArr', 'dagger', 'darr', 'deg', 'delta', 'diams', 'divide', 'eacute', 'ecirc', 'egrave', 'empty', 'emsp', 'ensp', 'epsilon', 'equiv', 'eta', 'eth', 'euml', 'euro', 'exist', 'fnof', 'forall', 'frac12', 'frac14', 'frac34', 'frasl', 'gamma', 'ge', 'gt', 'hArr', 'harr', 'hearts', 'hellip', 'iacute', 'icirc', 'iexcl', 'igrave', 'image', 'infin', 'int', 'iota', 'iquest', 'isin', 'iuml', 'kappa', 'lArr', 'lambda', 'lang', 'laquo', 'larr', 'lceil', 'ldquo', 'le', 'lfloor', 'lowast', 'loz', 'lrm', 'lsaquo', 'lsquo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'ni', 'not', 'notin', 'nsub', 'ntilde', 'nu', 'oacute', 'ocirc', 'oelig', 'ograve', 'oline', 'omega', 'omicron', 'oplus', 'or', 'ordf', 'ordm', 'oslash', 'otilde', 'otimes', 'ouml', 'para', 'part', 'permil', 'perp', 'phi', 'pi', 'piv', 'plusmn', 'pound', 'prime', 'prod', 'prop', 'psi', 'quot', 'rArr', 'radic', 'rang', 'raquo', 'rarr', 'rceil', 'rdquo', 'real', 'reg', 'rfloor', 'rho', 'rlm', 'rsaquo', 'rsquo', 'sbquo', 'scaron', 'sdot', 'sect', 'shy', 'sigma', 'sigmaf', 'sim', 'spades', 'sub', 'sube', 'sum', 'sup', 'sup1', 'sup2', 'sup3', 'supe', 'szlig', 'tau', 'there4', 'theta', 'thetasym', 'thinsp', 'thorn', 'tilde', 'times', 'trade', 'uArr', 'uacute', 'uarr', 'ucirc', 'ugrave', 'uml', 'upsih', 'upsilon', 'uuml', 'weierp', 'xi', 'yacute', 'yen', 'yuml', 'zeta', 'zwj', 'zwnj'],
38 \ { 'size': [], 'face': [], 'color': [], 'id': []}
126 \ { 'dir': ['ltr', 'rtl'], 'size': [], 'face': [], 'color': [], 'id': [], 'lang': [], 'style': [], 'xml:lang': [], 'title': [], 'class': []}
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim426 let pgb=copy(s:progressbar)
988 execute '%s:<body>:<body bgcolor="' . s:bgc . '" text="' . s:fgc . '">\r<font face="'. s:htmlfont .'">'
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex21 % You should have received a copy of the GNU General Public License
595 \copy\groupbox
1214 \def\rmbshape{bx} %where the normal face is bold
4391 \def\error{\leavevmode\lower.7ex\copy\errorbox}
5874 % Otherwise just copy the Info node name.
6215 % For a final copy, take out the rectangles

Completed in 499 milliseconds

12