Searched refs:put_node (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 2012 static int put_node(FILE *fd, wordnode_T *node, int idx, int regionmask, int prefixtree); 5242 nodecount = put_node(NULL, tree, 0, regionmask, round == 3); in write_vim_spell() 5249 (void)put_node(fd, tree, 0, regionmask, round == 3); in write_vim_spell() 5302 put_node( in put_node() function 5420 newindex = put_node(fd, np->wn_child, newindex, regionmask, in put_node() 5838 nodecount = put_node(NULL, tree, 0, 0, FALSE); in sug_write() 5845 (void)put_node(fd, tree, 0, 0, FALSE); in sug_write()
|