Searched defs:luaS_new (Results 1 – 2 of 2) sorted by relevance
20 #define luaS_new(L, s) (luaS_newlstr(L, s, strlen(s))) macro
171 TString *luaS_new (lua_State *L, const char *str) { in luaS_new() function