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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.h28 bool GetNextWord(char** setBeginWord,
H A DCommandExecutor.cpp39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const function in class:CommandExecutor
H A DParseCommandLine.cpp116 GetNextWord(char** setBegin, char** setEnd) function
171 // need an extra \0 byte to get GetNextWord() to stop
183 while (GetNextWord(&beginWord, &endWord))
247 // need an extra nul byte to get GetNextWord() to stop
257 if (GetNextWord(&beginWord, &endWord)) {

Completed in 46 milliseconds