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

  /src/external/mit/lua/dist/src/
luaconf.h 379 #define lua_strlen(L,i) lua_rawlen(L, (i))
381 #define lua_objlen(L,i) lua_rawlen(L, (i))
lbaselib.c 165 lua_pushinteger(L, lua_rawlen(L, 1));
liolib.c 538 return (c == '\n' || lua_rawlen(L, -1) > 0);
lua.h 213 LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
lauxlib.c 695 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */
lapi.c 434 LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) { function

Completed in 79 milliseconds