Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dltests.c1386 static int Cfunck (lua_State *L, int status, lua_KContext ctx);
1428 lua_callk(L1, narg, nres, i, Cfunck); in runC()
1556 status = lua_pcallk(L1, narg, nres, 0, i, Cfunck); in runC()
1770 return lua_yieldk(L1, nres, i, Cfunck); in runC()
1808 static int Cfunck (lua_State *L, int status, lua_KContext ctx) { in Cfunck() function