Lines Matching refs:what
71 int what,
115 list->nFound[what]++;
123 int what,
136 if ((list->pattern[what]==NULL)||(list->pattern[what][0]=='\0'))
138 file= list->pattern[what];
158 if ((list->pattern[what][0]=='*')&&(list->pattern[what][1]=='\0')) {
160 componentDirs[what]) == -1)
171 XkbBinDirectory, XkbBaseDirectory, componentDirs[what],
180 if ((list->pattern[what][0]=='*')&&(list->pattern[what][1]=='\0')) {
181 if (asprintf(&buf, "%s.dir", componentDirs[what]) == -1)
192 componentDirs[what],
222 list->nFound[what]= 0;
268 status= _AddListComponent(list,what,flags,tmp,client);