Home
last modified time | relevance | path

Searched refs:currentopt (Results 1 – 4 of 4) sorted by relevance

/dports/science/fastjet/fastjet-3.3.4/example/
H A DCmdLine.cc65 string currentopt; in init() local
69 if (next_may_be_val) {__options[currentopt] = iarg;} in init()
76 currentopt = arg; in init()
77 __options[currentopt] = -1; in init()
78 __options_used[currentopt] = false; in init()
83 currentopt = ""; in init()
/dports/audio/liboggz/liboggz-1.1.1/src/tools/
H A Doggz-rip.c274 or_get_long (const char *optarg, const char *currentopt, in or_get_long() argument
283 currentopt, optarg); in or_get_long()
299 const char *currentopt = argv[1]; in main() local
365 if (or_get_long (optarg, currentopt, &l)) in main()
370 if (or_get_long (optarg, currentopt, &l)) in main()
382 currentopt = argv[optind]; in main()
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Ddotest.pp732 opttarget, currentopt : string;
742 if currentopt<>'' then
744 percentpos:=pos('%',currentopt);
748 args:=args+' '+currentopt;
756 args:=args+' '+copy(currentopt,percentpos+1,length(currentopt))
773 currentopt : string;
783 currentopt:=trimspace(copy(pattern,1,endpos));
785 if currentopt<>'' then
787 if currentopt[length(currentopt)]='*' then
790 system.delete(currentopt,length(currentopt),1);
[all …]
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DDNSCommon.c2973 const rdataOPT *const currentopt = opt; in SetRData() local
3037 ptr += currentopt->optlen; in SetRData()