Searched refs:max_history_pos (Results 1 – 2 of 2) sorted by relevance
831 hdt_cli.max_history_pos = 1; in start_cli_mode()971 if (future_history_pos == hdt_cli.max_history_pos) in start_cli_mode()1043 if (hdt_cli.history_pos > hdt_cli.max_history_pos) in start_cli_mode()1044 hdt_cli.max_history_pos = hdt_cli.history_pos; in start_cli_mode()
99 int max_history_pos; member