Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c884 static int libsize (const luaL_Reg *l) { in libsize() function
917 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */ in luaL_openlib()