Searched refs:lua_rawlen (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 292 #define lua_strlen(L,i) lua_rawlen(L, (i)) 294 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| H A D | lua.h | 173 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| /freebsd-13.1/lib/liblua/ |
| H A D | luaconf.h | 369 #define lua_strlen(L,i) lua_rawlen(L, (i)) 371 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| /freebsd-13.1/stand/liblua/ |
| H A D | luaconf.h | 363 #define lua_strlen(L,i) lua_rawlen(L, (i)) 365 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| /freebsd-13.1/lib/flua/libjail/ |
| H A D | lua_jail.c | 191 iter->params_count = 3 + (nargs != 0 ? lua_rawlen(L, 1) : 0); in l_list() 390 params_count = 1 + lua_rawlen(L, 2); in l_getparams()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 119 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| H A D | lauxlib.c | 497 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| H A D | lapi.c | 404 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
| /freebsd-13.1/contrib/libucl/lua/ |
| H A 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-13.1/contrib/lua/src/ |
| H A D | lbaselib.c | 161 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| H A D | lua.h | 194 LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
|
| H A D | luaconf.h.dist | 362 #define lua_strlen(L,i) lua_rawlen(L, (i)) 364 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| H A D | liolib.c | 530 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
|
| H A D | lauxlib.c | 661 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| H A D | lapi.c | 402 LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A 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()
|