history          4368 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          4369 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          4376 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          4377 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          1639 src/dps8/dps8_cpu.h     word36 history [N_HIST_SETS] [N_MAX_HIST_SIZE] [2];
history          7749 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7750 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7797 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7798 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7806 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7809 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7819 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7820 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history           770 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[L68_APU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           771 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[L68_APU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           846 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[CU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           847 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[CU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           854 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[L68_OU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           855 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[L68_OU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           862 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[L68_DU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           863 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[L68_DU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           133 src/simh/linehistory.c static char **history        = NULL;
history          1079 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1080 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1081 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1106 src/simh/linehistory.c     strncpy(l->buf, history[history_len - 1 - l->history_index], l->buflen);
history          1130 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1131 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1132 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1157 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1159 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1185 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1187 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1378 src/simh/linehistory.c       FREE(history[history_len]);
history          1418 src/simh/linehistory.c         FREE(history[history_len]);
history          1737 src/simh/linehistory.c   if (history)
history          1743 src/simh/linehistory.c       FREE(history[j]);
history          1746 src/simh/linehistory.c     FREE(history);
history          1777 src/simh/linehistory.c   if (history == NULL)
history          1779 src/simh/linehistory.c     history = malloc(sizeof ( char * ) * history_max_len);
history          1780 src/simh/linehistory.c     if (history == NULL)
history          1785 src/simh/linehistory.c     (void)memset(history, 0, ( sizeof ( char * ) * history_max_len ));
history          1789 src/simh/linehistory.c   if (( history_len > 0 ) && ( !strcmp(history[history_len - 1], line)))
history          1807 src/simh/linehistory.c     FREE(history[0]);
history          1809 src/simh/linehistory.c       history,
history          1810 src/simh/linehistory.c       history + 1,
history          1815 src/simh/linehistory.c   history[history_len] = linecopy;
history          1837 src/simh/linehistory.c   if (history)
history          1854 src/simh/linehistory.c         FREE(history[j]);
history          1863 src/simh/linehistory.c       history + ( history_len - tocopy ),
history          1865 src/simh/linehistory.c     FREE(history);
history          1866 src/simh/linehistory.c     history = new;