Lines Matching full:optc
247 already sorted into this.optflags, this.optargs, this.optc, and the GLOBALS()
419 <li><p>int <b>optc</b> - Optarg count, equivalent to argc but for
882 the null-terminated array toys.optargs, with the length in toys.optc. (Note
933 <li>toys.optc = 1; // there was 1 leftover argument</li>
1059 to toys.optargs[], with the length of that array in toys.optc.
1060 (When toys.optc is 0, no unrecognized command line arguments remain.)