Home
last modified time | relevance | path

Searched refs:c_option (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Doptparse.py985 for (opt, c_option) in conflict_opts:
987 c_option._long_opts.remove(opt)
990 c_option._short_opts.remove(opt)
992 if not (c_option._short_opts or c_option._long_opts):
993 c_option.container.option_list.remove(c_option)
/external/python/cpython2/Lib/
Doptparse.py998 for (opt, c_option) in conflict_opts:
1000 c_option._long_opts.remove(opt)
1003 c_option._short_opts.remove(opt)
1005 if not (c_option._short_opts or c_option._long_opts):
1006 c_option.container.option_list.remove(c_option)
/external/pcre/dist2/src/
Dpcre2test.c7859 c_option(const char *arg) in c_option() function
8209 yield = c_option(argv[op + 1]); in main()