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

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dulmount.c74 if (mc->mountList) {
75 if (*(mc->mountList)) {
76 free(*(mc->mountList));
78 free(mc->mountList);
187 for(i=0; mc->mountList[i]; i++) {
192 if((retval = RkwMountDic(defaultContext, (char *)mc->mountList[i],
203 (retval = RkwMountDic(d->contextCache, (char *)mc->mountList[i],
214 dp = findDic((char *)mc->mountList[i]);
218 dp->name = (char *)malloc(strlen((char *)mc->mountList[i]) + 1);
221 strcpy(dp->name, (char *)mc->mountList[
[all...]
H A Donoff.c310 for(i= 0; mc->mountList[i]; i++)
311 printf("[%s][%x][%x]\n", mc->mountList[i],
H A Duldelete.c812 for (i = 0; mc->mountList[i]; i++) {
824 for (i = 0; mc->mountList[i]; i++, srcp++) {
950 mc->mountList = dicLp;
960 retval = setWStrings(xxxx, mc->mountList, 0);
H A Dcanna.h461 char **mountList; /* ������������������������������������������������ */ member in struct:_mountContextRec

Completed in 50 milliseconds