Searched defs:nresults (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_iconv.h56 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, uint32_t flags, size_t * __restrict nresults) argument
/freebsd-13-stable/contrib/lutok/
H A Doperations.cpp76 do_file(state& s, const std::string& file, const int nargs, const int nresults, const int errfunc) argument
116 do_string(state& s, const std::string& str, const int nargs, const int nresults, const int errfunc) argument
149 eval(state& s, const std::string& expression, const int nresults) argument
[all...]
H A Dstate.cpp643 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) argument
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dresult.c116 register_table(unsigned int base, unsigned int nresults, const char **txt, argument
208 isc_result_register(unsigned int base, unsigned int nresults, argument
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlcode.c357 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { argument
359 SETARG_C(getcode(fs, e), nresults+1); local
362 SETARG_B(getcode(fs, e), nresults+1); local
H A Dldo.c365 int luaD_precall (lua_State *L, StkId func, int nresults) { argument
641 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { argument
[all...]
H A Dlstate.h74 short nresults; /* expected number of results from this function */ member in struct:CallInfo
H A Dlapi.c886 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, argument
914 int nresults; member in struct:CallS
925 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dldo.c479 CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) { argument
741 LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContex argument
701 lua_resume(lua_State *L, lua_State *from, int nargs, int *nresults) argument
[all...]
H A Dlstate.h184 short nresults; /* expected number of results from this function */ member in struct:CallInfo
H A Dlvm.c1617 int nresults = GETARG_C(i) - 1; local
H A Dlapi.c971 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, argument
999 int nresults; member in struct:CallS
1010 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument
1238 int nresults; local
[all...]
H A Dlcode.c708 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { argument

Completed in 94 milliseconds