Home
last modified time | relevance | path

Searched refs:lua_call (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c191 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
H A Dltablib.c176 lua_call(L, 2, 1); in sort_comp()
H A Dlauxlib.c577 lua_call(L, 1, 1); in luaL_callmeta()
747 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
H A Dlua.h252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
H A Dlstrlib.c742 lua_call(L, n, 1); in add_value()