Lines Matching refs:eoptind
65 int eoptind = 1; /* index into parent argv vector */90 if ((eoptind >= nargc) ||91 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) {101 ++eoptind;132 ++eoptind;142 ++eoptind;158 ++eoptind;177 ++eoptind;191 } else if (nargc <= ++eoptind) {210 eoptarg = nargv[eoptind];213 ++eoptind;
Indexes created Wed Oct 22 00:09:40 GMT 2025