history          3951 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          3952 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          3959 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          3960 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          1606 src/dps8/dps8_cpu.h     word36 history [N_HIST_SETS] [N_MAX_HIST_SIZE] [2];
history          7329 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7330 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7377 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7378 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7386 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7389 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7399 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7400 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history           124 src/simh/linehistory.c static char **history        = NULL;
history          1061 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1062 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1063 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1088 src/simh/linehistory.c     strncpy(l->buf, history[history_len - 1 - l->history_index], l->buflen);
history          1113 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1114 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1115 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1141 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1143 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1170 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1172 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1363 src/simh/linehistory.c       FREE(history[history_len]);
history          1404 src/simh/linehistory.c         FREE(history[history_len]);
history          1719 src/simh/linehistory.c   if (history)
history          1725 src/simh/linehistory.c       FREE(history[j]);
history          1728 src/simh/linehistory.c     FREE(history);
history          1759 src/simh/linehistory.c   if (history == NULL)
history          1761 src/simh/linehistory.c     history = malloc(sizeof ( char * ) * history_max_len);
history          1762 src/simh/linehistory.c     if (history == NULL)
history          1767 src/simh/linehistory.c     memset(history, 0, ( sizeof ( char * ) * history_max_len ));
history          1771 src/simh/linehistory.c   if (( history_len > 0 ) && ( !strcmp(history[history_len - 1], line)))
history          1789 src/simh/linehistory.c     FREE(history[0]);
history          1791 src/simh/linehistory.c       history,
history          1792 src/simh/linehistory.c       history + 1,
history          1797 src/simh/linehistory.c   history[history_len] = linecopy;
history          1819 src/simh/linehistory.c   if (history)
history          1836 src/simh/linehistory.c         FREE(history[j]);
history          1845 src/simh/linehistory.c       history + ( history_len - tocopy ),
history          1847 src/simh/linehistory.c     FREE(history);
history          1848 src/simh/linehistory.c     history = new;