Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1899 char_u wn_affixID; // supported/required prefix ID or 0 member
4467 np->wn_affixID = copyp->wn_affixID; in tree_add_word()
4490 ? node->wn_affixID < (unsigned)affixID in tree_add_word()
4495 : node->wn_affixID in tree_add_word()
4507 || node->wn_affixID != affixID))) in tree_add_word()
4536 node->wn_affixID = affixID; in tree_add_word()
4791 n = np->wn_flags + (np->wn_region << 8) + (np->wn_affixID << 16); in node_compress()
4830 || p1->wn_affixID != p2->wn_affixID) in node_equal()
5350 putc(np->wn_affixID, fd); // <affixID> in put_node()
5359 if (np->wn_affixID != 0) in put_node()
[all …]