Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c197 static int dochunk (lua_State *L, int status) { in dochunk() function
204 return dochunk(L, luaL_loadfile(L, name)); in dofile()
209 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name)); in dostring()