Searched +refs:face +refs:attribute +refs:name +refs:alist (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c22 /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */
27 changed by defining `faces'. Each face can specify the following
30 1. Font family name.
59 14. Font or fontset pattern, or nil. This is a special attribute.
60 When this attribute is specified, the face uses a font opened by
62 attributes (1st thru 5th) are generated from the opened font name.
64 specified, this attribute is set to nil. In that case, the face
65 doesn't inherit this attribute fro
1854 char *name; member in struct:table_entry
1926 char *name; member in struct:font_name
2497 const char *name = SDATA (XCAR (tem)); local
2561 Lisp_Object name; local
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
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
4796 Lisp_Object attribute, value; variable
4812 Lisp_Object attribute, value1, value2; variable
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
6312 Lisp_Object alist; variable
6314 CHECK_LIST (alist); variable
6329 Lisp_Object alist; variable
6331 CHECK_LIST (alist); variable
6846 Lisp_Object name; 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/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el95 (define-key map "\C-c\C-n" 'sgml-name-char)
106 (define-key map "\C-c8" 'sgml-name-8bit-mode)
109 (define-key map "&" 'sgml-name-char)
114 (define-key map "\"" 'sgml-name-self))
116 (define-key map "'" 'sgml-name-self)))
118 'sgml-maybe-name-self)
122 (aset map c 'sgml-maybe-name-self)))
125 (define-key menu-map [sgml-name-8bit-mode]
126 '("Toggle 8 Bit Insertion" . sgml-name-8bit-mode))
168 (defcustom sgml-name
[all...]

Completed in 90 milliseconds