Home | Sort by: relevance | last modified time | path |
/src/usr.bin/make/ | |
hash.h | 100 unsigned nextBucket; /* Next bucket to check (after current). */ 126 hi->nextBucket = 0; |
hash.c | 322 if (hi->nextBucket >= bucketsSize) 324 he = buckets[hi->nextBucket++]; |