Searched refs:lua_rawlen (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | luaconf.h | 294 #define lua_strlen(L,i) lua_rawlen(L, (i)) 296 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| D | lbaselib.c | 125 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| D | lua.h | 172 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| D | lauxlib.c | 498 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| D | lapi.c | 406 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
| /freebsd-12-stable/lib/liblua/ |
| D | luaconf.h | 394 #define lua_strlen(L,i) lua_rawlen(L, (i)) 396 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| /freebsd-12-stable/stand/liblua/ |
| 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-stable/contrib/lua/src/ |
| D | lbaselib.c | 150 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| D | lua.h | 184 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| D | luaconf.h.dist | 382 #define lua_strlen(L,i) lua_rawlen(L, (i)) 384 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| D | liolib.c | 501 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
|
| D | lauxlib.c | 610 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| D | lapi.c | 392 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
| /freebsd-12-stable/contrib/libucl/lua/ |
| D | lua_ucl.c | 352 max = lua_rawlen (L, idx); in ucl_object_lua_fromtable() 362 max = lua_rawlen (L, idx); in ucl_object_lua_fromtable()
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 904 # define lua_rawlen lua_strlen macro 906 # define lua_rawlen lua_objlen macro 1487 bases_count = lua_rawlen(L,-1); in SWIG_Lua_iterate_bases() 2058 assert(lua_rawlen(L,-1) == bases_count); in SWIG_Lua_add_class_instance_details()
|