Home
last modified time | relevance | path

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

/external/lua/src/
Dlapi.c1003 static void f_call (lua_State *L, void *ud) { in f_call() function
1031 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()