Home
last modified time | relevance | path

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

/haiku/src/kits/package/
H A DPackageInfoParser.cpp199 return Token(TOKEN_CLOSE_BRACE, tokenPos); in _NextToken()
476 || op.type == TOKEN_CLOSE_BRACE || op.type == TOKEN_EOF) { in _ParseResolvable()
541 || op.type == TOKEN_CLOSE_BRACE || op.type == TOKEN_EOF) { in _ParseResolvableExpression()
569 if (token.type == TOKEN_CLOSE_BRACE) in _ParseList()
770 || nextToken.type == TOKEN_CLOSE_BRACE) { in _ParseGlobalWritableFileInfos()
829 || nextToken.type == TOKEN_CLOSE_BRACE) { in _ParseUserSettingsFileInfos()
912 || nextToken.type == TOKEN_CLOSE_BRACE) { in _ParseUsers()
941 || nextToken.type == TOKEN_CLOSE_BRACE) { in _ParseUsers()
H A DPackageInfoParser.h55 TOKEN_CLOSE_BRACE, enumerator