Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c388 goto Cfunc; in luaD_precall()
391 Cfunc: in luaD_precall()
/freebsd/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()