Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c250 UINTN ParenthesesStack; in GetNextDeviceNodeStr() local
277 ParenthesesStack = 0; in GetNextDeviceNodeStr()
279 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()
284 ParenthesesStack++; in GetNextDeviceNodeStr()
286 ParenthesesStack--; in GetNextDeviceNodeStr()
292 if (ParenthesesStack != 0) { in GetNextDeviceNodeStr()