Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c378 static int l_strcmp (const TString *ls, const TString *rs) { in l_strcmp() function
526 return l_strcmp(tsvalue(l), tsvalue(r)) < 0; in lessthanothers()
548 return l_strcmp(tsvalue(l), tsvalue(r)) <= 0; in lessequalothers()