Searched refs:lua_rawlen (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | luaconf.h | 379 #define lua_strlen(L,i) lua_rawlen(L, (i)) 381 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
H A D | lbaselib.c | 165 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
H A D | lua.h | 213 LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
|
H A D | liolib.c | 538 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
|
H A D | lauxlib.c | 695 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
H A D | lapi.c | 434 LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|