tally             856 src/dps8/dps8_addrmods.c                 word12 tally = GET_TALLY (indword);
tally             917 src/dps8/dps8_addrmods.c                     tally ++;
tally             918 src/dps8/dps8_addrmods.c                     tally &= 07777; // keep to 12-bits
tally             984 src/dps8/dps8_addrmods.c                     tally --;
tally             985 src/dps8/dps8_addrmods.c                     tally &= 07777; // keep to 12-bits
tally             991 src/dps8/dps8_addrmods.c                                    "update IT tally now %o\n", tally);
tally            1007 src/dps8/dps8_addrmods.c                     putbits36_12 (& indword, 18, tally);
tally            1015 src/dps8/dps8_addrmods.c                     SC_I_TALLY (tally == 0);
tally             298 src/dps8/dps8_console.c     uint tally;
tally             711 src/dps8/dps8_console.c     uint tally          = csp->tally;
tally             740 src/dps8/dps8_console.c     if ((!csp->bcd) && csp->noempty && n_chars == 0 && tally)
tally             745 src/dps8/dps8_console.c         tally --;
tally             750 src/dps8/dps8_console.c         while (tally && csp->readp < csp->tailp)
tally             803 src/dps8/dps8_console.c             tally --;
tally            1449 src/dps8/dps8_console.c         uint tally = p->DDCW_TALLY;
tally            1452 src/dps8/dps8_console.c         if (tally == 0) {
tally            1453 src/dps8/dps8_console.c           tally = 4096;
tally            1459 src/dps8/dps8_console.c         csp->tally     = tally;
tally            1489 src/dps8/dps8_console.c         uint tally = p->DDCW_TALLY;
tally            1494 src/dps8/dps8_console.c         if (tally == 0) {
tally            1495 src/dps8/dps8_console.c           tally = 4096;
tally            1498 src/dps8/dps8_console.c         word36 buf[tally];
tally            1499 src/dps8/dps8_console.c         iom_indirect_data_service (iomUnitIdx, chan, buf, & tally, false);
tally            1504 src/dps8/dps8_console.c 
tally            1520 src/dps8/dps8_console.c 
tally            1533 src/dps8/dps8_console.c         char text[tally * 4 + 1];
tally            1545 src/dps8/dps8_console.c         while (tally) {
tally            1547 src/dps8/dps8_console.c           tally --;
tally             234 src/dps8/dps8_crdpun.c       word12 tally;
tally             697 src/dps8/dps8_crdpun.c static void log_card(word12 tally, word36 * buffer)
tally             699 src/dps8/dps8_crdpun.c     sim_printf ("tally %d\n", tally);
tally             701 src/dps8/dps8_crdpun.c     for (uint i = 0; i < tally; i ++)
tally             707 src/dps8/dps8_crdpun.c     if (tally != WORDS_PER_CARD)
tally             709 src/dps8/dps8_crdpun.c         sim_warn("Unable to log punch card, tally is not 27 (%d)\n", tally);
tally             831 src/dps8/dps8_crdpun.c static void save_card_in_cache(pun_state_t * state, word12 tally, word36 * card_buffer)
tally             847 src/dps8/dps8_crdpun.c     new_entry -> tally = tally;
tally             848 src/dps8/dps8_crdpun.c     memcpy(&new_entry -> card_data, card_buffer, sizeof(word36) * tally);
tally             884 src/dps8/dps8_crdpun.c                                               pun_state_t * state, word12 tally,
tally             891 src/dps8/dps8_crdpun.c     save_card_in_cache(state, tally, card_buffer);      // Save card in cache
tally             898 src/dps8/dps8_crdpun.c                                                       word12 tally,
tally             905 src/dps8/dps8_crdpun.c     save_card_in_cache(state, tally, card_buffer);    // Save card in cache
tally             912 src/dps8/dps8_crdpun.c                                                word12 tally,
tally             917 src/dps8/dps8_crdpun.c     save_card_in_cache(state, tally, card_buffer);      // Save card in cache
tally             960 src/dps8/dps8_crdpun.c                                             word12 tally,
tally             965 src/dps8/dps8_crdpun.c     save_card_in_cache(state, tally, card_buffer);      // Save card in cache
tally             972 src/dps8/dps8_crdpun.c                                              word12 tally,
tally             977 src/dps8/dps8_crdpun.c     save_card_in_cache(state, tally, card_buffer);      // Save card in cache
tally             984 src/dps8/dps8_crdpun.c                                             word12 tally,
tally            1000 src/dps8/dps8_crdpun.c     write_punch_files (state, card_buffer, tally, true);    // Write card to spool file
tally            1023 src/dps8/dps8_crdpun.c static void parse_card(pun_state_t * state, word12 tally, word36 * card_buffer)
tally            1027 src/dps8/dps8_crdpun.c     if (tally == WORDS_PER_CARD && memcmp (card_buffer, eodCard, sizeof (eodCard)) == 0)
tally            1032 src/dps8/dps8_crdpun.c     if (tally == WORDS_PER_CARD && memcmp (card_buffer, bannerCard, sizeof (bannerCard)) == 0)
tally            1048 src/dps8/dps8_crdpun.c                     event = do_state_starting_job(current_event, state, tally, card_buffer);
tally            1052 src/dps8/dps8_crdpun.c                     event = do_state_end_of_header(current_event, state, tally, card_buffer);
tally            1056 src/dps8/dps8_crdpun.c                     event = do_state_end_of_job(current_event, state, tally, card_buffer);
tally            1069 src/dps8/dps8_crdpun.c                     event = do_state_end_of_deck(current_event, state, tally, card_buffer);
tally            1073 src/dps8/dps8_crdpun.c                     event = do_state_end_of_deck(current_event, state, tally, card_buffer);
tally            1077 src/dps8/dps8_crdpun.c                     event = do_state_end_of_deck(current_event, state, tally, card_buffer);
tally            1081 src/dps8/dps8_crdpun.c                     event = do_state_end_of_deck(current_event, state, tally, card_buffer);
tally            1085 src/dps8/dps8_crdpun.c                     event = do_state_end_of_deck(current_event, state, tally, card_buffer);
tally            1098 src/dps8/dps8_crdpun.c                     event = do_state_scan_card_for_glyphs(current_event, state, tally, card_buffer); //-V1037
tally            1102 src/dps8/dps8_crdpun.c                     event = do_state_scan_card_for_glyphs(current_event, state, tally, card_buffer);
tally            1106 src/dps8/dps8_crdpun.c                     event = do_state_cache_card(current_event, state, tally, card_buffer); //-V1037
tally            1110 src/dps8/dps8_crdpun.c                     event = do_state_cache_card(current_event, state, tally, card_buffer);
tally            1114 src/dps8/dps8_crdpun.c                     event = do_state_cache_card(current_event, state, tally, card_buffer);
tally             719 src/dps8/dps8_crdrdr.c       uint tally = (nbits + 35) / 36;
tally             721 src/dps8/dps8_crdrdr.c       if (tally > 27) { //-V547
tally             722 src/dps8/dps8_crdrdr.c         sim_warn ("Impossible rdr tally: %d > 27; truncating.\n", tally);
tally             723 src/dps8/dps8_crdrdr.c         tally = 27;
tally             751 src/dps8/dps8_crdrdr.c   uint tally = 27;
tally             753 src/dps8/dps8_crdrdr.c   iom_indirect_data_service (iomUnitIdx, chan, buffer, & tally, true);
tally             756 src/dps8/dps8_crdrdr.c   p->tallyResidue = (word12) tally & MASK12;
tally             704 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally             708 src/dps8/dps8_disk.c     if (tally != 1)
tally             710 src/dps8/dps8_disk.c         sim_printf ("disk seek dazed by tally %d != 1\n", tally);
tally             753 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally             757 src/dps8/dps8_disk.c     if (tally != 1)
tally             759 src/dps8/dps8_disk.c         sim_printf ("disk seek dazed by tally %d != 1\n", tally);
tally             763 src/dps8/dps8_disk.c         tally = 1;
tally             796 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally             800 src/dps8/dps8_disk.c     if (tally != 1)
tally             802 src/dps8/dps8_disk.c         sim_printf ("disk seek dazed by tally %d != 1\n", tally);
tally             806 src/dps8/dps8_disk.c         tally = 1;
tally             864 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally             865 src/dps8/dps8_disk.c     if (tally == 0)
tally             867 src/dps8/dps8_disk.c         tally = 4096;
tally             890 src/dps8/dps8_disk.c     uint tallySectors = (tally + sectorSizeWords - 1) /
tally             922 src/dps8/dps8_disk.c     word36 buffer[tally];
tally             923 src/dps8/dps8_disk.c     for (uint i = 0; i < tally; i ++)
tally             960 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally             962 src/dps8/dps8_disk.c     if (tally == 0)
tally             964 src/dps8/dps8_disk.c         tally = 4096;
tally             983 src/dps8/dps8_disk.c     uint tallySectors = (tally + sectorSizeWords - 1) /
tally             991 src/dps8/dps8_disk.c     word36 buffer[tally];
tally             995 src/dps8/dps8_disk.c     for (uint i = 0; i < tally; i ++)
tally            1025 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally            1027 src/dps8/dps8_disk.c     if (tally != 4 && tally != 2)
tally            1030 src/dps8/dps8_disk.c                   __func__, tally);
tally            1032 src/dps8/dps8_disk.c     if (tally == 0)
tally            1034 src/dps8/dps8_disk.c         tally = 4096;
tally            1043 src/dps8/dps8_disk.c     word36 buffer[tally];
tally            1048 src/dps8/dps8_disk.c     uint wordsProcessed = tally;
tally            1073 src/dps8/dps8_disk.c     uint tally = p->DDCW_TALLY;
tally            1149 src/dps8/dps8_disk.c     word36 buffer[tally];
tally            1170 src/dps8/dps8_disk.c     uint wordsProcessed = tally;
tally            1118 src/dps8/dps8_fnp2_iomcmd.c static void tun_write (struct t_line * linep, uint16_t * data, uint tally)
tally            1121 src/dps8/dps8_fnp2_iomcmd.c 
tally            1128 src/dps8/dps8_fnp2_iomcmd.c     for (uint i = 0; i < tally; i ++)
tally            1164 src/dps8/dps8_fnp2_iomcmd.c static void fnp_wtx_output (struct decoded_t *decoded_p, uint tally, uint dataAddr)
tally            1176 src/dps8/dps8_fnp2_iomcmd.c     uint16_t data9 [tally];
tally            1178 src/dps8/dps8_fnp2_iomcmd.c     unsigned char data [tally];
tally            1180 src/dps8/dps8_fnp2_iomcmd.c     for (uint i = 0; i < tally; i ++)
tally            1203 src/dps8/dps8_fnp2_iomcmd.c 
tally            1215 src/dps8/dps8_fnp2_iomcmd.c     if (linep->is_tun && tally > 0)
tally            1217 src/dps8/dps8_fnp2_iomcmd.c         tun_write (linep, data9, tally);
tally            1221 src/dps8/dps8_fnp2_iomcmd.c     if (tally > 0 && linep->line_client)
tally            1229 src/dps8/dps8_fnp2_iomcmd.c         (* p->write_cb) (linep->line_client, data, tally);
tally            1268 src/dps8/dps8_fnp2_iomcmd.c         uint tally = getbits36_9 (dcw, 27);
tally            1270 src/dps8/dps8_fnp2_iomcmd.c         if (! tally)
tally            1272 src/dps8/dps8_fnp2_iomcmd.c         fnp_wtx_output (decoded_p, tally, dataAddr);
tally            1338 src/dps8/dps8_fnp2_iomcmd.c         word12 tally = getbits36_12 (data, 24);
tally            1354 src/dps8/dps8_fnp2_iomcmd.c         uint n_chars_in_buf = min(n_chars-off, tally);
tally            1963 src/dps8/dps8_fnp2_iomcmd.c         word12 tally = getbits36_12 (dcw, 24);
tally            1968 src/dps8/dps8_fnp2_iomcmd.c         word24 image_off = (tally + 64) & 077777700;
tally            1771 src/dps8/dps8_iom.c     uint tally     = getbits36_12 (scw, 24);
tally            1785 src/dps8/dps8_iom.c     if (tally > 0 || (tally == 0 && lq != 0)) //-V560
tally            1791 src/dps8/dps8_iom.c               if (tally != 0)
tally            1793 src/dps8/dps8_iom.c                   tally --;
tally            1800 src/dps8/dps8_iom.c               if (tally % 8 == 1 /* || tally % 8 == -1 */)
tally            1804 src/dps8/dps8_iom.c               tally --;
tally            1809 src/dps8/dps8_iom.c               if (tally % 32 == 1 /* || tally % 32 == -1 */)
tally            1813 src/dps8/dps8_iom.c               tally --;
tally            1818 src/dps8/dps8_iom.c        if (tally & ~07777U)
tally            1822 src/dps8/dps8_iom.c                        __func__, tally);
tally            1823 src/dps8/dps8_iom.c             tally &= 07777;
tally            1826 src/dps8/dps8_iom.c         putbits36_12 (& scw, 24, (word12) tally);
tally            2011 src/dps8/dps8_iom.c   uint tally = p->DDCW_TALLY;
tally            2013 src/dps8/dps8_iom.c   if (tally == 0) {
tally            2014 src/dps8/dps8_iom.c     tally = 4096;
tally            2016 src/dps8/dps8_iom.c   p->tallyResidue = (word12) tally;
tally            2681 src/dps8/dps8_iom.c     uint tally = dcw & MASK12;
tally            2682 src/dps8/dps8_iom.c     if (tally > 1)
tally            3469 src/dps8/dps8_iom.c     uint tally = dcw & MASK12;
tally            3470 src/dps8/dps8_iom.c     if (tally > 1)
tally             344 src/dps8/dps8_mgp.c          uint expected_tally, uint *tally)
tally             381 src/dps8/dps8_mgp.c   *tally = p->DDCW_TALLY;
tally             383 src/dps8/dps8_mgp.c   if (*tally == 0)
tally             387 src/dps8/dps8_mgp.c       *tally = 4096;
tally             391 src/dps8/dps8_mgp.c             "%s: Tally %d (%o)\n", __func__, *tally, *tally);
tally             393 src/dps8/dps8_mgp.c   if (expected_tally && *tally != expected_tally)
tally             396 src/dps8/dps8_mgp.c                expected_tally, *tally);
tally             479 src/dps8/dps8_mgp.c       uint          tally;
tally             481 src/dps8/dps8_mgp.c         = get_ddcw(p, iom_unit_idx, chan, &ptro, expected_tally, &tally);
tally             546 src/dps8/dps8_mgp.c       uint          tally;
tally             548 src/dps8/dps8_mgp.c         = get_ddcw(p, iom_unit_idx, chan, &ptro, expected_tally, &tally);
tally            1064 src/dps8/dps8_mt.c     uint tally = p -> DDCW_TALLY;
tally            1065 src/dps8/dps8_mt.c     if (tally == 0)
tally            1070 src/dps8/dps8_mt.c         tally = 4096;
tally            1074 src/dps8/dps8_mt.c                "%s: Tally %d (%o)\n", __func__, tally, tally);
tally            1076 src/dps8/dps8_mt.c     word36 buffer [tally];
tally            1079 src/dps8/dps8_mt.c     for (i = 0; i < tally; i ++)
tally            1095 src/dps8/dps8_mt.c 
tally            1140 src/dps8/dps8_mt.c     uint tally = p -> DDCW_TALLY;
tally            1141 src/dps8/dps8_mt.c     if (tally != 04000)
tally            1193 src/dps8/dps8_mt.c     word36 buf [tally];
tally            1195 src/dps8/dps8_mt.c     (void)memset (buf, 0, sizeof (word36) * tally);
tally            1196 src/dps8/dps8_mt.c     for (uint i = 0; i < tally; i ++)
tally            1201 src/dps8/dps8_mt.c     iom_indirect_data_service (iomUnitIdx, chan, buf, & tally, true);
tally            1253 src/dps8/dps8_mt.c     uint tally = p -> DDCW_TALLY;
tally            1254 src/dps8/dps8_mt.c     if (tally == 0)
tally            1259 src/dps8/dps8_mt.c         tally = 4096;
tally            1263 src/dps8/dps8_mt.c                "%s: Tally %d (%o)\n", __func__, tally, tally);
tally            1268 src/dps8/dps8_mt.c     word36 buffer [tally];
tally            1275 src/dps8/dps8_mt.c 
tally            1298 src/dps8/dps8_mt.c     for (i = 0; i < tally; i ++)
tally            1326 src/dps8/dps8_mt.c     p -> tallyResidue = (word12) (tally - i);
tally            1843 src/dps8/dps8_mt.c         uint tally = p->IDCW_COUNT;
tally            1844 src/dps8/dps8_mt.c         if (tally == 0) {
tally            1846 src/dps8/dps8_mt.c           tally = 64;
tally            1848 src/dps8/dps8_mt.c         sim_debug (DBG_DEBUG, & tape_dev, "%s: Forward skip record %d\n", __func__, tally);
tally            1853 src/dps8/dps8_mt.c 
tally            1857 src/dps8/dps8_mt.c         while (skipped < tally) {
tally            1867 src/dps8/dps8_mt.c         if (skipped != tally) {
tally            1868 src/dps8/dps8_mt.c           sim_warn ("skipped %d != tally %d\n", skipped, tally);
tally            1875 src/dps8/dps8_mt.c         p->tallyResidue = (word12) (tally - skipped);
tally            1906 src/dps8/dps8_mt.c         uint tally = 1;
tally            1909 src/dps8/dps8_mt.c         t_stat ret = sim_tape_spfilebyrecf (unitp, tally, & skipped, & recsskipped, false);
tally            1919 src/dps8/dps8_mt.c         if (skipped != tally) {
tally            1920 src/dps8/dps8_mt.c           sim_warn ("skipped %d != tally %d\n", skipped, tally);
tally            1927 src/dps8/dps8_mt.c         p->tallyResidue = (word12) (tally - skipped);
tally            1928 src/dps8/dps8_mt.c         sim_debug (DBG_NOTIFY, & tape_dev, "%s: Forward space %d files\n", __func__, tally);
tally            1960 src/dps8/dps8_mt.c         uint tally = p->IDCW_COUNT;
tally            1961 src/dps8/dps8_mt.c         if (tally == 0) {
tally            1963 src/dps8/dps8_mt.c           tally = 64;
tally            1966 src/dps8/dps8_mt.c         sim_debug (DBG_DEBUG, & tape_dev, "%s: Backspace record tally %d\n", __func__, tally);
tally            1971 src/dps8/dps8_mt.c 
tally            1978 src/dps8/dps8_mt.c         while (skipped < tally) {
tally            1985 src/dps8/dps8_mt.c         if (skipped != tally) {
tally            1986 src/dps8/dps8_mt.c           sim_warn ("skipped %d != tally %d\n", skipped, tally);
tally            1992 src/dps8/dps8_mt.c         p->tallyResidue = (word12) (tally - skipped);
tally            2025 src/dps8/dps8_mt.c         uint tally = 1;
tally            2027 src/dps8/dps8_mt.c 
tally            2028 src/dps8/dps8_mt.c 
tally            2029 src/dps8/dps8_mt.c 
tally            2032 src/dps8/dps8_mt.c 
tally            2036 src/dps8/dps8_mt.c 
tally            2047 src/dps8/dps8_mt.c         t_stat ret = sim_tape_spfilebyrecr (unitp, tally, & skipped, & recsskipped);
tally            2052 src/dps8/dps8_mt.c         if (skipped != tally) {
tally            2053 src/dps8/dps8_mt.c           sim_warn ("skipped %d != tally %d\n", skipped, tally);
tally            2060 src/dps8/dps8_mt.c         p->tallyResidue = (word12) (tally - skipped);
tally            2061 src/dps8/dps8_mt.c         sim_debug (DBG_NOTIFY, & tape_dev, "%s: Backspace %d records\n", __func__, tally);
tally             391 src/dps8/dps8_prt.c static int parseID (word36 * b, uint tally, char * qno, char * name)
tally             393 src/dps8/dps8_prt.c     if (tally < 3)
tally             430 src/dps8/dps8_prt.c static int openPrtFile (int prt_unit_num, word36 * buffer, uint tally)
tally             438 src/dps8/dps8_prt.c     if (tally == 1 && buffer[0] == 0014013000000llu) //-V536
tally             445 src/dps8/dps8_prt.c     int rc = parseID (buffer, tally, qno, name);
tally             477 src/dps8/dps8_prt.c static int eoj (word36 * buffer, uint tally)
tally             479 src/dps8/dps8_prt.c     if (tally < 3)
tally             548 src/dps8/dps8_prt.c 
tally             550 src/dps8/dps8_prt.c 
tally             554 src/dps8/dps8_prt.c 
tally             556 src/dps8/dps8_prt.c 
tally             561 src/dps8/dps8_prt.c 
tally             568 src/dps8/dps8_prt.c 
tally             571 src/dps8/dps8_prt.c 
tally             594 src/dps8/dps8_prt.c 
tally             599 src/dps8/dps8_prt.c 
tally             616 src/dps8/dps8_prt.c static int print_buf (int prt_unit_num, bool isBCD, bool is_edited, int slew, word36 * buffer, uint tally)
tally             674 src/dps8/dps8_prt.c         int rc = openPrtFile (prt_unit_num, buffer, tally);
tally             682 src/dps8/dps8_prt.c 
tally             683 src/dps8/dps8_prt.c 
tally             735 src/dps8/dps8_prt.c     if (tally)
tally             739 src/dps8/dps8_prt.c             uint nchars = tally * 6;
tally             845 src/dps8/dps8_prt.c             uint nchars = tally * 4;
tally             867 src/dps8/dps8_prt.c                 for (uint i = 0; i < tally * 4; i ++)
tally             947 src/dps8/dps8_prt.c     if ((! isBCD) && eoj (buffer, tally))
tally             967 src/dps8/dps8_prt.c     uint tally = p -> DDCW_TALLY;
tally             969 src/dps8/dps8_prt.c     if (tally != 4)
tally             971 src/dps8/dps8_prt.c         sim_warn ("%s: expected tally of 4, is %d\n", __func__, tally);
tally             973 src/dps8/dps8_prt.c     if (tally == 0)
tally             975 src/dps8/dps8_prt.c         tally = 4096;
tally             980 src/dps8/dps8_prt.c     word36 buffer[tally];
tally            1003 src/dps8/dps8_prt.c     uint wordsProcessed = tally;
tally            1061 src/dps8/dps8_prt.c         uint tally = p -> DDCW_TALLY;
tally            1063 src/dps8/dps8_prt.c                    "%s: Tally %d (%o)\n", __func__, tally, tally);
tally            1065 src/dps8/dps8_prt.c         if (tally == 0)
tally            1066 src/dps8/dps8_prt.c           tally = 4096;
tally            1069 src/dps8/dps8_prt.c         word36 buffer[tally];
tally            1076 src/dps8/dps8_prt.c 
tally            1083 src/dps8/dps8_prt.c 
tally            1094 src/dps8/dps8_prt.c         int rc = print_buf (prt_unit_num, isBCD, is_edited, slew, buffer, tally);
tally            1107 src/dps8/dps8_prt.c 
tally             696 src/dps8/dps8_socket_dev.c static int skt_read8 (uint unit_idx, word6 dev_code, UNUSED uint tally, word36 * buffer)
tally             730 src/dps8/dps8_socket_dev.c static int skt_write8 (uint iom_unit_idx, uint chan, uint unit_idx, word6 dev_code, uint tally, word36 * buffer)
tally             740 src/dps8/dps8_socket_dev.c     if (tally < 5)
tally             779 src/dps8/dps8_socket_dev.c     if ((count_words + 5) > tally)
tally             803 src/dps8/dps8_socket_dev.c static int get_ddcw (iom_chan_data_t * p, uint iom_unit_idx, uint chan, bool * ptro, uint expected_tally, uint * tally)
tally             830 src/dps8/dps8_socket_dev.c     * tally = p->DDCW_TALLY;
tally             831 src/dps8/dps8_socket_dev.c     if (* tally == 0)
tally             836 src/dps8/dps8_socket_dev.c         * tally = 4096;
tally             840 src/dps8/dps8_socket_dev.c                "%s: Tally %d (%o)\n", __func__, * tally, * tally);
tally             842 src/dps8/dps8_socket_dev.c     if (expected_tally && * tally && * tally != expected_tally) //-V560
tally             844 src/dps8/dps8_socket_dev.c         sim_warn ("socket_dev socket call expected tally of %d; got %d\n", expected_tally, * tally);
tally             878 src/dps8/dps8_socket_dev.c             uint tally;
tally             879 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally             903 src/dps8/dps8_socket_dev.c             uint tally;
tally             904 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally             936 src/dps8/dps8_socket_dev.c             uint tally;
tally             937 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally             962 src/dps8/dps8_socket_dev.c             uint tally;
tally             963 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally             988 src/dps8/dps8_socket_dev.c             uint tally;
tally             989 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally            1018 src/dps8/dps8_socket_dev.c             uint tally;
tally            1019 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally            1043 src/dps8/dps8_socket_dev.c             uint tally;
tally            1044 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally            1056 src/dps8/dps8_socket_dev.c             rc = skt_read8 (unit_idx, p->IDCW_DEV_CODE, tally, buffer);
tally            1072 src/dps8/dps8_socket_dev.c             uint tally;
tally            1073 src/dps8/dps8_socket_dev.c             int rc = get_ddcw (p, iom_unit_idx, chan, & ptro, expected_tally, & tally);
tally            1084 src/dps8/dps8_socket_dev.c             rc = skt_write8 (iom_unit_idx, chan, unit_idx, p->IDCW_DEV_CODE, tally, buffer);