Searched defs:lua_concat (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lua/src/ | ||
H A D | lua.h | 342 LUA_API void (lua_concat) (lua_State *L, int n); variable |
H A D | lapi.c | 1253 LUA_API void lua_concat (lua_State *L, int n) { in lua_concat() function |