editInsertionTable  609 src/dps8/dps8_cpu.h     word9   editInsertionTable [8];     // 8 9-bit chars
editInsertionTable 5239 src/dps8/dps8_eis.c                     ** dstAddr = c49 | (e -> editInsertionTable [7] & 0760);
editInsertionTable 5335 src/dps8/dps8_eis.c     memset(&e->editInsertionTable, 0, sizeof(e->editInsertionTable)); // XXX do we really need this?
editInsertionTable 5348 src/dps8/dps8_eis.c         e->editInsertionTable[i] = entry & 0777;            // keep to 9-bits
editInsertionTable 5385 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[2]);
editInsertionTable 5391 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[3]);
editInsertionTable 5399 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[4]);
editInsertionTable 5473 src/dps8/dps8_eis.c         writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[1]);
editInsertionTable 5514 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF-1]);
editInsertionTable 5528 src/dps8/dps8_eis.c 
editInsertionTable 5562 src/dps8/dps8_eis.c 
editInsertionTable 5602 src/dps8/dps8_eis.c         writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5629 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF - 1]);
editInsertionTable 5672 src/dps8/dps8_eis.c         writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5725 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5746 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF - 1]);
editInsertionTable 5748 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5787 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5802 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF - 1]);
editInsertionTable 5804 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5841 src/dps8/dps8_eis.c     e->editInsertionTable[e->mopIF - 1] = next;
editInsertionTable 5916 src/dps8/dps8_eis.c                 writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5924 src/dps8/dps8_eis.c                 writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[4]);
editInsertionTable 6011 src/dps8/dps8_eis.c                 writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 6022 src/dps8/dps8_eis.c                     writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[2]);
editInsertionTable 6043 src/dps8/dps8_eis.c                     writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[3]);
editInsertionTable 6112 src/dps8/dps8_eis.c         word9 c = (*e->in | (!e->mopSN ? e->editInsertionTable[2] : e->editInsertionTable[3]));
editInsertionTable 6224 src/dps8/dps8_eis.c             if (c & e->editInsertionTable[2])  // XXX only lower 4-bits are considered
editInsertionTable 6227 src/dps8/dps8_eis.c             else if (c & e->editInsertionTable[3])  // XXX only lower 4-bits are considered
editInsertionTable 6278 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[1]);
editInsertionTable 6344 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 6525 src/dps8/dps8_eis.c     word9 *p9 = e->editInsertionTable; // re-initialize edit insertion table
editInsertionTable 6588 src/dps8/dps8_eis.c                     writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);