Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.exec.c84 static unsigned long *xhash = NULL; variable
91 # define tbit(f, i, t) (((t *) xhash)[(f)] & \
93 # define tbis(f, i, t) (((t *) xhash)[(f)] |= \
125 static char xhash[HSHSIZ / BITS_PER_BYTE]; variable
283 if (!bit(xhash, hashval1)) in doexec()
688 xfree(xhash); in dohash()
689 xhash = xcalloc(hashlength * hashwidth, 1); in dohash()
754 bis(xhash, hashval); in dohash()
771 xfree(xhash); in dounhash()
772 xhash = NULL; in dounhash()
[all …]