Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.exec.c89 static unsigned int hashlength = 0, uhashlength = 0; variable
656 uhashlength = atoi(short2str(vv[1])); in dohash()
686 if (uhashlength) in dohash()
687 hashlength = uhashlength; in dohash()