Searched refs:last (Results 1 – 11 of 11) sorted by relevance
106 local last=$(( ${#words[@]} - 1 ))121 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then122 module=${words[$last]}125 symbol=${words[$last-1]}126 unset words[$last-1]129 symbol=${words[$last]}133 unset words[$last]
124 my $last = pop @$cycle;127 printf "%s from %s,\n", $msg, $last->[1] if defined $last;133 $header->[1] eq $last->[1] ? ' <-- here' : '';
1287 last = 01291 last = self.list[-1]1292 lasttime = last.time1295 if debug and last:1297 last.debugPrint()1304 if idx == 0 and last and last.fcall and not last.freturn:1306 last.depth = self.depth1307 last.freturn = True1308 last.length = line.time - last.time1310 last.debugPrint()[all …]
2179 my $last = $nw[@nw - 1];2185 $name = "$first $middle $last";2187 $name = "$middle $last";
421 ConfigItem* last = 0; in updateList() local445 last = item; in updateList()449 item = last ? last->nextSibling() : firstChild(); in updateList()451 item = new ConfigItem(this, last, rootEntry, true); in updateList()582 ConfigItem* last; in updateMenuList() local595 last = parent->firstChild(); in updateMenuList()596 if (last && !last->goParent) in updateMenuList()597 last = 0; in updateMenuList()599 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()620 item = new ConfigItem(parent, last, child, visible); in updateMenuList()[all …]
955 /* Copy whatever the last rule matched to the standard output. */1557 /* First move last chars to start of buffer. */
323 struct reserve_info *last; in add_reserve_entry() local330 for (last = list; last->next; last = last->next) in add_reserve_entry()333 last->next = new; in add_reserve_entry()
755 /* Copy whatever the last rule matched to the standard output. */1421 /* First move last chars to start of buffer. */
233 const char *last = strtab + tabsize - len; in _fdt_find_string() local236 for (p = strtab; p <= last; p++) in _fdt_find_string()
8 // the last if else/else as a "default behavior" - which some
658 /* Copy whatever the last rule matched to the standard output. */1077 /* First move last chars to start of buffer. */2190 /* is this the last line of an enum declaration? */