Home
last modified time | relevance | path

Searched refs:Qdefault (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DStrToBS.c42 static XrmQuark QnotUseful, QwhenMapped, Qalways, Qdefault; variable
62 Qdefault = XrmStringToQuark(name); in InitializeQuarks()
89 else if (q == Qdefault) in XmuCvtStringToBackingStore()
/dports/textproc/wiggle/wiggle-1.3/tests/contrib/xfaces/
H A Dpatch5 - lface = lface_from_face_name (f, Qdefault, 1);
6 + face = Qdefault;
H A Dmerge368 Lisp_Object Qdefault, Qtool_bar, Qregion, Qfringe;
3839 (EQ (face, Qdefault) ? value :
4127 if (EQ (face, Qdefault))
4272 lface = lface_from_face_name (f, Qdefault, 1);
4287 face = Qdefault;
6125 lface = lface_from_face_name (f, Qdefault, 0);
6130 lface = Finternal_make_lisp_face (Qdefault, frame);
6229 get_lface_attributes (f, Qdefault, attrs, 1);
7160 Qdefault = intern ("default");
7161 staticpro (&Qdefault);
H A Dorig368 Lisp_Object Qdefault, Qtool_bar, Qregion, Qfringe;
3839 (EQ (face, Qdefault) ? value :
4127 if (EQ (face, Qdefault))
4272 lface = lface_from_face_name (f, Qdefault, 1);
4287 lface = lface_from_face_name (f, Qdefault, 1);
6109 lface = lface_from_face_name (f, Qdefault, 0);
6114 lface = Finternal_make_lisp_face (Qdefault, frame);
6213 get_lface_attributes (f, Qdefault, attrs, 1);
7144 Qdefault = intern ("default");
7145 staticpro (&Qdefault);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaikufont.c368 EQ (family, Qdefault)) in haikufont_maybe_handle_special_family()
387 ASET (ent, FONT_FAMILY_INDEX, Qdefault); in haikufont_pattern_to_entity()
400 ASET (ent, FONT_FAMILY_INDEX, Qdefault); in haikufont_pattern_to_entity()
H A Dxfaces.c1931 return Qdefault; in resolve_face_name()
3097 if (EQ (face, Qdefault))
3530 if (EQ (face, Qdefault))
3635 face = Qdefault; in update_face_from_frame_parameter()
3651 face = Qdefault; in update_face_from_frame_parameter()
4091 if (EQ (face, Qdefault))
4883 case DEFAULT_FACE_ID: name = Qdefault; break; in lookup_basic_face()
5647 lface = lface_from_face_name (f, Qdefault, false); in realize_default_face()
5652 lface = Finternal_make_lisp_face (Qdefault, frame); in realize_default_face()
5773 get_lface_attributes_no_remap (f, Qdefault, attrs, true); in realize_named_face()
[all …]
H A Dcharacter.c394 default_font = Fface_font (Qdefault, Qnil, Qnil); in lisp_string_width()
H A Dprint.c2447 Vprint_charset_text_property = Qdefault; in syms_of_print()
H A Dxdisp.c26749 face_id = (NILP (face) || EQ (face, Qdefault)) ? DEFAULT_FACE_ID
H A DChangeLog.115357 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
25188 (Qdefault): Extern it.
H A DChangeLog.109107 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DTextSink.c149 static XrmQuark Qdefault; variable
228 Qdefault = XrmPermStringToQuark("default"); in XawTextSinkClassPartInitialize()
1192 cur = XawTextSinkGetProperty(w, Qdefault); in XawTextSinkCopyProperty()
1545 def_prop = _XawTextSinkGetProperty(propl, Qdefault); in XawTextSinkConvertPropertyList()
/dports/editors/emacs/emacs-27.2/src/
H A Dxfaces.c1825 return Qdefault; in resolve_face_name()
2993 if (EQ (face, Qdefault))
3421 if (EQ (face, Qdefault))
3526 face = Qdefault; in update_face_from_frame_parameter()
3542 face = Qdefault; in update_face_from_frame_parameter()
3982 if (EQ (face, Qdefault))
4773 case DEFAULT_FACE_ID: name = Qdefault; break; in lookup_basic_face()
5522 lface = lface_from_face_name (f, Qdefault, false); in realize_default_face()
5527 lface = Finternal_make_lisp_face (Qdefault, frame); in realize_default_face()
5648 get_lface_attributes_no_remap (f, Qdefault, attrs, true); in realize_named_face()
[all …]
H A Dprint.c2326 Vprint_charset_text_property = Qdefault; in syms_of_print()
H A Dxdisp.c25902 face_id = (NILP (face) || EQ (face, Qdefault)) ? DEFAULT_FACE_ID
H A DChangeLog.115357 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
25188 (Qdefault): Extern it.
H A DChangeLog.109107 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.