|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "gflags_completions.h"#include "config.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <set>#include <string>#include <utility>#include <vector>#include "gflags.h"#include "util.h"Namespaces | |
| GFLAGS_NAMESPACE | |
Functions | |
| DEFINE_string (tab_completion_word, "", "If non-empty, HandleCommandLineCompletions() will hijack the " "process and attempt to do bash-style command line flag " "completion on this value.") | |
| DEFINE_int32 (tab_completion_columns, 80, "Number of columns to use in output for tab completion") | |
| void | GFLAGS_NAMESPACE::HandleCommandLineCompletions (void) |
| DEFINE_int32 | ( | tab_completion_columns | , |
| 80 | , | ||
| "Number of columns to use in output for tab completion" | |||
| ) |
| DEFINE_string | ( | tab_completion_word | , |
| "" | , | ||
| "If non- | empty, | ||
| HandleCommandLineCompletions() will hijack the " "process and attempt to do bash-style command line flag " "completion on this value." | |||
| ) |
| bool flag_description_substring_search |
| bool flag_location_substring_search |
| bool flag_name_substring_search |
| const char* footer |
| bool force_no_update |
| const char* header |
| FlagSet module_flags |
| FlagSet most_common_flags |
| FlagSet package_flags |
| FlagSet perfect_match_flag |
| bool return_all_matching_flags |
| FlagSet subpackage_flags |
1.8.13