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

/freebsd-13-stable/contrib/lua/src/
H A Dltable.c180 ** other value is given to 'next', 'equalkey' will signal a false
188 static int equalkey (const TValue *k1, const Node *n2, int deadok) { function
267 ** See explanation about 'deadok' in function 'equalkey'.
272 if (equalkey(key, n, deadok))

Completed in 37 milliseconds