Home
last modified time | relevance | path

Searched refs:lua_concat (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlcorolib.c91 lua_concat(L, 2); in luaB_auxwrap()
H A Dlauxlib.c72 lua_concat(L, 3); /* lib_name.field_name */ in findfield()
246 lua_concat(L, 2); in luaL_error()
H A Dlbaselib.c124 lua_concat(L, 2); in luaB_error()
H A Dlua.c552 lua_concat(L, 3); /* join them */ in multiline()
H A Dlua.h376 LUA_API void (lua_concat) (lua_State *L, int n); variable
H A Dlapi.c1295 LUA_API void lua_concat (lua_State *L, int n) { in lua_concat() function