Searched refs:lua_call (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lbaselib.c | 37 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 D | loadlib.c | 547 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 D | ltablib.c | 253 lua_call(L, 2, 1); in sort_comp()
|
| H A D | lauxlib.c | 745 lua_call(L, 1, 1); in luaL_callmeta() 922 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
|
| H A D | ldblib.c | 320 lua_call(L, 2, 0); /* call hook function */ in hookf()
|
| H A D | lua.h | 307 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
| H A D | lstrlib.c | 728 lua_call(L, n, 1); in add_value()
|
| /minix3/libexec/httpd/ |
| H A D | lua-bozo.c | 176 lua_call(L, 1, 0); in lua_openlib()
|