| /freebsd-13.1/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-13.1/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-13.1/libexec/flua/modules/ |
| H A D | lfs.c | 204 lua_pushcfunction(L, lua_dir_iter_next); in lua_dir() 221 lua_pushcfunction(L, lua_dir_iter_next); in register_metatable() 223 lua_pushcfunction(L, lua_dir_iter_close); in register_metatable() 229 lua_pushcfunction(L, lua_dir_iter_close); in register_metatable()
|
| /freebsd-13.1/lib/flua/libjail/ |
| H A D | lua_jail.c | 236 lua_pushcfunction(L, l_jail_iter_next); in l_list() 249 lua_pushcfunction(L, l_jail_iter_next); in register_jail_metatable() 251 lua_pushcfunction(L, l_jail_iter_close); in register_jail_metatable() 256 lua_pushcfunction(L, l_jail_iter_close); in register_jail_metatable()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lbaselib.c | 266 lua_pushcfunction(L, luaB_next); /* will return generator, */ in luaB_pairs() 294 lua_pushcfunction(L, ipairsaux); /* iteration function */ in luaB_ipairs()
|
| H A D | lua.c | 135 lua_pushcfunction(L, msghandler); /* push message handler */ in docall() 630 lua_pushcfunction(L, &pmain); /* to call 'pmain' in protected mode */ in main()
|
| H A D | loadlib.c | 403 lua_pushcfunction(L, f); /* else create new function */ in lookforfunc() 730 lua_pushcfunction(L, gctm); in createclibstable()
|
| H A D | lua.h | 368 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n))) 370 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
|
| H A D | lutf8lib.c | 260 lua_pushcfunction(L, lax ? iter_auxlax : iter_auxstrict); in iter_codes()
|
| H A D | luac.c | 205 lua_pushcfunction(L,&pmain); in main()
|
| H A D | lauxlib.c | 951 lua_pushcfunction(L, openf); in luaL_requiref()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 327 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n))) 329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
|
| H A D | luaconf.h | 265 (lua_pushcfunction(L, (f)), \
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 182 lua_pushcfunction(L, iter); /* will return generator, */ in pairsmeta()
|
| H A D | lauxlib.c | 744 lua_pushcfunction(L, openf); in luaL_requiref()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 61 lua_pushcfunction(m_lua_state, lldb_print); in Lua()
|
| /freebsd-13.1/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 | 739 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1089 lua_pushcfunction(L, f), \ 3906 lua_pushcfunction(L,_wrap_new_string); in _proxy__wrap_new_string() 4624 lua_pushcfunction(L,_wrap_new_SBAddress); in _proxy__wrap_new_SBAddress() 6524 lua_pushcfunction(L,_wrap_new_SBBlock); in _proxy__wrap_new_SBBlock() 17193 lua_pushcfunction(L,_wrap_new_SBData); in _proxy__wrap_new_SBData() 21805 lua_pushcfunction(L,_wrap_new_SBError); in _proxy__wrap_new_SBError() 22624 lua_pushcfunction(L,_wrap_new_SBEvent); in _proxy__wrap_new_SBEvent() 25385 lua_pushcfunction(L,_wrap_new_SBFile); in _proxy__wrap_new_SBFile() 28248 lua_pushcfunction(L,_wrap_new_SBFrame); in _proxy__wrap_new_SBFrame() 42010 lua_pushcfunction(L,_wrap_new_SBQueue); in _proxy__wrap_new_SBQueue() [all …]
|