Lines Matching +defs:xlfd +defs:spacing
1022 char *xlfd = XGetAtomName(display, value);
1024 if (xlfd) {
1025 char *sep = xlfd + 1;
1028 property->xlfd = XrmStringToQuark(xlfd);
1071 property->spacing = XrmStringToQuark(name);
1084 XFree(xlfd);
1126 /* I am assuming xlfd does not consider that lines are
1198 *point_size, *res_x, *res_y, *spacing, *avgwidth, *registry, *encoding;
1199 const char *xlfd;
1276 spacing = XrmQuarkToString(property->spacing);
1278 spacing = asterisk;
1306 pixel_size, point_size, res_x, res_y, spacing, avgwidth,
1318 xlfd = XrmQuarkToString(result->xlfd);
1320 xlfd = null;
1329 xlfd);
1456 property->spacing = combine->spacing;
1628 /* xlfd */
1679 if ((argval = XawFindArgVal(params, "spacing")) != NULL &&
1682 prop->spacing = XrmStringToQuark(argval->value);