Home
last modified time | relevance | path

Searched refs:k_white_space (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp98 static const char *k_white_space = " \t\v"; variable
1492 size_t start = command_string.find_first_not_of(k_white_space); in GetCommandObjectForCommand()
1498 end = command_string.find_first_of(k_white_space, start); in GetCommandObjectForCommand()
1529 start = command_string.find_first_not_of(k_white_space, end); in GetCommandObjectForCommand()
1543 size_t pos = s.find_first_not_of(k_white_space); in StripLeadingSpaces()
1594 k_white_space, end_quote_pos + 1)); in ExtractCommand()
1600 command_string.find_first_of(k_white_space); in ExtractCommand()
1607 k_white_space, first_space_pos)); in ExtractCommand()
2024 size_t pos = remainder.find_first_not_of(k_white_space); in HandleCommand()