Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:non_space

1534         size_t non_space = command_string.find_first_not_of (k_space_characters);
1537 if (non_space == std::string::npos)
1539 else if (command_string[non_space] == m_comment_char)
1541 else if (command_string[non_space] == CommandHistory::g_repeat_char)
1543 const char *history_string = m_command_history.FindString(command_string.c_str() + non_space);