Lines Matching refs:modulearray
252 char **modulearray;
345 modulearray = xnfalloc((count + 1) * sizeof(char*));
352 modulearray[count] = modp->load_name;
359 modulearray[count] = NULL;
365 return modulearray;
374 char **modulearray;
412 modulearray = xnfalloc((count + 1) * sizeof(char*));
416 modulearray[count] = slp->screen->device->driver;
424 modulearray[count++] = xf86ConfigLayout.inactives[j++].driver;
426 modulearray[count] = NULL;
429 for (count = 0; modulearray[count] != NULL; count++) {
433 if (xf86NameCmp(modulearray[i], modulearray[count]) == 0) {
434 modulearray[count] = "";
438 return modulearray;
445 char **modulearray;
476 modulearray = xnfalloc((count + 1) * sizeof(char*));
480 modulearray[count] = (*idp)->driver;
484 modulearray[count] = NULL;
487 for (count = 0; modulearray[count] != NULL; count++) {
491 if (xf86NameCmp(modulearray[i], modulearray[count]) == 0) {
492 modulearray[count] = "";
496 return modulearray;