Lines Matching refs:check_top
971 } *check_top;
976 if (check_top)
977 check_top->next = stack;
978 stack->prev = check_top;
980 check_top = stack;
985 check_top = check_top->prev;
986 if (check_top)
987 check_top->next = NULL;
992 * check_top point to the top of the stact so we use
1008 for (stack = check_top; stack != NULL; stack = stack->prev)
1080 if (check_top == &cv_stack)