Searched defs:option_value (Results 1 – 8 of 8) sorted by relevance
40 int option_value; member
115 string option_value = TrimString(options[i].second); in Generate() local
84 struct option_value { struct85 struct option_value *next; argument86 const char *source;87 char value[1];
62 const char *option_value = argv[i + 1]; in Init() local
189 char *option_value; in parse_options() local
739 def set_option(self, option, option_value): argument
1412 int option_value = -1; in TEST_F() local