Home
last modified time | relevance | path

Searched refs:_errorLocation (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DArgumentVector.cpp17 ParseError Parse(const char* commandLine, const char*& _errorLocation) in Parse()
42 _errorLocation = errorBase; in Parse()
54 _errorLocation = errorBase; in Parse()
61 _errorLocation = errorBase; in Parse()
79 _errorLocation = errorBase; in Parse()
162 ArgumentVector::Parse(const char* commandLine, const char** _errorLocation) in Parse() argument
199 if (error != NO_ERROR && _errorLocation != NULL) in Parse()
200 *_errorLocation = errorLocation; in Parse()
/haiku/headers/private/shared/
H A DArgumentVector.h36 const char** _errorLocation = NULL);