Lines Matching refs:last_index
813 int last_index = -1;
872 last_index = i;
879 /* If last_index is set then we have a window that is not of a fixed
883 gdb_assert (last_index == -1 || total_weight > 0);
920 tui_debug_printf ("total_weight = %d, last_index = %d",
921 total_weight, last_index);
932 if (last_index == -1 && old_cmd_info.has_value ())
933 last_index = old_cmd_info->index;
936 if (available_size != used_size && last_index != -1)
942 for (int idx = last_index;
946 /* Every time we get back to last_index, which is where the loop
958 if (idx == last_index)
1010 tui_debug_printf ("total_weight = %d, last_index = %d",
1011 total_weight, last_index);