Lines Matching refs:place
96 static const char *place = EMSG; /* option letter processing */ variable
201 if (optreset || !*place) { /* update scanning pointer */
204 place = EMSG;
221 if ((*(place = nargv[optind]) != '-')
222 || (place[1] == '\0')) { /* found non-option */
223 place = EMSG;
255 if (place[1] && *++place == '-') { /* found "--" */
256 place++;
260 if ((optchar = (int)*place++) == (int)':' ||
263 if (!*place)
272 if (*place)
276 place = EMSG;
282 place = nargv[optind];
290 if (!*place)
294 if (*place) /* no white space */
295 optarg = (char *)place;
299 place = EMSG;
307 place = EMSG;
381 current_argv = (char *)place;
386 place = EMSG;