Home
last modified time | relevance | path

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

/scripts/
Dheaderdep.pl124 my $last = pop @$cycle;
127 printf "%s from %s,\n", $msg, $last->[1] if defined $last;
133 $header->[1] eq $last->[1] ? ' <-- here' : '';
Dget_maintainer.pl2013 my $last = $nw[@nw - 1];
2019 $name = "$first $middle $last";
2021 $name = "$middle $last";
/scripts/kconfig/
Dqconf.cc443 ConfigItem* last = 0; in updateList() local
465 last = item; in updateList()
469 item = last ? last->nextSibling() : firstChild(); in updateList()
471 item = new ConfigItem(this, last, rootEntry, true); in updateList()
599 ConfigItem* last; in updateMenuList() local
609 last = parent->firstChild(); in updateMenuList()
610 if (last && !last->goParent) in updateMenuList()
611 last = 0; in updateMenuList()
613 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
634 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
[all …]
Dzconf.lex.c_shipped918 /* Copy whatever the last rule matched to the standard output. */
1504 /* First move last chars to start of buffer. */
/scripts/dtc/libfdt/
Dfdt.c183 const char *last = strtab + tabsize - len; in _fdt_find_string() local
186 for (p = strtab; p <= last; p++) in _fdt_find_string()
/scripts/dtc/
Dlivetree.c229 struct reserve_info *last; in add_reserve_entry() local
236 for (last = list; last->next; last = last->next) in add_reserve_entry()
239 last->next = new; in add_reserve_entry()
Ddtc-lexer.lex.c_shipped676 /* Copy whatever the last rule matched to the standard output. */
1170 /* First move last chars to start of buffer. */
/scripts/genksyms/
Dlex.lex.c_shipped658 /* Copy whatever the last rule matched to the standard output. */
1077 /* First move last chars to start of buffer. */
2144 /* is this the last line of an enum declaration? */