Home
last modified time | relevance | path

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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const in GetNextWord()
41 char* next = *setEnd; in GetNextWord()
59 *setEnd = next; in GetNextWord()
H A DParseCommandLine.cpp116 GetNextWord(char** setBegin, char** setEnd) in GetNextWord() argument
118 char* next = *setEnd; in GetNextWord()
141 *setEnd = next; in GetNextWord()
H A DCommandActuators.h82 char** setEnd) const;