history 4068 src/dps8/dps8_cpu.c cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0; history 4069 src/dps8/dps8_cpu.c cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1; history 4076 src/dps8/dps8_cpu.c cpu.history [hset] [cpu.history_cyclic[hset]] [0] = w0; history 4077 src/dps8/dps8_cpu.c cpu.history [hset] [cpu.history_cyclic[hset]] [1] = w1; history 1613 src/dps8/dps8_cpu.h word36 history [N_HIST_SETS] [N_MAX_HIST_SIZE] [2]; history 7679 src/dps8/dps8_ins.c cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0]; history 7680 src/dps8/dps8_ins.c cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1]; history 7727 src/dps8/dps8_ins.c cpu.Ypair[0] = cpu.history[reg] [cpu.history_cyclic[reg]][0]; history 7728 src/dps8/dps8_ins.c cpu.Ypair[1] = cpu.history[reg] [cpu.history_cyclic[reg]][1]; history 7736 src/dps8/dps8_ins.c cpu.history[CU_HIST_REG] history 7739 src/dps8/dps8_ins.c cpu.history[CU_HIST_REG] 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 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 115 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 1112 src/simh/linehistory.c FREE(history[history_len - 1 - l->history_index]); history 1113 src/simh/linehistory.c history[history_len - 1 - l->history_index] = strdup(l->buf); history 1114 src/simh/linehistory.c if (!history[history_len - 1 - l->history_index]) history 1139 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) history 1141 src/simh/linehistory.c strncpy(l->buf, history[cnt], l->buflen); history 1167 src/simh/linehistory.c if (strncmp(l->buf, history[cnt], l->pos) == 0) history 1169 src/simh/linehistory.c strncpy(l->buf, history[cnt], l->buflen); history 1360 src/simh/linehistory.c FREE(history[history_len]); history 1400 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 (void)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;