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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp34 // Returns true if it is returning valid results into (*setBegin) and
35 // (*setEnd). If returning true, (*setBegin) now points to the first char in a
39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const argument
53 *setBegin = next;
H A DParseCommandLine.cpp111 // Returns true if it is returning valid results into (*setBegin) & (*setEnd).
112 // If returning true, (*setBegin) now points to the first char in a new word,
116 GetNextWord(char** setBegin, char** setEnd) argument
134 *setBegin = next;
H A DCommandActuators.h81 bool _GetNextWord(char** setBegin,

Completed in 49 milliseconds