| /freebsd-14.2/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1221 lua_pushcfunction (L, lua_ucl_parser_gc); in lua_ucl_parser_mt() 1245 lua_pushcfunction (L, lua_ucl_parser_validate); in lua_ucl_parser_mt() 1259 lua_pushcfunction (L, lua_ucl_object_gc); in lua_ucl_object_mt() 1262 lua_pushcfunction (L, lua_ucl_object_tostring); in lua_ucl_object_mt() 1268 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt() 1271 lua_pushcfunction (L, lua_ucl_object_unwrap); in lua_ucl_object_mt() 1474 lua_pushcfunction (L, lua_ucl_null_tostring); in lua_ucl_null_mt() 1498 lua_pushcfunction (L, lua_ucl_parser_init); in luaopen_ucl() 1501 lua_pushcfunction (L, lua_ucl_to_json); in luaopen_ucl() 1504 lua_pushcfunction (L, lua_ucl_to_config); in luaopen_ucl() [all …]
|
| /freebsd-14.2/lib/flua/libhash/ |
| H A D | lhash.c | 147 lua_pushcfunction(L, lua_sha256_update); // meta tbl -- meta tbl fn in register_metatable_sha256() 149 lua_pushcfunction(L, lua_sha256_digest); // meta tbl -- meta tbl fn in register_metatable_sha256() 151 lua_pushcfunction(L, lua_sha256_hexdigest); // meta tbl -- meta tbl fn in register_metatable_sha256() 156 lua_pushcfunction(L, lua_sha256_done); // meta -- meta fn in register_metatable_sha256()
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.cpp | 304 lua_pushcfunction(_pimpl->lua_state, protected_getglobal); in get_global() 371 lua_pushcfunction(_pimpl->lua_state, protected_gettable); in get_table() 556 lua_pushcfunction(_pimpl->lua_state, protected_next); in next() 591 lua_pushcfunction(_pimpl->lua_state, luaopen_base); in open_base() 609 lua_pushcfunction(_pimpl->lua_state, luaopen_string); in open_string() 628 lua_pushcfunction(_pimpl->lua_state, luaopen_table); in open_table() 779 lua_pushcfunction(_pimpl->lua_state, protected_setglobal); in set_global() 809 lua_pushcfunction(_pimpl->lua_state, protected_settable); in set_table()
|
| /freebsd-14.2/libexec/flua/modules/ |
| H A D | lfs.c | 202 lua_pushcfunction(L, lua_dir_iter_next); in lua_dir() 219 lua_pushcfunction(L, lua_dir_iter_next); in register_metatable() 221 lua_pushcfunction(L, lua_dir_iter_close); in register_metatable() 227 lua_pushcfunction(L, lua_dir_iter_close); in register_metatable()
|
| /freebsd-14.2/lib/flua/libjail/ |
| H A D | lua_jail.c | 232 lua_pushcfunction(L, l_jail_iter_next); in l_list() 245 lua_pushcfunction(L, l_jail_iter_next); in register_jail_metatable() 247 lua_pushcfunction(L, l_jail_iter_close); in register_jail_metatable() 252 lua_pushcfunction(L, l_jail_iter_close); in register_jail_metatable()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lua.c | 156 lua_pushcfunction(L, msghandler); /* push message handler */ in docall() 670 lua_pushcfunction(L, &pmain); /* to call 'pmain' in protected mode */ in main()
|
| H A D | lbaselib.c | 287 lua_pushcfunction(L, luaB_next); /* will return generator, */ in luaB_pairs() 316 lua_pushcfunction(L, ipairsaux); /* iteration function */ in luaB_ipairs()
|
| H A D | loadlib.c | 405 lua_pushcfunction(L, f); /* else create new function */ in lookforfunc() 738 lua_pushcfunction(L, gctm); in createclibstable()
|
| H A D | lua.h | 380 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n))) 382 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
|
| H A D | lutf8lib.c | 262 lua_pushcfunction(L, lax ? iter_auxlax : iter_auxstrict); in iter_codes()
|
| H A D | luac.c | 204 lua_pushcfunction(L,&pmain); in main()
|
| H A D | ltests.c | 1194 lua_pushcfunction(L1, libs[i].func); in loadlib() 1726 lua_pushcfunction(L1, lua_tocfunction(L1, getindex)); in runC()
|
| H A D | lauxlib.c | 980 lua_pushcfunction(L, openf); in luaL_requiref()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 326 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n))) 328 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
|
| H A D | luaconf.h | 264 (lua_pushcfunction(L, (f)), \
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 38 lua_pushcfunction(m_lua_state, lldb_print); in Lua()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 181 lua_pushcfunction(L, iter); /* will return generator, */ in pairsmeta()
|
| H A D | lauxlib.c | 743 lua_pushcfunction(L, openf); in luaL_requiref()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 445 lua_pushcfunction(state, zcp_lua_to_nvlist_helper); in zcp_convert_return_values() 1108 lua_pushcfunction(state, zcp_error_handler); in zcp_eval()
|
| H A D | zcp_iter.c | 738 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1068 lua_pushcfunction(L, f), \ 4044 lua_pushcfunction(L,_wrap_new_string); in _proxy__wrap_new_string() 4762 lua_pushcfunction(L,_wrap_new_SBAddress); in _proxy__wrap_new_SBAddress() 6834 lua_pushcfunction(L,_wrap_new_SBBlock); in _proxy__wrap_new_SBBlock() 18550 lua_pushcfunction(L,_wrap_new_SBData); in _proxy__wrap_new_SBData() 23900 lua_pushcfunction(L,_wrap_new_SBError); in _proxy__wrap_new_SBError() 24816 lua_pushcfunction(L,_wrap_new_SBEvent); in _proxy__wrap_new_SBEvent() 27583 lua_pushcfunction(L,_wrap_new_SBFile); in _proxy__wrap_new_SBFile() 30681 lua_pushcfunction(L,_wrap_new_SBFrame); in _proxy__wrap_new_SBFrame() 45930 lua_pushcfunction(L,_wrap_new_SBQueue); in _proxy__wrap_new_SBQueue() [all …]
|