Searched refs:handle_switches (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.c | 238 static int handle_switches(const char *ori, const char *opt, const struct flag *flags) in handle_switches() function 541 if (handle_switches(arg-1, arg+1, fflags)) in handle_switch_f() 691 handle_switches(arg-1, arg+1, mflags); in handle_switch_m() 740 handle_switches(arg-1, arg, pflags); in handle_switch_p()
|
/third_party/gn/src/base/ |
H A D | command_line.cc | 77 // if handle_switches is true. 80 bool handle_switches) { in AppendSwitchesAndArguments() 81 bool parse_switches = handle_switches; in AppendSwitchesAndArguments() 78 AppendSwitchesAndArguments(CommandLine* command_line, const CommandLine::StringVector& argv, bool handle_switches) AppendSwitchesAndArguments() argument
|
Completed in 4 milliseconds