Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c1104 } *check_top; variable
1109 if (check_top) in dep_stack_insert()
1110 check_top->next = stack; in dep_stack_insert()
1111 stack->prev = check_top; in dep_stack_insert()
1113 check_top = stack; in dep_stack_insert()
1118 check_top = check_top->prev; in dep_stack_remove()
1119 if (check_top) in dep_stack_remove()
1120 check_top->next = NULL; in dep_stack_remove()
1141 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1202 if (check_top == &cv_stack) in sym_check_print_recursive()
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c973 } *check_top; variable
978 if (check_top) in dep_stack_insert()
979 check_top->next = stack; in dep_stack_insert()
980 stack->prev = check_top; in dep_stack_insert()
982 check_top = stack; in dep_stack_insert()
987 check_top = check_top->prev; in dep_stack_remove()
988 if (check_top) in dep_stack_remove()
989 check_top->next = NULL; in dep_stack_remove()
1010 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1082 if (check_top == &cv_stack) in sym_check_print_recursive()