Lines Matching refs:place
86 static char *place = EMSG; /* option letter processing */
92 if (optreset || !*place) { /* update scanning pointer */
94 if (optind >= nargc || *(place = nargv[optind]) != '-') {
95 place = EMSG;
98 if (place[1] && *++place == '-') { /* found "--" */
100 place = EMSG;
104 if ((optopt = (int)*place++) == (int)':' ||
112 if (!*place)
121 if (!*place)
124 if (*place) /* no white space */
125 optarg = place;
127 place = EMSG;
135 place = EMSG;