Searched refs:last_seq (Results 1 – 2 of 2) sorted by relevance
676 def winstream_read(base, last_seq): argument685 if last_seq == 0:686 last_seq = seq if args.no_history else (seq - ((end - start) % wlen))687 if seq == last_seq or start == end:689 behind = seq - last_seq774 def read_from_shell_memwindow_winstream(last_seq): argument776 (last_seq, output) = winstream_read(offset, last_seq)779 return last_seq975 last_seq = 0981 (last_seq, output) = winstream_read(winstream_offset(), last_seq)
250 last_seq = self.seq255 if seq == last_seq or start == end:257 behind = seq - last_seq