Searched refs:lua_rawlen (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | luaconf.h | 376 #define lua_strlen(L,i) lua_rawlen(L, (i)) 378 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| H A D | lbaselib.c | 154 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| H A D | lua.h | 203 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| H A D | liolib.c | 479 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
|
| H A D | lauxlib.c | 560 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| H A D | lapi.c | 398 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|