Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
H A Doperations.cpp77 const int nresults, const int errfunc) in do_file()
117 const int nresults, const int errfunc) in do_string()
149 lutok::eval(state& s, const std::string& expression, const int nresults) in eval()
H A Dstate.cpp643 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dresult.c116 register_table(unsigned int base, unsigned int nresults, const char **txt, in register_table()
208 isc_result_register(unsigned int base, unsigned int nresults, in isc_result_register()
/freebsd/lib/libc/iconv/
H A Dcitrus_iconv.h58 uint32_t flags, size_t * __restrict nresults) in _citrus_iconv_convert()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dwrappers.h12 int nresults; member
/freebsd/contrib/lua/src/
H A Dldo.c516 l_sinline int precallC (lua_State *L, StkId func, int nresults, in precallC()
588 CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
832 int *nresults) { in lua_resume()
871 LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx, in lua_yieldk()
H A Dlapi.c1004 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk()
1032 int nresults; member
1043 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
1271 int nresults; in lua_toclose() local
H A Dlstate.h202 short nresults; /* expected number of results from this function */ member
H A Dlvm.c1683 int nresults = GETARG_C(i) - 1; in luaV_execute() local
H A Dlcode.c728 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c379 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
655 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { in lua_yieldk()
H A Dlapi.c887 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk()
915 int nresults; member
926 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
H A Dlstate.h73 short nresults; /* expected number of results from this function */ member
H A Dlcode.c360 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y860 do_function_call(size_t nresults) in do_function_call()
/freebsd/contrib/bc/src/
H A Dprogram.c1862 size_t i, nresults; in bc_program_return() local