Searched refs:docall (Results 1 – 2 of 2) 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/lua/src/ |
D | lua.c | 198 static int docall (lua_State *L, int narg, int nres) { in docall() function 240 if (status == LUA_OK) status = docall(L, 0, 0); in dochunk() 263 status = docall(L, 1, 1); /* call 'require(name)' */ in dolibrary() 411 status = docall(L, 0, LUA_MULTRET); in doREPL() 445 status = docall(L, n, LUA_MULTRET); in handle_script()
|