Searched defs:optlist (Results 1 – 3 of 3) sorted by relevance
133 optlist, args = getopt.getopt(sys.argv[1:], options) variable
814 static int opt_in_list(const char *opt, char *optlist) in opt_in_list()