Home
last modified time | relevance | path

Searched defs:luaS_new (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.h20 #define luaS_new(L, s) (luaS_newlstr(L, s, strlen(s))) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c171 TString *luaS_new (lua_State *L, const char *str) { in luaS_new() function