Home
last modified time | relevance | path

Searched refs:WC_KEY_OFF (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.h315 #define WC_KEY_OFF offsetof(wordcount_T, wc_word) macro
316 #define HI2WC(hi) ((wordcount_T *)((hi)->hi_key - WC_KEY_OFF))
H A Dspell.c1749 hash_clear_all(&lp->sl_wordcount, WC_KEY_OFF); in slang_clear()