Home
last modified time | relevance | path

Searched refs:endOfOptions (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/windows/intel/tcom/
H A Dtcom.tcl90 set endOfOptions 0
101 set endOfOptions 1
104 if {$endOfOptions} {
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/
H A Dcmdline_parser.c260 int endOfOptions; in cmd_processOptions() local
270 endOfOptions = false; /* initial value */ in cmd_processOptions()
272 while (!endOfOptions && !*errorP) { in cmd_processOptions()
281 &endOfOptions, &optarg, &unrecognizedOption); in cmd_processOptions()
287 if (!endOfOptions) in cmd_processOptions()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/util/
H A Dcmdline_parser.c260 int endOfOptions; in cmd_processOptions() local
270 endOfOptions = false; /* initial value */ in cmd_processOptions()
272 while (!endOfOptions && !*errorP) { in cmd_processOptions()
281 &endOfOptions, &optarg, &unrecognizedOption); in cmd_processOptions()
287 if (!endOfOptions) in cmd_processOptions()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1071 string endOfOptions = "--"; variable
1605 auto endOfOptionsBackup = endOfOptions;
1606 scope(exit) endOfOptions = endOfOptionsBackup;
1607 endOfOptions = "endofoptions";
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dgetopt.d767 if (endOfOptions.length && a == endOfOptions) in getoptImpl()
813 if (endOfOptions.length && a == endOfOptions) break; in handleOption()
1068 string endOfOptions = "--"; variable
1589 auto endOfOptionsBackup = endOfOptions;
1590 scope(exit) endOfOptions = endOfOptionsBackup;
1591 endOfOptions = "endofoptions";
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dopt.cpp218 BranchToOptMapType::const_iterator endOfOptions = _branch_options.end(); in commit() local
220 for (BranchToOptMapType::const_iterator i = _branch_options.begin(); i != endOfOptions; i++) in commit()