Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c944 } *check_top; variable
949 if (check_top) in dep_stack_insert()
950 check_top->next = stack; in dep_stack_insert()
951 stack->prev = check_top; in dep_stack_insert()
953 check_top = stack; in dep_stack_insert()
958 check_top = check_top->prev; in dep_stack_remove()
959 if (check_top) in dep_stack_remove()
960 check_top->next = NULL; in dep_stack_remove()
981 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1036 if (check_top == &cv_stack) in sym_check_print_recursive()