Home
last modified time | relevance | path

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

/scripts/
Dheaderdep.pl145 my $top = pop @queue;
146 my $name = $top->[-1]->[1];
149 my $chain = [@$top, [$dep->[0], $dep->[1]]];
153 if(grep { $_->[1] eq $dep->[1] } @$top) {
Dasn1_compiler.c856 struct element *top, *element; in parse_type() local
863 top = element = alloc_elem(cursor); in parse_type()
1075 top->flags |= ELEMENT_SKIPPABLE; in parse_type()
1132 return top; in parse_type()
/scripts/kconfig/tests/
Dpytest.ini5 # them as top-level modules. It is silly to prefix or suffix a test file with
/scripts/coccinelle/iterators/
Dlist_entry_update.cocci5 /// that there is a path from the reassignment back to the top of the loop.