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

Lines Matching +refs:symbol +refs:plist

79    with the symbol `face' in slot 0, and a slot for each of the face
335 /* The symbol `face-alias'. A symbols having that property is an
399 /* Error symbol for wrong_type_argument in load_pixmap. */
404 (FACE . LFACE) where FACE is a symbol naming a face and LFACE
1863 Lisp_Object *symbol;
2043 return p ? *p->symbol : dflt;
2058 /* Return a symbol representing the weight of the font given by FONT. */
2080 /* Return a symbol representing the slant of the font given by FONT. */
2119 face_value (table, dim, symbol)
2122 Lisp_Object symbol;
2126 xassert (SYMBOLP (symbol));
2129 if (EQ (*table[i].symbol, symbol))
2140 face_numeric_value (table, dim, symbol)
2143 Lisp_Object symbol;
2145 struct table_entry *p = face_value (table, dim, symbol);
2151 symbol WEIGHT. Value is one of the enumerators of enum
2163 symbol SLANT. Value is one of the enumerators of enum xlfd_slant. */
2174 symbol WIDTH. Value is one of the enumerators of enum xlfd_swidth. */
2975 FACE is a face name--a symbol.
3088 LFACE_VECTOR_SIZE which has the symbol `face' in slot 0. */
3236 to make it a symbol. If FACE_NAME is an alias for another face,
3285 a symbol (apparently Emacs 20.2 allowed strings as face names in
3628 1. A symbol or string naming a Lisp face.
3850 doc: /* Make FACE, a symbol, a Lisp face with all attributes nil.
4843 (symbol, keyword, frame)
4844 Lisp_Object symbol, keyword, frame;
4848 CHECK_SYMBOL (symbol);
4852 lface = lface_from_face_name (NULL, symbol, 1);
4858 lface = lface_from_face_name (XFRAME (frame), symbol, 1);
4931 Lisp_Object symbol = *table[i].symbol;
4935 && !EQ (XCAR (tail), symbol))
4939 result = Fcons (symbol, result);
5717 lookup_named_face (f, symbol, c, signal_p)
5719 Lisp_Object symbol;
5736 if (!get_lface_attributes (f, symbol, symbol_attrs, signal_p))
5865 lookup_derived_face (f, symbol, c, face_id, signal_p)
5867 Lisp_Object symbol;
5879 get_lface_attributes (f, symbol, symbol_attrs, signal_p);
5888 (plist)
5889 Lisp_Object plist;
5894 merge_face_ref (XFRAME (selected_frame), plist, XVECTOR (lface)->contents,
7112 realize_named_face (f, symbol, id)
7114 Lisp_Object symbol;
7118 Lisp_Object lface = lface_from_face_name (f, symbol, 0);
7133 lface = Finternal_make_lisp_face (symbol, frame);
7137 get_lface_attributes (f, symbol, symbol_attrs, 1);