Lines Matching defs:npaths
62 static char **dmxGetFontPath(int *npaths)
69 GetFontPath(serverClient, npaths, &len, &paths);
71 newfp = malloc(*npaths + len);
73 fp = malloc(*npaths * sizeof(*fp));
75 memmove(newfp, paths+1, *npaths + len - 1);
77 for (i = 0; i < *npaths; i++) {
85 for (i = 0; i < *npaths; i++)
119 int npaths;
124 fp = dmxGetFontPath(&npaths);
129 XSetFontPath(dmxScreen->beDisplay, fp, npaths);
271 int npaths;
282 fp = dmxGetFontPath(&npaths);
297 goodfps = malloc(npaths * sizeof(*goodfps));
303 for (i = 0; i < npaths; i++)
319 for (i = 0; i < npaths; i++)
348 for (i = 0; i < npaths; i++) {