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

/linux-master/scripts/kconfig/
H A Dsymbol.c977 } *check_top; variable in typeref:struct:dep_stack
982 if (check_top)
983 check_top->next = stack;
984 stack->prev = check_top;
986 check_top = stack;
991 check_top = check_top->prev;
992 if (check_top)
993 check_top->next = NULL;
998 * check_top poin
[all...]

Completed in 107 milliseconds