Home
last modified time | relevance | path

Searched refs:first_to_print (Results 1 – 2 of 2) sorted by relevance

/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dshell.c899 int i, num_to_print, first_to_print, printed_any; in show_cmd_history() local
906 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()
/dports/biology/mapm3/mapm3-3.0_1/quant/
H A Dqcmds.c333 int i, num_to_print, first_to_print, printed_any; in show_seq_history() local
341 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()