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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp35 // (*setEnd). If returning true, (*setBegin) now points to the first char in a
36 // new word, and (*setEnd) now points to the char after the last char in the
39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const
41 char* next = *setEnd;
59 *setEnd = next;
H A DParseCommandLine.cpp111 // Returns true if it is returning valid results into (*setBegin) & (*setEnd).
113 // and (*setEnd) now points to the char after the last char in the word, which
116 GetNextWord(char** setBegin, char** setEnd) argument
118 char* next = *setEnd;
141 *setEnd = next;
H A DCommandActuators.h82 char** setEnd) const;

Completed in 120 milliseconds