Home
last modified time | relevance | path

Searched refs:docall (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c155 static int docall (lua_State *L, int narg, int nres) { in docall() function
198 if (status == LUA_OK) status = docall(L, 0, 0); in dochunk()
227 status = docall(L, 1, 1); /* call 'require(modname)' */ in dolibrary()
258 status = docall(L, n, LUA_MULTRET); in handle_script()
603 status = docall(L, 0, LUA_MULTRET); in doREPL()
/netbsd-src/games/hack/
H A Dhack.do_name.c235 docall(obj); in ddocall()
241 docall(struct obj *obj) in docall() function
H A Dhack.potion.c260 docall(otmp); in dodrink()
291 docall(obj); in strange_feeling()
H A Dextern.h98 void docall(struct obj *);
H A Dhack.read.c527 docall(scroll); in doread()