Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.exec.c154 int slash, gflag, rehashed; in doexec() local
267 rehashed = 0; in doexec()
319 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) { in doexec()
321 rehashed = 1; in doexec()
820 int hashval, rehashed, i; in iscommand() local
830 rehashed = 0; in iscommand()
861 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) { in iscommand()
863 rehashed = 1; in iscommand()
1087 int hashval, rehashed, i, ex, rval = 0; in find_cmd() local
1139 rehashed = 0; in find_cmd()
[all …]
HDsh.hist.c566 unsigned rehashed = 0; in testHash() local
569 if (hits == 0 && rehashed > 0) in testHash()
570 hits = 1 && rehashed--; in testHash()
572 rehashed += hits-1; in testHash()