Searched refs:vect (Results 1 – 1 of 1) sorted by relevance
62 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash() argument65 vect[i] = NULL; in tablerehash()67 TString *p = vect[i]; in tablerehash()68 vect[i] = NULL; in tablerehash()72 p->u.hnext = vect[h]; /* chain it into array */ in tablerehash()73 vect[h] = p; in tablerehash()
Completed in 2 milliseconds