Lines Matching defs:place
47 static char *place = EMSG; /* option letter processing */
51 if (!*place) { /* update scanning pointer */
52 if (optind >= nargc || *(place = nargv[optind]) != '-') {
53 place = EMSG;
56 if (place[1] && *++place == '-') { /* found "--" */
58 place = EMSG;
62 if ((optopt = (int)*place++) == (int)':' ||
71 if (!*place)
85 if (!*place)
88 if (*place) /* no white space */
89 optarg = place;
91 place = EMSG;
103 place = EMSG;