Lines Matching refs:place
89 static char *place = EMSG; /* option letter processing */ local
96 if (optreset || !*place) { /* update scanning pointer */
98 if (optind >= nargc || *(place = nargv[optind]) != '-') {
99 place = EMSG;
102 if (place[1] && *++place == '-' /* found "--" */
103 && place[1] == '\0') {
105 place = EMSG;
109 if ((optopt = (int)*place++) == (int)':' ||
117 if (!*place)
126 if (!*place)
130 if (*place) /* no white space */
131 optarg = place;
133 place = EMSG;
144 place = EMSG;