Searched refs:hist_len (Results 1 – 1 of 1) sorted by relevance
1232 int hist_len; in show_commands() local1236 hist_len = history_size; in show_commands()1241 hist_len = offset; in show_commands()1258 num = hist_len - Hist_print; in show_commands()1266 if (hist_len - num < Hist_print) in show_commands()1268 num = hist_len - Hist_print; in show_commands()1273 for (offset = num; offset < num + Hist_print && offset < hist_len; offset++) in show_commands()