Home
last modified time | relevance | path

Searched refs:lua_rawlen (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h292 #define lua_strlen(L,i) lua_rawlen(L, (i))
294 #define lua_objlen(L,i) lua_rawlen(L, (i))
H A Dlua.h173 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
/freebsd-13.1/lib/liblua/
H A Dluaconf.h369 #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 Dluaconf.h363 #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 Dlua_jail.c191 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 Dlbaselib.c119 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
H A Dlauxlib.c497 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
H A Dlapi.c404 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c352 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 Dlbaselib.c161 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
H A Dlua.h194 LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
H A Dluaconf.h.dist362 #define lua_strlen(L,i) lua_rawlen(L, (i))
364 #define lua_objlen(L,i) lua_rawlen(L, (i))
H A Dliolib.c530 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
H A Dlauxlib.c661 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
H A Dlapi.c402 LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp904 # 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()