Searched refs:nOldPaths (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxfont.c150 int nOldPaths; local in function:dmxCheckFontPath
157 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths);
162 XSetFontPath(dmxScreen->beDisplay, oldFontPath, nOldPaths);
176 int nOldPaths; local in function:dmxProcSetFontPath
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; local in function:dmxBELoadFont
266 oldFontPath = XGetFontPath(dmxScreen->beDisplay, &nOldPaths);
[all...]

Completed in 2 milliseconds