HISTORY_SIZE 111 src/help.c } history[HISTORY_SIZE]; HISTORY_SIZE 617 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 643 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 662 src/help.c history_ptr = HISTORY_SIZE - 1; HISTORY_SIZE 768 src/help.c history_ptr = HISTORY_SIZE - 1; HISTORY_SIZE 776 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 1034 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE; HISTORY_SIZE 1151 src/help.c for (i = HISTORY_SIZE - 1; i >= 0; i--)