Searched refs:docall (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/lua/src/ |
D | main.c | 87 static int docall(lua_State *L, int narg, int clear) { in docall() function 105 return report(L, docall(L, 1, clear)); in dolibrary() 141 s->status = report(L, docall(L, 0, 1)); in pmain()
|
/external/oss-fuzz/projects/lua/ |
D | fuzz_lua.c | 120 static int docall (lua_State *L, int narg, int nres) { in docall() function 135 if (status == LUA_OK) status = docall(L, 0, 0); in dochunk()
|
/external/lua/src/ |
D | lua.c | 132 static int docall (lua_State *L, int narg, int nres) { in docall() function 174 if (status == LUA_OK) status = docall(L, 0, 0); in dochunk() 197 status = docall(L, 1, 1); /* call 'require(name)' */ in dolibrary() 228 status = docall(L, n, LUA_MULTRET); in handle_script() 560 status = docall(L, 0, LUA_MULTRET); in doREPL()
|