Lines Matching refs:place
59 static char *place = EMSG; /* option letter processing */ in getopt() local
62 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
64 place = nargv[optind]; in getopt()
65 if (optind >= nargc || *place++ != '-') { in getopt()
67 place = EMSG; in getopt()
70 optopt = *place++; in getopt()
71 if (optopt == '-' && *place == 0) { in getopt()
74 place = EMSG; in getopt()
80 place = EMSG; in getopt()
86 optopt = *place++; in getopt()
90 if (*place == 0) in getopt()
103 if (*place == 0) in getopt()
108 if (*place) in getopt()
109 optarg = place; in getopt()
120 place = EMSG; in getopt()
129 place = EMSG; in getopt()