Home
last modified time | relevance | path

Searched defs:nresults (Results 1 – 11 of 11) sorted by relevance

/minix/external/bsd/lutok/dist/
H A Doperations.cpp73 lutok::do_file(state& s, const std::string& file, const int nresults) in do_file()
108 lutok::do_string(state& s, const std::string& str, const int nresults) in do_string()
139 lutok::eval(state& s, const std::string& expression, const int nresults) in eval()
H A Dstate.cpp631 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall()
/minix/lib/libc/citrus/
H A Dcitrus_iconv.h58 size_t * __restrict nresults) in _citrus_iconv_convert()
/minix/external/bsd/bind/dist/lib/isc/
H A Dresult.c119 register_table(unsigned int base, unsigned int nresults, const char **text, in register_table()
211 isc_result_register(unsigned int base, unsigned int nresults, in isc_result_register()
/minix/external/mit/lua/dist/src/
H A Dldo.c318 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
611 LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx, in lua_yieldk()
H A Dlapi.c893 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk()
921 int nresults; member
932 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
H A Dlstate.h83 short nresults; /* expected number of results from this function */ member
H A Dlcode.c391 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
H A Dlvm.c1162 int nresults = GETARG_C(i) - 1; local
/minix/tests/lib/libcurses/director/
H A Dtestlang_parse.y860 do_function_call(size_t nresults) in do_function_call()
/minix/minix/tests/
H A Dsocklib.c371 int res, *nresults; in socklib_sweep() local