Home
last modified time | relevance | path

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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp116 GetNextWord(char** setBegin, char** setEnd) in GetNextWord() function
183 while (GetNextWord(&beginWord, &endWord)) in ParseArgvFromString()
257 if (GetNextWord(&beginWord, &endWord)) { in ParseArgvZeroFromString()
H A DCommandExecutor.h28 bool GetNextWord(char** setBeginWord,
H A DCommandExecutor.cpp39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const in GetNextWord() function in CommandExecutor