Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c4439 wordnode_T *copyp, **copyprev; in tree_add_word() local
4453 FOR_ALL_NODE_SIBLINGS(node, copyp) in tree_add_word()
4459 np->wn_child = copyp->wn_child; in tree_add_word()
4462 np->wn_byte = copyp->wn_byte; in tree_add_word()
4465 np->wn_flags = copyp->wn_flags; in tree_add_word()
4466 np->wn_region = copyp->wn_region; in tree_add_word()
4467 np->wn_affixID = copyp->wn_affixID; in tree_add_word()
4477 if (copyp == node) in tree_add_word()