Searched refs:numargs (Results 1 – 5 of 5) sorted by relevance
259 for (numargs = 0; ; ++numargs) {279 dirs[numargs] = $1;285 reles[numargs] = "WONTRELE";300 types[numargs] = $0;302 if (numargs > 4)305 ctrargs = numargs;323 for (i = 0; i < numargs; ++i)345 for (i = 0; i < numargs; ++i)408 for (i = 0; i < numargs; ++i)418 for (i = 0; i < numargs; ++i)[all …]
95 int isquoted, numargs = 0, argnum; in apr_tokenize_to_argv() local159 numargs = 1; in apr_tokenize_to_argv()166 numargs++; in apr_tokenize_to_argv()169 *argv_out = apr_palloc(token_context, numargs * sizeof(char*)); in apr_tokenize_to_argv()172 for (argnum = 0; argnum < (numargs-1); argnum++) { in apr_tokenize_to_argv()
126 class MultiArg<list<string> prefixes, string name, int numargs>128 int NumArgs = numargs;
291 void get_options P_((int numargs, char *arguments[]));2064 get_options(numargs, arguments) /* get arguments from command line */ in get_options() argument2065 int numargs; in get_options()2090 while ((count < numargs)&& (!no_more_opts))2128 while (count < numargs)
2151 int numargs; in SWIG_Lua_resolve_metamethod() local2157 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()2177 lua_call(L, numargs, LUA_MULTRET); in SWIG_Lua_resolve_metamethod()