Searched defs:option (Results 1 – 10 of 10) sorted by relevance
12 struct option /* specification for a long form option... */ struct14 const char* name; /* option name, without leading hyphens */ argument21 { no_argument = 0, /* option never takes an argument */ argument
25 inline int prctl(int option, in prctl()
85 const ShCompileOptions &option) in translateTextureFunction()
47 const ShCompileOptions &option) in translateTextureFunction()
79 const ShCompileOptions &option) in translateTextureFunction()
392 def get_variation_name(option): argument396 def get_variation_args(option): argument
163 string option = string(args[0]); in dump() local
339 char *option; /* Option abbreviation in argv */ member
497 int option; in main() local
1025 struct option { struct1026 const char* name;1027 int has_arg;1028 std::nullptr_t flag; // Only nullptr is supported.1029 int val;