editInsertionTable  610 src/dps8/dps8_cpu.h     word9   editInsertionTable [8];     // 8 9-bit chars
editInsertionTable 5240 src/dps8/dps8_eis.c                     ** dstAddr = c49 | (e -> editInsertionTable [7] & 0760);
editInsertionTable 5336 src/dps8/dps8_eis.c     memset(&e->editInsertionTable, 0, sizeof(e->editInsertionTable)); // XXX do we really need this?
editInsertionTable 5349 src/dps8/dps8_eis.c         e->editInsertionTable[i] = entry & 0777;            // keep to 9-bits
editInsertionTable 5386 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[2]);
editInsertionTable 5392 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[3]);
editInsertionTable 5400 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[4]);
editInsertionTable 5474 src/dps8/dps8_eis.c         writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[1]);
editInsertionTable 5515 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF-1]);
editInsertionTable 5529 src/dps8/dps8_eis.c 
editInsertionTable 5563 src/dps8/dps8_eis.c 
editInsertionTable 5603 src/dps8/dps8_eis.c         writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5630 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF - 1]);
editInsertionTable 5673 src/dps8/dps8_eis.c         writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5726 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5747 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF - 1]);
editInsertionTable 5749 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5788 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5803 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[e->mopIF - 1]);
editInsertionTable 5805 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5842 src/dps8/dps8_eis.c     e->editInsertionTable[e->mopIF - 1] = next;
editInsertionTable 5917 src/dps8/dps8_eis.c                 writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 5925 src/dps8/dps8_eis.c                 writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[4]);
editInsertionTable 6012 src/dps8/dps8_eis.c                 writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 6023 src/dps8/dps8_eis.c                     writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[2]);
editInsertionTable 6044 src/dps8/dps8_eis.c                     writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[3]);
editInsertionTable 6113 src/dps8/dps8_eis.c         word9 c = (*e->in | (!e->mopSN ? e->editInsertionTable[2] : e->editInsertionTable[3]));
editInsertionTable 6225 src/dps8/dps8_eis.c             if (c & e->editInsertionTable[2])  // XXX only lower 4-bits are considered
editInsertionTable 6228 src/dps8/dps8_eis.c             else if (c & e->editInsertionTable[3])  // XXX only lower 4-bits are considered
editInsertionTable 6279 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[1]);
editInsertionTable 6345 src/dps8/dps8_eis.c             writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);
editInsertionTable 6526 src/dps8/dps8_eis.c     word9 *p9 = e->editInsertionTable; // re-initialize edit insertion table
editInsertionTable 6589 src/dps8/dps8_eis.c                     writeToOutputBuffer(&e->out, 9, e->dstSZ, e->editInsertionTable[0]);