Home
last modified time | relevance | path

Searched refs:moreargs (Results 1 – 25 of 2211) sorted by relevance

12345678910>>...89

/dports/sysutils/relaxconf/relaxconf-1.1.1/data/
H A Dmozilla181 moreargs= # null
192 moreargs="${moreargs} \"${target}\""
239 moreargs="${moreargs} $1"
244 moreargs="${moreargs} $1"
249 moreargs="${moreargs} $1"
255 moreargs="${moreargs} $1"
283 moreargs="${moreargs} \"${target}\""
338 moreargs="-UIRegion ${uiregion} ${moreargs}"
340 moreargs="-UILocale ${uilocale} ${moreargs}"
344 eval "set -- ${moreargs}"
H A Dfirefox174 moreargs= # null
185 moreargs="${moreargs} \"${target}\""
232 moreargs="${moreargs} $1"
238 moreargs="${moreargs} $1"
266 moreargs="${moreargs} \"${target}\""
321 moreargs="-UIRegion ${uiregion} ${moreargs}"
323 moreargs="-UILocale ${uilocale} ${moreargs}"
327 eval "set -- ${moreargs}"
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlfio.c42 fptr = (moreargs() ? xlgetfile() : getvalue(s_stdin)); in xread()
43 eof = (moreargs() ? xlgetarg() : NIL); in xread()
44 rflag = (moreargs() ? xlgetarg() : NIL); in xread()
79 fptr = (moreargs() ? xlgetfile() : getvalue(s_stdout)); in xterpri()
229 if (moreargs()) { in xrdint()
277 if (moreargs()) { in xrdfloat()
328 flag = (moreargs() ? xlgetarg() : NIL); in xpkchar()
392 if (moreargs()) { in xwrint()
440 if (moreargs()) { in xwrfloat()
545 if (moreargs()) { in xmkstrinput()
[all …]
H A Dxlcont.c175 for (val = NIL; moreargs(); ) { in xsetq()
220 while (moreargs()) { in xsetf()
412 while (moreargs()) in xwhen()
426 while (moreargs()) in xunless()
507 for (val = NIL; moreargs(); ) in x_or()
754 while (moreargs()) in progx()
831 while (moreargs()) { in xloop()
1129 while (moreargs()) in xunwindprotect()
1179 while (moreargs()) { in xtrace()
1201 while (moreargs()) { in xuntrace()
[all …]
H A Dxlbfun.c52 for (argc = 0; moreargs(); ++argc) in xfuncall()
311 if (moreargs()) { in xgensym()
540 for (i = 0; moreargs(); ++i) in xvector()
556 arg = (moreargs() ? xlgetarg() : s_unbound); in xerror()
572 arg = (moreargs() ? xlgetarg() : s_unbound); in xcerror()
588 emsg = (moreargs() ? xlgastring() : NIL); in xbreak()
589 arg = (moreargs() ? xlgetarg() : s_unbound); in xbreak()
643 newenv = (moreargs() ? xlgalist() : NIL); in xevalhook()
H A Dxlmath.c46 if (!moreargs()) /* check for identity case */ in xgcd()
51 while (moreargs()) { in xgcd()
90 if (!moreargs()) { in binary()
128 while (moreargs()) { in binary()
381 for (icmp = TRUE; icmp && moreargs(); ival = iarg, fval = farg) { in compare()
H A Dxlsys.c101 name = (moreargs() ? getstring(xlgetfname()) : NULL); in xtranscript()
148 if (moreargs()) { in xbaktrace()
H A Dxlstr.c279 for (len = 0; moreargs(); ) { in xstrcat()
293 for (*str = '\0'; moreargs(); ) { in xstrcat()
318 if (moreargs()) { in xsubseq()
538 for (icmp = TRUE; icmp && moreargs(); ch1 = ch2) { in chrcompare()
/dports/www/httrack/httrack-3.49.2/tests/
H A Dcrawl-test.sh89 moreargs="--quiet --max-time=120 --timeout=30 --connection-per-second=5"
93 moreargs="$moreargs --proxy $http_proxy"
107 debug starting httrack -O "${tmp}" ${moreargs} ${@:${pos}}
109 …httrack -O "${tmp}" --user-agent="httrack $ver ut ($(uname -omrs))" ${moreargs} ${@:${pos}} >"${lo…
/dports/devel/codeworker/CodeWorker4_5_3/Documentation/
H A Dltxmarkup.sty21 \let\moreargs=\py@moreargs%
34 \let\moreargs=\py@moreargs%
/dports/devel/etcd/etcd-2.3.8/etcdctlv3/command/
H A Dwatch_command.go103 moreargs := flagset.Args()
104 if len(moreargs) != 1 {
109 _, err = fmt.Sscanf(moreargs[0], "%q", &key)
111 key = moreargs[0]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Ddebug_test.go158 moreargs := []string{}
162 moreargs = append(moreargs, "-ldflags=-compressdwarf=false")
165 subTest(t, debugger+"-dbg", "hist", dbgFlags, moreargs...)
166 subTest(t, debugger+"-dbg", "scopes", dbgFlags, moreargs...)
167 subTest(t, debugger+"-dbg", "i22558", dbgFlags, moreargs...)
171 optSubTest(t, debugger+"-opt", "hist", optFlags, 1000, moreargs...)
172 optSubTest(t, debugger+"-opt", "scopes", optFlags, 1000, moreargs...)
177 skipSubTest(t, debugger+"-opt", "infloop", optFlags, 10, moreargs...)
188 testNexting(t, basename, tag, gcflags, 1000, moreargs...)
196 testNexting(t, basename, tag, gcflags, count, moreargs...)
[all …]
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/examples/
H A Dkeep56 moreargs=yes
57 while [ $moreargs = yes ] ; do
94 moreargs=no
/dports/math/linbox/linbox-1.6.3/benchmarks/
H A Dbenchmark.C669 void PlotStyle::setUsingSeries(size_t col, const std::string & moreargs) in setUsingSeries() argument
683 void PlotStyle::addUsingSeries(size_t col, const std::string & moreargs) in addUsingSeries() argument
691 usingcols << col << " ti col " << moreargs << " "; in addUsingSeries()
695 void PlotStyle::setUsingSeries(std::list<size_t> cols, const std::string & moreargs) in setUsingSeries() argument
705 usingcols << ", \'\' using " << *it << " ti col " << moreargs << " "; in setUsingSeries()
713 usingcols << ", \'\' using 1:" << *it << " ti col " << moreargs << " "; in setUsingSeries()
721 void PlotStyle::addUsingSeries(std::list<size_t> cols, const std::string & moreargs) in addUsingSeries() argument
729 usingcols << ", \'\' using " << *it << " ti col " << moreargs << " "; in addUsingSeries()
735 usingcols << ", \'\' using 1:" << *it << " ti col " << moreargs << " "; in addUsingSeries()
743 void PlotStyle::setUsingSeries(std::pair<size_t,size_t> cols, const std::string & moreargs) in setUsingSeries() argument
[all …]
H A Dbenchmark.h400 void setUsingSeries(size_t col, const std::string & moreargs= "") ;
407 void addUsingSeries(size_t col, const std::string & moreargs= "") ;
413 void setUsingSeries(std::list<size_t> cols, const std::string & moreargs= "") ;
420 void addUsingSeries(std::list<size_t> cols, const std::string & moreargs= "") ;
428 void setUsingSeries(std::pair<size_t,size_t> cols, const std::string & moreargs= "") ;
438 void addUsingSeries(std::pair<size_t,size_t> cols, const std::string & moreargs= "") ;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_argv.c153 char *moreargs[20]; in M_FindResponseFile() local
174 moreargs[pindex++] = myargv[k]; in M_FindResponseFile()
207 myargv[indexinfile++] = moreargs[k]; in M_FindResponseFile()
/dports/games/spring/spring_98.0/AI/Interfaces/Python/builder/template/
H A Dhelper.py28 def _curried(*moreargs, **morekwargs): argument
29 return _curried_func(*(args+moreargs), **dict(kwargs, **morekwargs))
/dports/databases/redis5/redis-5.0.14/src/
H A Dt_stream.c1255 } else if (!strcasecmp(opt,"maxlen") && moreargs) { in xaddCommand()
1431 int moreargs = c->argc-i-1; in xreadCommand() local
1433 if (!strcasecmp(o,"BLOCK") && moreargs) { in xreadCommand()
1437 } else if (!strcasecmp(o,"COUNT") && moreargs) { in xreadCommand()
1442 } else if (!strcasecmp(o,"STREAMS") && moreargs) { in xreadCommand()
1453 } else if (!strcasecmp(o,"GROUP") && moreargs >= 2) { in xreadCommand()
2271 } else if (!strcasecmp(opt,"IDLE") && moreargs) { in xclaimCommand()
2277 } else if (!strcasecmp(opt,"TIME") && moreargs) { in xclaimCommand()
2282 } else if (!strcasecmp(opt,"RETRYCOUNT") && moreargs) { in xclaimCommand()
2287 } else if (!strcasecmp(opt,"LASTID") && moreargs) { in xclaimCommand()
[all …]
/dports/databases/redis6/redis-6.0.16/src/
H A Dt_stream.c1239 } else if (!strcasecmp(opt,"maxlen") && moreargs) { in xaddCommand()
1416 int moreargs = c->argc-i-1; in xreadCommand() local
1418 if (!strcasecmp(o,"BLOCK") && moreargs) { in xreadCommand()
1427 } else if (!strcasecmp(o,"COUNT") && moreargs) { in xreadCommand()
1432 } else if (!strcasecmp(o,"STREAMS") && moreargs) { in xreadCommand()
1443 } else if (!strcasecmp(o,"GROUP") && moreargs >= 2) { in xreadCommand()
2277 } else if (!strcasecmp(opt,"IDLE") && moreargs) { in xclaimCommand()
2283 } else if (!strcasecmp(opt,"TIME") && moreargs) { in xclaimCommand()
2288 } else if (!strcasecmp(opt,"RETRYCOUNT") && moreargs) { in xclaimCommand()
2293 } else if (!strcasecmp(opt,"LASTID") && moreargs) { in xclaimCommand()
[all …]
/dports/devel/py-repoze.lru/repoze.lru-0.7/repoze/lru/
H A Dtests.py604 def moreargs(*args): function
606 decorated = decorator(moreargs)
615 def moreargs(*args, **kwargs): function
617 decorated = decorator(moreargs)
628 def moreargs(*args, **kwargs): function
630 decorated = decorator(moreargs)
639 def moreargs(*args, **kwargs): # pragma: NO COVER function
642 decorated = decorator(moreargs)
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_stream.c915 } else if (!strcasecmp(opt,"maxlen") && moreargs) { in streamParseAddOrTrimArgsOrReply()
939 } else if (!strcasecmp(opt,"minid") && moreargs) { in streamParseAddOrTrimArgsOrReply()
960 } else if (!strcasecmp(opt,"limit") && moreargs) { in streamParseAddOrTrimArgsOrReply()
1998 int moreargs = c->argc-i-1; in xreadCommand() local
2000 if (!strcasecmp(o,"BLOCK") && moreargs) { in xreadCommand()
2012 } else if (!strcasecmp(o,"COUNT") && moreargs) { in xreadCommand()
2017 } else if (!strcasecmp(o,"STREAMS") && moreargs) { in xreadCommand()
2933 } else if (!strcasecmp(opt,"IDLE") && moreargs) { in xclaimCommand()
2939 } else if (!strcasecmp(opt,"TIME") && moreargs) { in xclaimCommand()
2949 } else if (!strcasecmp(opt,"LASTID") && moreargs) { in xclaimCommand()
[all …]
H A Dsentinel.c3422 int moreargs = (c->argc-1) - j; in sentinelSetDebugConfigParameters() local
3426 if (!strcasecmp(option,"info-period") && moreargs > 0) { in sentinelSetDebugConfigParameters()
3435 } else if (!strcasecmp(option,"ping-period") && moreargs > 0) { in sentinelSetDebugConfigParameters()
3444 } else if (!strcasecmp(option,"ask-period") && moreargs > 0) { in sentinelSetDebugConfigParameters()
3453 } else if (!strcasecmp(option,"publish-period") && moreargs > 0) { in sentinelSetDebugConfigParameters()
3471 } else if (!strcasecmp(option,"tilt-trigger") && moreargs > 0) { in sentinelSetDebugConfigParameters()
3480 } else if (!strcasecmp(option,"tilt-period") && moreargs > 0) { in sentinelSetDebugConfigParameters()
4172 int moreargs = (c->argc-1) - j; in sentinelSetCommand() local
4245 } else if (!strcasecmp(option,"auth-pass") && moreargs > 0) { in sentinelSetCommand()
4252 } else if (!strcasecmp(option,"auth-user") && moreargs > 0) { in sentinelSetCommand()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/icedax/
H A Dicedax.c2040 int moreargs; in main() local
2167 moreargs = cav - argv; in main()
2450 argc2 = argc3 = argc - moreargs; in main()
2451 argv2 = argv + moreargs; in main()
2452 if ( moreargs < argc ) { in main()
2453 if (!strcmp(argv[moreargs],"-")) { in main()
2460 } else if (!is_fifo(argv[moreargs])) { in main()
2732 if ( moreargs < argc ) { in main()
2733 if (!strcmp(argv[moreargs],"-") || is_fifo(argv[moreargs])) { in main()
2739 is_fifo(argv[moreargs]) ? "named " : ""); in main()
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/icedax/
H A Dicedax.c2040 int moreargs; in main() local
2167 moreargs = cav - argv; in main()
2450 argc2 = argc3 = argc - moreargs; in main()
2451 argv2 = argv + moreargs; in main()
2452 if ( moreargs < argc ) { in main()
2453 if (!strcmp(argv[moreargs],"-")) { in main()
2460 } else if (!is_fifo(argv[moreargs])) { in main()
2732 if ( moreargs < argc ) { in main()
2733 if (!strcmp(argv[moreargs],"-") || is_fifo(argv[moreargs])) { in main()
2739 is_fifo(argv[moreargs]) ? "named " : ""); in main()
[all …]
/dports/games/heretic/glheretic-1.2/
H A Dm_misc.c265 char *moreargs[20]; in M_FindResponseFile() local
286 moreargs[index++] = myargv[k]; in M_FindResponseFile()
311 myargv[indexinfile++] = moreargs[k]; in M_FindResponseFile()

12345678910>>...89