history          4274 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          4275 src/dps8/dps8_cpu.c         cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          4282 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0;
history          4283 src/dps8/dps8_cpu.c     cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1;
history          1636 src/dps8/dps8_cpu.h     word36 history [N_HIST_SETS] [N_MAX_HIST_SIZE] [2];
history          7680 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7681 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7728 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7729 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history          7737 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7740 src/dps8/dps8_ins.c                       cpu.history[CU_HIST_REG]
history          7750 src/dps8/dps8_ins.c                     cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0];
history          7751 src/dps8/dps8_ins.c                     cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1];
history           776 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[L68_APU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           777 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[L68_APU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           852 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[CU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           853 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[CU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           860 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[L68_OU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           861 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[L68_OU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           868 src/dps8/panelScraper.c             SETL (bank_d, 0+3, cpu.history[L68_DU_HIST_REG][cpu.DATA_panel_hr_sel_sw][0], 36);
history           869 src/dps8/panelScraper.c             SETL (bank_e, 0+3, cpu.history[L68_DU_HIST_REG][cpu.DATA_panel_hr_sel_sw][1], 36);
history           122 src/simh/linehistory.c static char **history        = NULL;
history          1068 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1069 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1070 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1095 src/simh/linehistory.c     strncpy(l->buf, history[history_len - 1 - l->history_index], l->buflen);
history          1119 src/simh/linehistory.c     FREE(history[history_len - 1 - l->history_index]);
history          1120 src/simh/linehistory.c     history[history_len - 1 - l->history_index] = strdup(l->buf);
history          1121 src/simh/linehistory.c     if (!history[history_len - 1 - l->history_index])
history          1146 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1148 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1174 src/simh/linehistory.c         if (strncmp(l->buf, history[cnt], l->pos) == 0)
history          1176 src/simh/linehistory.c           strncpy(l->buf, history[cnt], l->buflen);
history          1367 src/simh/linehistory.c       FREE(history[history_len]);
history          1407 src/simh/linehistory.c         FREE(history[history_len]);
history          1726 src/simh/linehistory.c   if (history)
history          1732 src/simh/linehistory.c       FREE(history[j]);
history          1735 src/simh/linehistory.c     FREE(history);
history          1766 src/simh/linehistory.c   if (history == NULL)
history          1768 src/simh/linehistory.c     history = malloc(sizeof ( char * ) * history_max_len);
history          1769 src/simh/linehistory.c     if (history == NULL)
history          1774 src/simh/linehistory.c     (void)memset(history, 0, ( sizeof ( char * ) * history_max_len ));
history          1778 src/simh/linehistory.c   if (( history_len > 0 ) && ( !strcmp(history[history_len - 1], line)))
history          1796 src/simh/linehistory.c     FREE(history[0]);
history          1798 src/simh/linehistory.c       history,
history          1799 src/simh/linehistory.c       history + 1,
history          1804 src/simh/linehistory.c   history[history_len] = linecopy;
history          1826 src/simh/linehistory.c   if (history)
history          1843 src/simh/linehistory.c         FREE(history[j]);
history          1852 src/simh/linehistory.c       history + ( history_len - tocopy ),
history          1854 src/simh/linehistory.c     FREE(history);
history          1855 src/simh/linehistory.c     history = new;