Lines Matching defs:place
77 static const char *place = EMSG; /* option letter processing */
83 if (cf_optreset || !*place) { /* update scanning pointer */
88 place = EMSG;
91 if (*(place = nargv[tmpind]) != '-') {
95 if (place[1] && *++place == '-') { /* found "--" */
97 place = EMSG;
104 if ((cf_optopt = (int)*place++) == (int)':' ||
112 if (!*place)
122 if (!*place)
125 if (*place) /* no white space */
126 cf_optarg = place;
128 place = EMSG;
138 place = EMSG;