Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcsh/
HDsh.hist.c626 static struct Hist * const emptyHTE = NULL; variable
644 if (histHashTable[i] == emptyHTE) in checkHistHashTable()
739 assert(histHashTable[0] == emptyHTE); in createHistHashTable()
773 histHashTable[hi] != emptyHTE && histHashTable[hi] != deletedHTE); in insertHistHashTable()
812 histHashTable[hi] != emptyHTE) { in removeHistHashTable()
823 emptyHTE) { in removeHistHashTable()
828 emptyHTE; in removeHistHashTable()
851 (hp = histHashTable[hi]) != emptyHTE) { in findHistHashTable()