Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs9060 private int optind; field in CafeX.getopts
9071 this.optind = 0; in getopts()
9078 return this.optind;
9106 if (optind >= argc) in getNext()
9113 if (args[optind].Equals("-")) in getNext()
9116 this.optind++; in getNext()
9118 if (optind < argc) in getNext()
9120 optarg = args[optind]; in getNext()
9126 if (optind >= argc || args[optind][0] != '-' || args[optind][1] == '\0') in getNext()
9129 if (optind < argc) in getNext()
[all …]