Lines Matching refs:check_top
1015 } *check_top;
1020 if (check_top)
1021 check_top->next = stack;
1022 stack->prev = check_top;
1024 check_top = stack;
1029 check_top = check_top->prev;
1030 if (check_top)
1031 check_top->next = NULL;
1036 * check_top point to the top of the stact so we use
1052 for (stack = check_top; stack != NULL; stack = stack->prev)
1124 if (check_top == &cv_stack)