HISTORY_SIZE 113 src/help.c } history[HISTORY_SIZE]; HISTORY_SIZE 619 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 645 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 664 src/help.c history_ptr = HISTORY_SIZE - 1; HISTORY_SIZE 770 src/help.c history_ptr = HISTORY_SIZE - 1; HISTORY_SIZE 778 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 1036 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 1154 src/help.c for (i = HISTORY_SIZE - 1; i >= 0; i--)