Searched refs:docall (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lua.c | 155 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 D | hack.do_name.c | 235 docall(obj); in ddocall() 241 docall(struct obj *obj) in docall() function
|
| H A D | hack.potion.c | 260 docall(otmp); in dodrink() 291 docall(obj); in strange_feeling()
|
| H A D | extern.h | 98 void docall(struct obj *);
|
| H A D | hack.read.c | 527 docall(scroll); in doread()
|