Home | History | Annotate | Download | only in Src

Lines Matching refs:place

67 	static char *place = EMSG;		/* option letter processing */
70 if (optreset || !*place) { /* update scanning pointer */
72 if (optind >= nargc || *(place = nargv[optind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((optopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
103 if (*place) /* no white space */
104 optarg = place;
106 place = EMSG;
117 place = EMSG;