Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/common/
H A Dcommands.c520 static struct cond CondStack[32]; variable
526 if (CondIndex + 1 == sizeof(CondStack)/sizeof(CondStack[0])) { in command_ifexists()
534 struct cond *cond = &CondStack[CondIndex++]; in command_ifexists()
553 if (CondIndex + 1 == sizeof(CondStack)/sizeof(CondStack[0])) { in command_ifset()
560 struct cond *cond = &CondStack[CondIndex++]; in command_ifset()
588 struct cond *cond = &CondStack[CondIndex - 1]; in command_elseifexists()
616 cond = &CondStack[CondIndex - 1]; in command_else()
636 cond = &CondStack[CondIndex - 1]; in command_endif()