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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c150 int slash, gflag, rehashed; local
263 rehashed = 0;
315 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) {
317 rehashed = 1;
817 int hashval, rehashed, i; local
827 rehashed = 0;
858 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) {
860 rehashed = 1;
1087 int hashval, rehashed, i, ex, rval = 0; local
1139 rehashed
[all...]
H A Dsh.hist.c563 unsigned rehashed = 0; local
566 if (hits == 0 && rehashed > 0)
567 hits = 1 && rehashed--;
569 rehashed += hits-1;

Completed in 89 milliseconds