Lines Matching refs:place
93 static char *place = EMSG; /* option letter processing */
100 if (optreset || !*place) { /* update scanning pointer */
102 if (optind >= nargc || *(place = nargv[optind]) != '-') {
103 place = EMSG;
106 if (place[1] && *++place == '-' /* found "--" */
107 && place[1] == '\0') {
109 place = EMSG;
113 if ((optopt = (int)*place++) == (int)':' ||
121 if (!*place)
130 if (!*place)
134 if (*place) /* no white space */
135 optarg = place;
137 place = EMSG;
148 place = EMSG;