Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dloadlib.c644 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 Dltablib.c287 lua_call(L, 2, 1); /* call function */ in sort_comp()
H A Dlauxlib.c886 lua_call(L, 1, 1); in luaL_callmeta()
1000 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
H A Dldblib.c338 lua_call(L, 2, 0); /* call hook function */ in hookf()
H A Dlbaselib.c380 lua_call(L, 0, 1); /* call it */ in generic_reader()
H A Dlua.h317 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
H A Dlstrlib.c288 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 Dlua-bozo.c181 lua_call(L, 1, 0); in lua_openlib()