Home | History | Annotate | Download | only in Python

Lines Matching defs:option

53     int option;

89 if ((option = *opt_ptr++) == '\0')
92 if (option == 'J') {
98 if (option == 'X') {
105 if ((ptr = strchr(optstring, option)) == NULL) {
107 fprintf(stderr, "Unknown option: -%c\n", option);
122 "Argument expected for the -%c option\n", option);
130 return option;