Lines Matching refs:dw
3502 char_u *dw; in spell_read_dic() local
3624 dw = (char_u *)getroom_save(spin, w); in spell_read_dic()
3625 if (dw == NULL) in spell_read_dic()
3632 hash = hash_hash(dw); in spell_read_dic()
3633 hi = hash_lookup(&ht, dw, hash); in spell_read_dic()
3638 fname, lnum, dw); in spell_read_dic()
3641 fname, lnum, dw); in spell_read_dic()
3645 hash_add_item(&ht, hi, dw, hash); in spell_read_dic()
3671 if (store_word(spin, dw, flags, spin->si_region, in spell_read_dic()
3679 if (store_aff_word(spin, dw, afflist, affile, in spell_read_dic()
3685 if (store_aff_word(spin, dw, afflist, affile, in spell_read_dic()