Lines Matching defs:key
380 static void *lookup(struct tree *tree, const char *key)
388 key++;
389 if (*key & (1 << (node->bitnum & 7))) {
533 static int insert(struct tree *tree, char *key, int keylen, void *leaf)
552 key++;
553 if (*key & (1 << (node->bitnum & 7)))
563 if (*key & (1 << (node->bitnum & 7)))
1750 char key[4];
1764 utf8encode(key,unichar);
1765 leaf = utf8lookup(tree, hangul, key);