Searched refs:stackTop (Results 1 – 1 of 1) sorted by relevance
74 newStackTop->prev = stackTop; in stackPushMalloc()79 stackPopFree(Stack *stackTop) { in stackPopFree() argument80 Stack *const newStackTop = stackTop->prev; in stackPopFree()81 free(stackTop); in stackPopFree()147 if (! stackTop) { in dumpContentModel()151 while (stackTop) { in dumpContentModel()153 const unsigned level = stackTop->level; in dumpContentModel()157 stackTop = stackPopFree(stackTop); in dumpContentModel()165 while (stackTop != NULL) { in dumpContentModel()166 stackTop = stackPopFree(stackTop); in dumpContentModel()[all …]