Searched refs:arg_pos (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
H A DArgs.cpp171 const char *arg_pos; local
172 for (arg_pos = command;
173 arg_pos && arg_pos[0];
174 arg_pos = arg_end)
177 const char *arg_start = ::strspn (arg_pos, k_space_separators) + arg_pos;
192 arg_pos = arg_piece_start;
205 arg_end = ::strcspn (arg_pos, k_space_separators_with_slash_and_quotes) + arg_pos;
[all...]
/external/lldb/include/lldb/Interpreter/
H A DArgs.h43 OptionArgElement (int defs_index, int pos, int arg_pos) : argument
46 opt_arg_pos (arg_pos)

Completed in 106 milliseconds