Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py45 def __init__ (self, option_table=None): argument
55 self.option_table = option_table
60 if self.option_table:
91 for option in self.option_table:
94 def set_option_table (self, option_table): argument
95 self.option_table = option_table
104 self.option_table.append(option)
156 for option in self.option_table:
318 for option in self.option_table:
361 for option in self.option_table:
/external/python/cpython2/Doc/distutils/
Dapiref.rst1335 .. class:: FancyGetopt([option_table=None])
1337 The option_table is a list of 3-tuples: ``(long_option, short_option,
/external/bison/
DChangeLog-201216973 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
17599 * src/options.c (option_table): Remove "thong".
17733 * src/options.c (option_table): Split verbose into an entry for
17948 * src/options.c (option_table): Remove %guard and %semantic_parser
20024 (option_table): Use them.
20462 * src/options.c (option_table): 'error-verbose' is now seen as simple
20469 * src/options.c (option_table): 'include' is now a simple command line
20552 * src/options.c (option_table): 'error-verbose' is a new option.
20577 * src/options.c (option_table): Add include as command line and
21612 * src/options.c (option_table): Adjust.
[all …]