Lines Matching refs:place
50 static char *place = EMSG; /* option letter processing */ in getopt() local
53 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
55 place = nargv[optind]; in getopt()
56 if (optind >= nargc || *place++ != '-') { in getopt()
58 place = EMSG; in getopt()
61 optopt = *place++; in getopt()
62 if (optopt == '-' && *place == 0) { in getopt()
65 place = EMSG; in getopt()
71 place = EMSG; in getopt()
77 optopt = *place++; in getopt()
81 if (*place == 0) in getopt()
94 if (*place == 0) in getopt()
99 if (*place) in getopt()
100 optarg = place; in getopt()
105 place = EMSG; in getopt()
114 place = EMSG; in getopt()