Lines Matching defs:place
93 static const char *place = EMSG; /* option letter processing */
189 if (optreset || !*place) { /* update scanning pointer */
192 place = EMSG;
209 if ((*(place = nargv[optind]) != '-')
210 || (place[1] == '\0')) { /* found non-option */
211 place = EMSG;
243 if (place[1] && *++place == '-') { /* found "--" */
244 place++;
248 if ((optchar = (int)*place++) == (int)':' ||
251 if (!*place)
260 if (*place)
264 place = EMSG;
270 place = nargv[optind];
278 if (!*place)
282 if (*place) /* no white space */
283 optarg = __UNCONST(place);
287 place = EMSG;
295 place = EMSG;
362 current_argv = __UNCONST(place);
367 place = EMSG;