Searched refs:short_options (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/tools/build/ |
D | version.py | 111 short_options = 'e:f:i:o:t:h' 135 opts, args = getopt.getopt(argv[1:], short_options, long_options)
|
/external/bison/src/ |
D | getargs.c | 492 static char const short_options[] = variable 601 while ((c = getopt_long (argc, argv, short_options, long_options, NULL)) in getargs()
|
/external/bison/ |
D | ChangeLog-2012 | 2528 (short_options, long_options, getargs): Parse -F/--force-define, 3021 (short_options, long_options, getargs): Support -D, --define. 3859 (short_options): Let -W take an optional argument like --warnings. 3873 * src/getargs.c (short_options): Split and sort for readability. 4698 (usage, short_options, long_options, getargs): Add XML support. 7629 (getargs, short_options, long_options): Accept -W/--warnings. 10326 * src/getargs.c (short_options): Likewise. 16330 (long_options, short_options): --trace/-T takes an optional 16998 * src/getargs.c (short_options, long_options): New.
|