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

/macosx-10.10/vim-55/src/
H A Dspell.c508 hashtab_T sl_map_hash; /* MAP for multi-byte chars */ member in struct:slang_S
2670 hash_clear_all(&lp->sl_map_hash, 0);
13576 hash_init(&lp->sl_map_hash);
13582 * before the same slash. For characters above 255 sl_map_hash is used.
13618 hi = hash_lookup(&lp->sl_map_hash, b, hash);
13620 hash_add_item(&lp->sl_map_hash, hi, b, hash);
13654 hi = hash_find(&slang->sl_map_hash, buf);
13671 hi = hash_find(&slang->sl_map_hash, buf);

Completed in 79 milliseconds