history          4110 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          4111 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          4118 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          4119 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          1609 src/dps8/dps8_cpu.h     word36 history [N_HIST_SETS] [N_MAX_HIST_SIZE] [2];
history          7349 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7350 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7397 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7398 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7406 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7409 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7419 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7420 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history           119 src/simh/linehistory.c static char **history        = NULL;
history          1056 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1057 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1058 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1083 src/simh/linehistory.c     strncpy(l->buf, history[history_len - 1 - l->history_index], l->buflen);
history          1108 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1109 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1110 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1136 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1138 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1165 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1167 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1358 src/simh/linehistory.c       FREE(history[history_len]);
history          1399 src/simh/linehistory.c         FREE(history[history_len]);
history          1714 src/simh/linehistory.c   if (history)
history          1720 src/simh/linehistory.c       FREE(history[j]);
history          1723 src/simh/linehistory.c     FREE(history);
history          1754 src/simh/linehistory.c   if (history == NULL)
history          1756 src/simh/linehistory.c     history = malloc(sizeof ( char * ) * history_max_len);
history          1757 src/simh/linehistory.c     if (history == NULL)
history          1762 src/simh/linehistory.c     memset(history, 0, ( sizeof ( char * ) * history_max_len ));
history          1766 src/simh/linehistory.c   if (( history_len > 0 ) && ( !strcmp(history[history_len - 1], line)))
history          1784 src/simh/linehistory.c     FREE(history[0]);
history          1786 src/simh/linehistory.c       history,
history          1787 src/simh/linehistory.c       history + 1,
history          1792 src/simh/linehistory.c   history[history_len] = linecopy;
history          1814 src/simh/linehistory.c   if (history)
history          1831 src/simh/linehistory.c         FREE(history[j]);
history          1840 src/simh/linehistory.c       history + ( history_len - tocopy ),
history          1842 src/simh/linehistory.c     FREE(history);
history          1843 src/simh/linehistory.c     history = new;