Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h291 #define lua_strlen(L,i) lua_rawlen(L, (i))
293 #define lua_objlen(L,i) lua_rawlen(L, (i))
H A Dlua.h172 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
/freebsd/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/stand/liblua/
H A Dluaconf.h362 #define lua_strlen(L,i) lua_rawlen(L, (i))
364 #define lua_objlen(L,i) lua_rawlen(L, (i))
/freebsd/contrib/lua/src/
H A Dluaconf.h372 #define lua_strlen(L,i) lua_rawlen(L, (i))
374 #define lua_objlen(L,i) lua_rawlen(L, (i))
H A Dlbaselib.c161 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
H A Dlua.h205 LUA_API lua_Unsigned (lua_rawlen) (lua_State *L, int idx);
H A Dluaconf.h.dist367 #define lua_strlen(L,i) lua_rawlen(L, (i))
369 #define lua_objlen(L,i) lua_rawlen(L, (i))
H A Dliolib.c536 return (c == '\n' || lua_rawlen(L, -1) > 0); in read_line()
H A Dltests.c1410 int i = lua_rawlen(L1, t); in runC()
1545 lua_pushinteger(L1, lua_rawlen(L1, getindex)); in runC()
H A Dlauxlib.c683 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
H A Dlapi.c426 LUA_API lua_Unsigned lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
/freebsd/libexec/flua/modules/
H A Dlfbsd.c51 n = lua_rawlen(L, abs_arg); in luaL_checkarraystrings()
H A Dlposix.c438 bufsz = sz = lua_rawlen(L, 2); in lua_write()
/freebsd/libexec/flua/libjail/
H A Dlua_jail.c186 iter->params_count = 3 + (nargs != 0 ? lua_rawlen(L, 1) : 0); in l_list()
385 params_count = 1 + lua_rawlen(L, 2); in l_getparams()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig199 size_t size = lua_rawlen(L, $input);
271 $2 = lua_rawlen(L, $input);
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c118 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
H A Dlauxlib.c496 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
H A Dlapi.c405 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
/freebsd/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/lib/clang/liblldb/
H A DLLDBWrapLua.cpp913 # define lua_rawlen lua_strlen macro
915 # define lua_rawlen lua_objlen macro
1510 bases_count = lua_rawlen(L,-1); in SWIG_Lua_iterate_bases()
2083 assert(lua_rawlen(L,-1) == bases_count); in SWIG_Lua_add_class_instance_details()
19188 arg4 = lua_rawlen(L, 3); in _wrap_SBData_CreateDataFromUInt64Array()
19247 arg4 = lua_rawlen(L, 3); in _wrap_SBData_CreateDataFromUInt32Array()
19306 arg4 = lua_rawlen(L, 3); in _wrap_SBData_CreateDataFromSInt64Array()
19365 arg4 = lua_rawlen(L, 3); in _wrap_SBData_CreateDataFromSInt32Array()
19424 arg4 = lua_rawlen(L, 3); in _wrap_SBData_CreateDataFromDoubleArray()
19511 arg3 = lua_rawlen(L, 2); in _wrap_SBData_SetDataFromUInt64Array()
[all …]