Lines Matching defs:nOldPaths
150 int nOldPaths;
157 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths);
162 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths);
176 int nOldPaths;
196 GetFontPath(serverClient, &nOldPaths, &lenOldPaths, &tmpFontPath);
197 oldFontPath = malloc(nOldPaths + lenOldPaths);
198 memmove(oldFontPath, tmpFontPath, nOldPaths + lenOldPaths);
209 SetFontPath(client, nOldPaths, oldFontPath);
252 int nOldPaths;
266 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths);
417 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths);