Searched refs:TOKEN_STRING (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp62 TOKEN_STRING, enumerator in enum:__anon2554
88 type = TOKEN_STRING;
267 if (next_token(line, lineEnd, token2) != TOKEN_STRING) {
288 case TOKEN_STRING:
298 if (next_token(line, lineEnd, token) != TOKEN_STRING
300 || next_token(line, lineEnd, token) != TOKEN_STRING
302 || next_token(line, lineEnd, token2) != TOKEN_STRING) {
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_parser.cpp94 TOKEN_STRING = '"', enumerator in enum:__anon5337
385 fCurrentToken.type = TOKEN_STRING;
865 case TOKEN_STRING:

Completed in 50 milliseconds