Lines Matching defs:slant
1043 property->slant = XrmStringToQuark(name);
1197 const char *foundry, *family, *weight, *slant, *setwidth, *addstyle, *pixel_size,
1238 if (property->slant != NULLQUARK) {
1239 slant = XrmQuarkToString(property->slant);
1240 if (toupper((unsigned char)*slant) != 'R')
1241 slant = asterisk; /* X defaults to italics, so, don't
1245 slant = asterisk;
1305 foundry, family, weight, slant, setwidth, addstyle,
1421 property->slant = combine->slant;
1644 if ((argval = XawFindArgVal(params, "slant")) != NULL &&
1647 prop->slant = XrmStringToQuark(argval->value);