Lines Matching refs:place
70 static char *place = EMSG; /* option letter processing */ in getopt() local
73 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
75 place = nargv[optind]; in getopt()
76 if (optind >= nargc || *place++ != '-') { in getopt()
78 place = EMSG; in getopt()
81 optopt = *place++; in getopt()
82 if (optopt == '-' && *place == 0) { in getopt()
85 place = EMSG; in getopt()
91 place = EMSG; in getopt()
97 optopt = *place++; in getopt()
101 if (*place == 0) in getopt()
118 if (*place == 0) in getopt()
123 if (*place) in getopt()
124 optarg = place; in getopt()
135 place = EMSG; in getopt()
149 place = EMSG; in getopt()