Lines Matching refs:place
66 static char *place = EMSG; /* option letter processing */ local
69 if (BSDoptreset || !*place) { /* update scanning pointer */
71 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') {
72 place = EMSG;
75 if (place[1] && *++place == '-') { /* found "--" */
77 place = EMSG;
81 if ((BSDoptopt = (int)*place++) == (int)':' ||
89 if (!*place)
99 if (!*place)
102 if (*place) /* no white space */
103 BSDoptarg = place;
105 place = EMSG;
117 place = EMSG;