Searched refs:lua_call (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | loadlib.c | 644 lua_call(L, 1, 2); /* call it */ in findloader() 673 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
|
H A D | ltablib.c | 287 lua_call(L, 2, 1); /* call function */ in sort_comp()
|
H A D | lauxlib.c | 886 lua_call(L, 1, 1); in luaL_callmeta() 1000 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
|
H A D | ldblib.c | 338 lua_call(L, 2, 0); /* call hook function */ in hookf()
|
H A D | lbaselib.c | 380 lua_call(L, 0, 1); /* call it */ in generic_reader()
|
H A D | lua.h | 317 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
H A D | lstrlib.c | 288 lua_call(L, 2, 1); /* call metamethod */ in trymt() 922 lua_call(L, n, 1); /* call it */ in add_value()
|
/netbsd-src/libexec/httpd/ |
H A D | lua-bozo.c | 181 lua_call(L, 1, 0); in lua_openlib()
|