Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c919 static void f_call (lua_State *L, void *ud) { in f_call() function
947 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
/freebsd/contrib/lua/src/
H A Dlapi.c1036 static void f_call (lua_State *L, void *ud) { in f_call() function
1064 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()