Searched refs:first_to_print (Results 1 – 2 of 2) sorted by relevance
899 int i, num_to_print, first_to_print, printed_any; in show_cmd_history() local906 first_to_print= imaxf(cmd_history_num-num_to_print,0); in show_cmd_history()909 if (i>=first_to_print && i<cmd_history_num) { in show_cmd_history()
333 int i, num_to_print, first_to_print, printed_any; in show_seq_history() local341 first_to_print= imaxf(context[active_context]->seq_history_num-num_to_print,0); in show_seq_history()345 if (i>=first_to_print && i<context[active_context]->seq_history_num) { in show_seq_history()