Lines Matching refs:hash
506 int hash; in do_map() local
588 for (hash = 0; hash < 256 && !got_int; ++hash) in do_map()
592 if (hash != 0) // there is only one abbreviation list in do_map()
597 mp = maphash[hash]; in do_map()
624 for (hash = 0; hash < 256 && !got_int; ++hash) in do_map()
628 if (hash != 0) // there is only one abbreviation list in do_map()
633 mp = curbuf->b_maphash[hash]; in do_map()
669 for (hash = 0; hash < 256 && !got_int; ++hash) in do_map()
673 if (hash > 0) // there is only one abbreviation list in do_map()
678 mpp = &(map_table[hash]); in do_map()
794 if (!abbrev && new_hash != hash) in do_map()
940 int hash; in map_clear_int() local
945 for (hash = 0; hash < 256; ++hash) in map_clear_int()
949 if (hash > 0) // there is only one abbrlist in map_clear_int()
959 mpp = &buf->b_maphash[hash]; in map_clear_int()
961 mpp = &maphash[hash]; in map_clear_int()
976 if (!abbr && new_hash != hash) in map_clear_int()
1052 int hash; in map_to_exists_mode() local
1060 for (hash = 0; hash < 256; ++hash) in map_to_exists_mode()
1064 if (hash > 0) // there is only one abbr list in map_to_exists_mode()
1072 mp = curbuf->b_maphash[hash]; in map_to_exists_mode()
1074 mp = maphash[hash]; in map_to_exists_mode()
1261 int hash; in ExpandMappings() local
1308 for (hash = 0; hash < 256; ++hash) in ExpandMappings()
1312 if (hash > 0) // only one abbrev list in ExpandMappings()
1317 mp = curbuf->b_maphash[hash]; in ExpandMappings()
1319 mp = maphash[hash]; in ExpandMappings()
1731 int hash; in makemap() local
1740 for (hash = 0; hash < 256; ++hash) in makemap()
1744 if (hash > 0) // there is only one abbr list in makemap()
1754 mp = buf->b_maphash[hash]; in makemap()
1756 mp = maphash[hash]; in makemap()
2044 int hash; in check_map_keycodes() local
2060 for (hash = 0; hash < 256; ++hash) in check_map_keycodes()
2064 if (hash) // there is only one abbr list in check_map_keycodes()
2074 mp = bp->b_maphash[hash]; in check_map_keycodes()
2076 mp = maphash[hash]; in check_map_keycodes()
2128 int hash; in check_map() local
2139 for (hash = 0; hash < 256; ++hash) in check_map()
2143 if (hash > 0) // there is only one list. in check_map()
2151 mp = curbuf->b_maphash[hash]; in check_map()
2153 mp = maphash[hash]; in check_map()