Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c62 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash() argument
65 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