/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_iter.c | 152 lua_pushcclosure(state, &zcp_clones_iter, 2); 235 lua_pushcclosure(state, &zcp_snapshots_iter, 2); 323 lua_pushcclosure(state, &zcp_children_iter, 2); 426 lua_pushcclosure(state, &zcp_user_props_iter, 2); 608 lua_pushcclosure(state, &zcp_bookmarks_iter, 2); in zcp_holds_iter() 705 lua_pushcclosure(state, &zcp_holds_iter, 2); in zcp_list_func() 753 lua_pushcclosure(state, &zcp_list_func, 1);
|
H A D | zcp.c | 1096 lua_pushcclosure(state, zcp_debug_info.func, 0); in zcp_eval() 1098 lua_pushcclosure(state, zcp_exists_info.func, 0); in zcp_eval()
|
H A D | zcp_synctask.c | 581 lua_pushcclosure(state, &zcp_synctask_wrapper, 2); in zcp_load_synctask_lib()
|
H A D | zcp_get.c | 807 lua_pushcclosure(state, zcp_get_prop_info.func, 0); in zcp_load_get_lib()
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lcorolib.c | 91 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
|
H A D | lapi.c | 553 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function 1299 EXPORT_SYMBOL(lua_pushcclosure);
|
H A D | lauxlib.c | 710 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
|
H A D | lstrlib.c | 683 lua_pushcclosure(L, gmatch_aux, 3); in str_gmatch()
|
/freebsd-src/contrib/lutok/ |
H A D | state.cpp | 685 lua_pushcclosure(_pimpl->lua_state, cxx_closure_trampoline, nvalues + 1); in push_cxx_closure() 701 lua_pushcclosure(_pimpl->lua_state, cxx_function_trampoline, 1); in push_cxx_function()
|
H A D | state_test.cpp | 1085 lua_pushcclosure(raw(state), c_get_upvalues, 2); in ATF_TEST_CASE_BODY()
|
/freebsd-src/contrib/lua/src/ |
H A D | lcorolib.c | 107 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
|
H A D | lua.h | 252 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); variable 382 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
|
H A D | loadlib.c | 724 lua_pushcclosure(L, searchers[i], 1); in createsearcherstable()
|
H A D | liolib.c | 370 lua_pushcclosure(L, io_readline, 3 + n); in aux_lines()
|
H A D | ltests.c | 1585 lua_pushcclosure(L1, testC, getnum); in runC() 1819 lua_pushcclosure(L, Cfunc, lua_gettop(L)); in makeCfunc()
|
H A D | lauxlib.c | 942 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
|
H A D | lstrlib.c | 866 lua_pushcclosure(L, gmatch_aux, 3); in gmatch()
|
H A D | lapi.c | 579 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function
|
/freebsd-src/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 213 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); variable 328 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 2244 lua_pushcclosure(L, SWIG_Lua_resolve_metamethod, 2); in SWIG_Lua_add_class_user_metamethods() [all...] |