Searched refs:nodecount (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 4862 int nodecount; in write_vim_spell() local 5242 nodecount = put_node(NULL, tree, 0, regionmask, round == 3); in write_vim_spell() 5245 put_bytes(fd, (long_u)nodecount, 4); // <nodecount> in write_vim_spell() 5246 spin->si_memtot += nodecount + nodecount * sizeof(int); in write_vim_spell() 5795 int nodecount; in sug_write() local 5838 nodecount = put_node(NULL, tree, 0, 0, FALSE); in sug_write() 5841 put_bytes(fd, (long_u)nodecount, 4); // <nodecount> in sug_write() 5842 spin->si_memtot += nodecount + nodecount * sizeof(int); in sug_write()
|