Searched refs:ParenthesesStack (Results 1 – 1 of 1) sorted by relevance
254 UINTN ParenthesesStack; in GetNextDeviceNodeStr() local281 ParenthesesStack = 0; in GetNextDeviceNodeStr()283 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()288 ParenthesesStack++; in GetNextDeviceNodeStr()290 ParenthesesStack--; in GetNextDeviceNodeStr()296 if (ParenthesesStack != 0) { in GetNextDeviceNodeStr()