Searched refs:lua_pushcfunction (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/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)), \
|
H A D | lbaselib.c | 184 lua_pushcfunction(L, iter); /* will return generator, */ in pairsmeta()
|
H A D | lauxlib.c | 745 lua_pushcfunction(L, openf); in luaL_requiref()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 441 lua_pushcfunction(state, zcp_lua_to_nvlist_helper); in zcp_convert_return_values() 1100 lua_pushcfunction(state, zcp_error_handler); in zcp_eval()
|
H A D | zcp_iter.c | 519 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
|