Lines Matching defs:place
79 static const char *place = EMSG; /* option letter processing */
85 if (optreset || *place == 0) { /* update scanning pointer */
87 place = nargv[optind];
88 if (optind >= nargc || *place++ != '-') {
90 place = EMSG;
93 optopt = *place++;
94 if (optopt == '-' && *place == 0) {
97 place = EMSG;
103 place = EMSG;
109 optopt = *place++;
113 if (*place == 0)
124 if (*place == 0)
129 if (*place)
130 optarg = __UNCONST(place);
141 place = EMSG;
150 place = EMSG;