Lines Matching refs:nOldPaths
158 int nOldPaths; in dmxCheckFontPath() local
165 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths); in dmxCheckFontPath()
170 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths); in dmxCheckFontPath()
185 int nOldPaths; in dmxProcSetFontPath() local
206 GetFontPath(serverClient, &nOldPaths, &lenOldPaths, &tmpFontPath); in dmxProcSetFontPath()
207 oldFontPath = malloc(nOldPaths + lenOldPaths); in dmxProcSetFontPath()
208 memmove(oldFontPath, tmpFontPath, nOldPaths + lenOldPaths); in dmxProcSetFontPath()
220 SetFontPath(client, nOldPaths, oldFontPath); in dmxProcSetFontPath()
266 int nOldPaths; in dmxBELoadFont() local
280 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths); in dmxBELoadFont()
432 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths); in dmxBELoadFont()