Home
last modified time | relevance | path

Searched defs:trystate_S (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c159 typedef struct trystate_S struct
161 state_T ts_state; // state at this level, STATE_
162 int ts_score; // score
163 idx_T ts_arridx; // index in tree array, start of node
164 short ts_curi; // index in list of child nodes
167 char_u ts_twordlen; // valid length of tword[]
170 char_u ts_flags; // TSF_ flags
173 char_u ts_isdiff; // DIFF_ values
177 char_u ts_splitfidx; // "ts_fidx" at word split
178 char_u ts_complen; // nr of compound words used
[all …]