Searched refs:lua_rawlen (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | luaconf.h | 294 #define lua_strlen(L,i) lua_rawlen(L, (i)) 296 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| H A D | lbaselib.c | 125 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| H A D | lua.h | 172 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| H A D | lauxlib.c | 498 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| H A D | lapi.c | 406 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
| /freebsd-12.1/stand/liblua/ |
| H A D | luaconf.h | 385 #define lua_strlen(L,i) lua_rawlen(L, (i)) 387 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 150 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| H A D | lua.h | 185 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| H A D | luaconf.h.dist | 381 #define lua_strlen(L,i) lua_rawlen(L, (i)) 383 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| H A D | liolib.c | 499 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
|
| H A D | lauxlib.c | 610 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| H A D | lapi.c | 392 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|