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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.func.c758 struct wordent *histent = NULL, *ohistent = NULL; local
772 histent = xmalloc(sizeof(*histent));
773 ohistent = xmalloc(sizeof(*histent));
775 ohistent->next = histent;
776 histent->prev = ohistent;
786 histent->word = Strsave(word.s);
787 histent->next = xmalloc(sizeof(*histent));
788 histent
892 histgetword(struct wordent *histent) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dhistory.c278 HIST_ENTRY **hlist, *histent; local
290 histent = history_get (history_base + i); /* Don't free this */
291 if (histent == NULL)
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h422 typedef struct histent *Histent;
1877 struct histent { struct
H A Dhashtable.c1317 zfree(nodeptr, sizeof (struct histent));
H A Dhist.c88 struct histent curline;

Completed in 288 milliseconds