Searched refs:GetNextWord (Results 1 – 3 of 3) sorted by relevance
116 GetNextWord(char** setBegin, char** setEnd) in GetNextWord() function183 while (GetNextWord(&beginWord, &endWord)) in ParseArgvFromString()257 if (GetNextWord(&beginWord, &endWord)) { in ParseArgvZeroFromString()
28 bool GetNextWord(char** setBeginWord,
39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const in GetNextWord() function in CommandExecutor