Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-cli.c831 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()
Dhdt-cli.h99 int max_history_pos; member