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     1153 src/help.c         for (history_ptr = HISTORY_SIZE - 1; history_ptr >= 0; history_ptr--)