Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcsh/
H A Dsh.hist.c654 if (histHashTable[i] == emptyHTE) in checkHistHashTable()
702 if (histHashTable == NULL) in discardHistHashTable()
705 xfree(histHashTable); in discardHistHashTable()
706 histHashTable = NULL; in discardHistHashTable()
740 if (histHashTable != NULL) { in createHistHashTable()
771 if (!histHashTable) in insertHistHashTable()
780 assert(histHashTable); in insertHistHashTable()
783 histHashTable[hi] != emptyHTE && histHashTable[hi] != deletedHTE); in insertHistHashTable()
807 histHashTable[hi] = np; in insertHistHashTable()
818 if (!histHashTable || !hi) in removeHistHashTable()
[all …]