Searched refs:lua_call (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 33 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 D | loadlib.c | 584 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 D | ltablib.c | 295 lua_call(L, 2, 1); /* call function */ in sort_comp()
|
| H A D | lauxlib.c | 793 lua_call(L, 1, 1); in luaL_callmeta() 979 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
|
| H A D | ldblib.c | 316 lua_call(L, 2, 0); /* call hook function */ in hookf()
|
| H A D | lua.h | 274 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
| H A D | lstrlib.c | 739 lua_call(L, n, 1); in add_value()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lbaselib.c | 195 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
|
| H A D | ltablib.c | 176 lua_call(L, 2, 1); in sort_comp()
|
| H A D | lauxlib.c | 577 lua_call(L, 1, 1); in luaL_callmeta() 747 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
|
| H A D | lua.h | 252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
| H A D | lstrlib.c | 741 lua_call(L, n, 1); in add_value()
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 408 lua_call(L, 2, 1); in ucl_object_lua_fromelt()
|