Lines Matching defs:place
57 static char *place = EMSG; /* option letter processing */
60 if (optreset || !*place) { /* update scanning pointer */
62 if (optind >= nargc || *(place = nargv[optind]) != '-') {
63 place = EMSG;
66 if (place[1] && *++place == '-') { /* found "--" */
68 place = EMSG;
72 if ((optopt = (int)*place++) == (int)':' ||
80 if (!*place)
88 if (!*place)
92 if (*place) /* no white space */
93 optarg = place;
95 place = EMSG;
104 place = EMSG;