webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
gflags_completions.cc File Reference
#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)
 

Function Documentation

◆ DEFINE_int32()

DEFINE_int32 ( tab_completion_columns  ,
80  ,
"Number of columns to use in output for tab completion"   
)

◆ DEFINE_string()

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."   
)

Variable Documentation

◆ flag_description_substring_search

bool flag_description_substring_search

◆ flag_location_substring_search

bool flag_location_substring_search

◆ flag_name_substring_search

bool flag_name_substring_search

◆ footer

const char* footer

◆ force_no_update

bool force_no_update

◆ group

set<const CommandLineFlagInfo *>* group

◆ header

const char* header

◆ module_flags

FlagSet module_flags

◆ most_common_flags

FlagSet most_common_flags

◆ package_flags

FlagSet package_flags

◆ perfect_match_flag

FlagSet perfect_match_flag

◆ return_all_matching_flags

bool return_all_matching_flags

◆ subpackage_flags

FlagSet subpackage_flags