/freebsd-src/contrib/libucl/lua/ |
H A D | lua_ucl.c | 1221 lua_pushcfunction (L, lua_ucl_parser_gc); in lua_ucl_parser_mt() 1224 lua_pushcfunction (L, lua_ucl_parser_parse_file); in lua_ucl_parser_mt() 1227 lua_pushcfunction (L, lua_ucl_parser_parse_string); in lua_ucl_parser_mt() 1230 lua_pushcfunction (L, lua_ucl_parser_parse_text); in lua_ucl_parser_mt() 1233 lua_pushcfunction (L, lua_ucl_parser_register_variable); in lua_ucl_parser_mt() 1236 lua_pushcfunction (L, lua_ucl_parser_register_variables); in lua_ucl_parser_mt() 1239 lua_pushcfunction (L, lua_ucl_parser_get_object); in lua_ucl_parser_mt() 1242 lua_pushcfunction (L, lua_ucl_parser_get_object_wrapped); 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() [all …]
|
/freebsd-src/lib/flua/libhash/ |
H A D | lhash.c |
|
/freebsd-src/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-src/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-src/lib/flua/libjail/ |
H A D | lua_jail.c |
|
/freebsd-src/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-src/contrib/lua/src/ |
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 | 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 | 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-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 38 lua_pushcfunction(m_lua_state, lldb_print); in Lua()
|
/freebsd-src/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-src/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 445 lua_pushcfunction(state, zcp_lua_to_nvlist_helper); in zcp_convert_return_values() 1107 lua_pushcfunction(state, zcp_error_handler); in zcp_eval()
|
H A D | zcp_iter.c | 747 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1112 lua_pushcfunction(L, f), \ in SWIG_Lua_set_immutable() 1218 lua_pushcfunction(L,entry->value.value.function); 1300 lua_pushcfunction(L, SWIG_Lua_emulate_elua_getmetatable); in SWIG_Lua_namespace_get() 2291 lua_pushcfunction(L, SWIG_Lua_class_tostring); in SWIG_Lua_class_register_static() 2304 lua_pushcfunction(L, SWIG_Lua_class_equal); in SWIG_Lua_class_register_instance() 4103 lua_pushcfunction(L,_wrap_new_string); in _wrap_new_SBAddress__SWIG_0() 4821 lua_pushcfunction(L,_wrap_new_SBAddress); 5179 lua_pushcfunction(L,_wrap_new_SBAddressRange); in _wrap_SBAttachInfo_GetWaitForLaunch() 5546 lua_pushcfunction(L,_wrap_new_SBAddressRangeList); in _wrap_SBAttachInfo_GroupIDIsValid() 6834 lua_pushcfunction( in _proxy__wrap_new_SBBlock() [all...] |