Searched refs:lua_rawlen (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | luaconf.h | 366 #define lua_strlen(L,i) lua_rawlen(L, (i)) 368 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
A D | lbaselib.c | 161 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
A D | lua.h | 194 LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
|
A D | liolib.c | 536 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
|
A D | lauxlib.c | 682 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
A D | lapi.c | 420 LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
Completed in 16 milliseconds