Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
HDefivar-dp-parse.c258 UINTN ParenthesesStack; in GetNextDeviceNodeStr() local
283 ParenthesesStack = 0; in GetNextDeviceNodeStr()
285 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()
290 ParenthesesStack++; in GetNextDeviceNodeStr()
292 ParenthesesStack--; in GetNextDeviceNodeStr()
298 if (ParenthesesStack != 0) { in GetNextDeviceNodeStr()