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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c631 * the table are zero (0, NULL, emptyHTE). Deleted entries that cannot yet be
639 static struct Hist * const emptyHTE = NULL; variable
657 if (histHashTable[i] == emptyHTE)
753 assert(histHashTable[0] == emptyHTE);
787 histHashTable[hi] != emptyHTE && histHashTable[hi] != deletedHTE);
826 histHashTable[hi] != emptyHTE) {
837 emptyHTE) {
842 emptyHTE;
865 (hp = histHashTable[hi]) != emptyHTE) {

Completed in 95 milliseconds