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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c628 * the table are zero (0, NULL, emptyHTE). Deleted entries that cannot yet be
636 static struct Hist * const emptyHTE = NULL; variable
654 if (histHashTable[i] == emptyHTE)
749 assert(histHashTable[0] == emptyHTE);
783 histHashTable[hi] != emptyHTE && histHashTable[hi] != deletedHTE);
822 histHashTable[hi] != emptyHTE) {
833 emptyHTE) {
838 emptyHTE;
861 (hp = histHashTable[hi]) != emptyHTE) {

Completed in 45 milliseconds