Searched refs:BSDoptind (Results 1 – 2 of 2) sorted by relevance
44 BSDoptind = 1, /* index into parent argv vector */ variable72 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') {77 ++BSDoptind;91 ++BSDoptind;100 ++BSDoptind;105 else if (nargc <= ++BSDoptind) { /* no arg */116 BSDoptarg = nargv[BSDoptind];118 ++BSDoptind;
564 # define optind BSDoptind