Home | History | Annotate | Download | only in pr

Lines Matching defs:place

75 	static char *place = EMSG;	/* option letter processing */
82 *place = savec;
86 if (!*place) {
91 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) {
92 place = EMSG;
96 delim = (int)*place;
97 if (place[1] && *++place == '-' && !place[1]) {
102 place = EMSG;
110 if ((eoptopt = (int)*place++) == (int)':' || (eoptopt == (int)'?') ||
116 if ((eoptopt == (int)'-') && !*place)
120 isdigit((unsigned char)*place)))) {
124 for (p = place; *p != '\0'; ++p) {
128 eoptarg = place-1;
131 place = EMSG;
134 place = p;
136 *place = '\0';
141 if (!*place)
157 if (!*place)
176 if (!*place)
181 if (*place) {
185 eoptarg = place;
195 place = EMSG;
212 place = EMSG;