Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlbaselib.c416 static int dofilecont (lua_State *L, int d1, lua_KContext d2) { in dofilecont() function
427 lua_callk(L, 0, LUA_MULTRET, 0, dofilecont); in luaB_dofile()
428 return dofilecont(L, 0, 0); in luaB_dofile()