Home
last modified time | relevance | path

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

/external/lua/src/
Dlua.c239 static int dochunk (lua_State *L, int status) { in dochunk() function
246 return dochunk(L, luaL_loadfile(L, name)); in dofile()
251 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name)); in dostring()