Lines Matching defs:xtmp
1160 XftGlyphUsage *xtmp;
1167 xtmp = (XftGlyphUsage *) font->glyphs[xuse->older];
1168 if (xtmp != NULL) {
1170 xtmp->newer = xuse->newer;
1180 xtmp = (XftGlyphUsage *) font->glyphs[xuse->newer];
1181 if (xtmp != NULL) {
1183 xtmp->older = xuse->older;
1262 XftGlyphUsage *xtmp = (XftGlyphUsage *) font->glyphs[font->newest];
1275 xnew = (XftGlyphUsage *) font->glyphs[xtmp->newer];
1279 xuse->newer = xtmp->newer;
1280 xtmp->newer = glyph;