| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 153 lua_pushcclosure(state, &zcp_clones_iter, 2); in zcp_clones_list() 236 lua_pushcclosure(state, &zcp_snapshots_iter, 2); in zcp_snapshots_list() 324 lua_pushcclosure(state, &zcp_children_iter, 2); in zcp_children_list() 427 lua_pushcclosure(state, &zcp_user_props_iter, 2); in zcp_user_props_list() 609 lua_pushcclosure(state, &zcp_bookmarks_iter, 2); in zcp_bookmarks_list() 706 lua_pushcclosure(state, &zcp_holds_iter, 2); in zcp_holds_list() 754 lua_pushcclosure(state, &zcp_list_func, 1); in zcp_load_list_lib()
|
| H A D | zcp.c | 1097 lua_pushcclosure(state, zcp_debug_info.func, 0); in zcp_eval() 1099 lua_pushcclosure(state, zcp_exists_info.func, 0); in zcp_eval()
|
| H A D | zcp_synctask.c | 624 lua_pushcclosure(state, &zcp_synctask_wrapper, 2); in zcp_load_synctask_lib()
|
| H A D | zcp_get.c | 842 lua_pushcclosure(state, zcp_get_prop_info.func, 0); in zcp_load_get_lib()
|
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 92 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
|
| H A D | lapi.c | 554 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function 1300 EXPORT_SYMBOL(lua_pushcclosure);
|
| H A D | lauxlib.c | 711 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
|
| H A D | lstrlib.c | 684 lua_pushcclosure(L, gmatch_aux, 3); in str_gmatch()
|
| /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()
|
| /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); 382 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
|
| H A D | loadlib.c | 715 lua_pushcclosure(L, searchers[i], 1); in createsearcherstable()
|
| H A D | liolib.c | 373 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 | 951 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
|
| /src/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); 329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
|
| /src/contrib/lyaml/ext/yaml/ |
| H A D | scanner.c | 338 lua_pushcclosure (L, token_iter, 1); in Pscanner()
|
| H A D | parser.c | 408 lua_pushcclosure (L, event_iter, 1); in Pparser()
|
| H A D | emitter.c | 443 lua_pushcclosure (L, emit, 1); in Pemitter()
|
| /src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 2244 lua_pushcclosure(L, SWIG_Lua_resolve_metamethod, 2); in SWIG_Lua_add_class_user_metamethod()
|