Searched refs:si_first_free (Results 1 – 1 of 1) sorted by relevance
1933 wordnode_T *si_first_free; // List of nodes that have been freed during member4614 if (spin->si_first_free == NULL) in get_wordnode()4618 n = spin->si_first_free; in get_wordnode()4619 spin->si_first_free = n->wn_child; in get_wordnode()4663 n->wn_child = spin->si_first_free; in free_wordnode()4664 spin->si_first_free = n; in free_wordnode()5492 spin->si_first_free = NULL; in spell_make_sugfile()