Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs9671 private int optind; field in CafeX.getopts
9682 this.optind = 0; in getopts()
9689 return this.optind;
9717 if (optind >= argc) in getNext()
9724 if (args[optind].Equals("-")) in getNext()
9727 this.optind++; in getNext()
9729 if (optind < argc) in getNext()
9731 optarg = args[optind]; in getNext()
9737 if (optind >= argc || args[optind][0] != '-' || args[optind][1] == '\0') in getNext()
9740 if (optind < argc) in getNext()
[all …]