HomeSort by: relevance | last modified time | path
    Searched defs:docall (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.do_name.c 235 docall(obj);
241 docall(struct obj *obj) function
  /src/external/mit/lua/dist/src/
lua.c 155 static int docall (lua_State *L, int narg, int nres) { function
198 if (status == LUA_OK) status = docall(L, 0, 0);
227 status = docall(L, 1, 1); /* call 'require(modname)' */
258 status = docall(L, n, LUA_MULTRET);
603 status = docall(L, 0, LUA_MULTRET);

Completed in 15 milliseconds