Searched refs:ohistent (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.func.c759 struct wordent *histent = NULL, *ohistent = NULL; local
775 ohistent = xmalloc(sizeof(*histent));
776 ohistent->word = STRNULL;
777 ohistent->next = histent;
778 histent->prev = ohistent;
881 ohistent->prev = histgetword(histent);
882 ohistent->prev->next = ohistent;
883 savehist(ohistent, 0);
884 freelex(ohistent);
[all...]

Completed in 166 milliseconds