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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c636 static struct Hist **histHashTable = NULL; variable in typeref:struct:Hist
657 if (histHashTable[i] == emptyHTE)
659 else if (histHashTable[i] == deletedHTE)
705 if (histHashTable == NULL)
708 xfree(histHashTable);
709 histHashTable = NULL;
744 if (histHashTable != NULL) {
751 histHashTable = xmalloc(histHashTableLength * sizeof(struct Hist *));
752 memset(histHashTable, 0, histHashTableLength * sizeof(struct Hist *));
753 assert(histHashTable[
[all...]

Completed in 95 milliseconds