Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c1090 } *check_top; variable
1095 if (check_top) in dep_stack_insert()
1096 check_top->next = stack; in dep_stack_insert()
1097 stack->prev = check_top; in dep_stack_insert()
1099 check_top = stack; in dep_stack_insert()
1104 check_top = check_top->prev; in dep_stack_remove()
1105 if (check_top) in dep_stack_remove()
1106 check_top->next = NULL; in dep_stack_remove()
1127 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1184 if (check_top == &cv_stack) in sym_check_print_recursive()
/OK3568_Linux_fs/buildroot/support/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()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c1017 } *check_top; variable
1022 if (check_top) in dep_stack_insert()
1023 check_top->next = stack; in dep_stack_insert()
1024 stack->prev = check_top; in dep_stack_insert()
1026 check_top = stack; in dep_stack_insert()
1031 check_top = check_top->prev; in dep_stack_remove()
1032 if (check_top) in dep_stack_remove()
1033 check_top->next = NULL; in dep_stack_remove()
1054 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1126 if (check_top == &cv_stack) in sym_check_print_recursive()