HomeSort by: relevance | last modified time | path
    Searched refs:luaL_len (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/lua/dist/src/
ltablib.c 37 #define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n))
201 lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1));
loadlib.c 356 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */
366 lua_Integer n = luaL_len(L, 1);
lauxlib.h 116 LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx);
lua.c 241 n = (int)luaL_len(L, -1);
lauxlib.c 891 LUALIB_API lua_Integer luaL_len (lua_State *L, int idx) {

Completed in 14 milliseconds