Searched refs:XLFD_FAMILY (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.h177 #define XLFD_FAMILY 1 macro
H A DtkFont.c3525 if (i < XLFD_FAMILY) {
3534 if (FieldSpecified(field[XLFD_FAMILY])) {
3535 faPtr->family = Tk_GetUid(field[XLFD_FAMILY]);
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h177 #define XLFD_FAMILY 1 macro
H A DtkFont.c3399 if (i < XLFD_FAMILY) {
3408 if (FieldSpecified(field[XLFD_FAMILY])) {
3409 faPtr->family = Tk_GetUid(field[XLFD_FAMILY]);
/macosx-10.10/emacs-93/emacs/src/
H A Dxfaces.c1794 XLFD_FAMILY,
2707 cmp = strcmp (x->fields[XLFD_FAMILY], y->fields[XLFD_FAMILY]);
2909 ASET (v, 0, build_string (fonts[i].fields[XLFD_FAMILY]));
2956 result = Fcons (Fcons (build_string (fonts[i].fields[XLFD_FAMILY]),
3433 buffer = (char *) alloca (strlen (font.fields[XLFD_FAMILY])
3437 font.fields[XLFD_FAMILY]);
1787 XLFD_FAMILY, enumerator in enum:xlfd_field

Completed in 262 milliseconds