Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dsymbol.c1128 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1136 if (sym_is_choice_value(last_sym)) { in sym_check_print_recursive()
1137 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1138 last_sym = prop_get_symbol(sym_get_choice_prop(last_sym)); in sym_check_print_recursive()
1142 if (stack->sym == last_sym) in sym_check_print_recursive()
1151 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1164 if (stack->sym == last_sym) in sym_check_print_recursive()

Completed in 5 milliseconds