Lines Matching refs:place
85 static const char *place = EMSG;/* option letter processing */ variable
164 place = EMSG; in dwgetopt_long()
167 if (*place) { in dwgetopt_long()
176 place = EMSG; in dwgetopt_long()
186 place = lplace+1; in dwgetopt_long()
187 if (!*place) { in dwgetopt_long()
190 place = EMSG; in dwgetopt_long()
209 place); in dwgetopt_long()
211 place = EMSG; in dwgetopt_long()
214 resmatch= dwoptnamematches(dwlopt,place, in dwgetopt_long()
247 place); in dwgetopt_long()
256 place = EMSG; in dwgetopt_long()
261 place = EMSG; in dwgetopt_long()
267 place = EMSG; in dwgetopt_long()
291 if (dwoptreset || *place == 0) { /* update scanning pointer */ in dwgetopt()
293 place = nargv[dwoptind]; in dwgetopt()
295 if (dwoptind >= nargc || *place++ != '-') { in dwgetopt()
297 place = EMSG; in dwgetopt()
300 dwoptopt = *place++; in dwgetopt()
301 if (dwoptopt == '-' && *place == 0) { in dwgetopt()
304 place = EMSG; in dwgetopt()
310 place = EMSG; in dwgetopt()
317 dwoptopt = *place++; in dwgetopt()
321 if (*place == 0) { in dwgetopt()
337 if (*place == 0) { in dwgetopt()
348 if (*place ) { in dwgetopt()
350 dwoptarg = STRIP_OFF_CONSTNESS(place); in dwgetopt()
356 place=EMSG; in dwgetopt()
375 place = EMSG; in dwgetopt()