Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:white_space

1130     std::string white_space (" \t\v");
1131 size_t start = command_string.find_first_not_of (white_space);
1139 end = command_string.find_first_of (white_space, start);
1168 start = command_string.find_first_not_of (white_space, end);
1817 std::string white_space (" \t\v");
1818 size_t pos = remainder.find_first_not_of (white_space);