Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlbaselib.c33 lua_call(L, 1, 1); in luaB_print()
220 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
321 lua_call(L, 0, 1); /* call it */ in generic_reader()
H A Dloadlib.c584 lua_call(L, 1, 2); /* call it */ in findloader()
609 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
652 lua_call(L, 1, 0); in dooptions()
H A Dltablib.c295 lua_call(L, 2, 1); /* call function */ in sort_comp()
H A Dlauxlib.c793 lua_call(L, 1, 1); in luaL_callmeta()
979 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
H A Dldblib.c316 lua_call(L, 2, 0); /* call hook function */ in hookf()
H A Dlua.h274 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
H A Dlstrlib.c739 lua_call(L, n, 1); in add_value()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c195 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.c741 lua_call(L, n, 1); in add_value()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c408 lua_call(L, 2, 1); in ucl_object_lua_fromelt()