Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dldo.c387 goto Cfunc; in luaD_precall()
390 Cfunc: in luaD_precall()
/freebsd-14.2/contrib/lua/src/
H A Dltests.c1803 static int Cfunc (lua_State *L) { in Cfunc() function
1819 lua_pushcclosure(L, Cfunc, lua_gettop(L)); in makeCfunc()