Searched refs:CondStack (Results 1 – 1 of 1) sorted by relevance
520 static struct cond CondStack[32]; variable526 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()