Searched refs:histent (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
774 histent = xmalloc(sizeof(*histent));
775 ohistent = xmalloc(sizeof(*histent));
777 ohistent->next = histent;
778 histent->prev = ohistent;
788 histent->word = Strsave(word.s);
789 histent->next = xmalloc(sizeof(*histent));
790 histent
894 histgetword(struct wordent *histent) argument
[all...]

Completed in 64 milliseconds