Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlbaselib.c37 lua_call(L, 1, 1); in luaB_print()
226 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
343 lua_call(L, 0, 1); /* call it */ in generic_reader()
H A Dloadlib.c547 lua_call(L, 1, 2); /* call it */ in findloader()
572 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
615 lua_call(L, 1, 0); in dooptions()
H A Dltablib.c253 lua_call(L, 2, 1); in sort_comp()
H A Dlauxlib.c745 lua_call(L, 1, 1); in luaL_callmeta()
922 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
H A Dldblib.c320 lua_call(L, 2, 0); /* call hook function */ in hookf()
H A Dlua.h307 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
H A Dlstrlib.c728 lua_call(L, n, 1); in add_value()
/minix3/libexec/httpd/
H A Dlua-bozo.c176 lua_call(L, 1, 0); in lua_openlib()