Searched refs:ParenthesesStack (Results 1 – 1 of 1) sorted by relevance
259 UINTN ParenthesesStack; in GetNextDeviceNodeStr() local284 ParenthesesStack = 0; in GetNextDeviceNodeStr()286 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()291 ParenthesesStack++; in GetNextDeviceNodeStr()293 ParenthesesStack--; in GetNextDeviceNodeStr()299 if (ParenthesesStack != 0) { in GetNextDeviceNodeStr()