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

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dkeydef.c89 static struct map *otherMap[KEYHASHTABLESIZE]; variable in typeref:struct:map
580 freeMap(otherMap[i]);
581 otherMap[i] = 0;
638 for (pp = &otherMap[hashKey]; (p = *pp) != (struct map *)0 ;
724 for(pp = otherMap + hashKey ; (p = *pp) != (struct map *)0 ;
783 for (pp = &otherMap[hashKey]; (p = *pp) != (struct map *)0 ;

Completed in 43 milliseconds