Changeset 7848656 in buchla-68k


Ignore:
Timestamp:
07/09/2017 05:04:43 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
9519422
Parents:
bc11fc1
Message:

Spaces to tabs.

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • iolib/mdump.c

    rbc11fc1 r7848656  
    8585                                pipc(chars, PERLINE);
    8686                        }
    87                
     87               
    8888                        printf("\n%08lX:", ii);
    8989                }
  • libsm/strcat.c

    rbc11fc1 r7848656  
    1111int8_t *strcat(int8_t *s1, int8_t *s2)
    1212{
    13         register int8_t *os1;
     13        register int8_t *os1;
    1414
    15         os1 = s1;
     15        os1 = s1;
    1616
    17         while(*s1++)
    18                 ;
     17        while(*s1++)
     18                ;
    1919
    20         --s1;
     20        --s1;
    2121
    22         while(*s1++ = *s2++)
    23                 ;
     22        while(*s1++ = *s2++)
     23                ;
    2424
    25         return(os1);
     25        return(os1);
    2626}
  • libsm/strccpy.c

    rbc11fc1 r7848656  
    1818int8_t *strccpy(int8_t *s1, int8_t *s2, int8_t c)
    1919{
    20         register int8_t *os1;
     20        register int8_t *os1;
    2121        register int8_t x;
    2222
    23         os1 = s1;
     23        os1 = s1;
    2424
    25         while(c != (x = *s1++))
     25        while(c != (x = *s1++))
    2626                *s2++ = x;
    2727
    28         return(os1);
     28        return(os1);
    2929}
  • libsm/strcspn.c

    rbc11fc1 r7848656  
    1111int16_t strcspn(int8_t *string, int8_t *charset)
    1212{
    13         register int8_t *p, *q;
     13        register int8_t *p, *q;
    1414        register int16_t n = 0;
    1515
    16         for(q = string; *q != '\0'; ++q , ++n) {
     16        for(q = string; *q != '\0'; ++q , ++n) {
    1717
    18                 for(p = charset; *p != '\0' && *p != *q; ++p)
    19                         ;
     18                for(p = charset; *p != '\0' && *p != *q; ++p)
     19                        ;
    2020
    21                 if(*p != '\0')
    22                         break;
    23         }
     21                if(*p != '\0')
     22                        break;
     23        }
    2424
    25         return(n);
     25        return(n);
    2626}
  • libsm/strlen.c

    rbc11fc1 r7848656  
    1111int16_t strlen(int8_t *s)
    1212{
    13         register int16_t n = 0;
     13        register int16_t n = 0;
    1414
    15         while (*s++ != '\0')
    16                ++n;
     15        while (*s++ != '\0')
     16               ++n;
    1717
    18         return (n);
     18        return (n);
    1919}
  • libsm/strtok.c

    rbc11fc1 r7848656  
    2323        /* first or subsequent call ? */
    2424
    25         p = (string == NULL) ? savept : string;
     25        p = (string == NULL) ? savept : string;
    2626
    2727        if (p == 0)              /* return if no tokens remain */
  • misc/proto.c

    rbc11fc1 r7848656  
    250250
    251251void vsplot4(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t row, uint16_t col, int8_t *str,
    252              uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
     252             uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
    253253{
    254254}
    255255
    256256void vvputsv(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t bg, uint16_t row, uint16_t col,
    257              int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
     257             int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256])
    258258{
    259259}
  • ram/asgvce.c

    rbc11fc1 r7848656  
    447447                        lastvce[grp] = vp;
    448448                        execkey(trg, tuntab[key], vp, 0);
    449                         DB_EXIT("asgvce - stolen voice");
     449                        DB_EXIT("asgvce - stolen voice");
    450450                        return;
    451451                }
     
    455455        }
    456456
    457         DB_EXIT("asgvce - no voice");
     457        DB_EXIT("asgvce - no voice");
    458458}
  • ram/dopatch.c

    rbc11fc1 r7848656  
    178178
    179179                *(fpu + (int32_t)FPU_TMNT) = (((int32_t)dat2 & 0x0000FFF0L)
    180                         * ((int32_t)timemlt & 0x0000FFFFL)) >> 15;
     180                        * ((int32_t)timemlt & 0x0000FFFFL)) >> 15;
    181181
    182182                ++delay;
  • ram/sedisp.s

    rbc11fc1 r7848656  
    827827                bset    #0,_vrcw+1              | set video reset type bit
    828828                tst.w   _ctrsw                  | update center for scupd ?
    829                 beq     dsexit                  | done if not
     829                beq     dsexit                  | done if not
    830830
    831831dsasgn0:        move.l  _gdfsep,d0              | quit if no elements left
  • ram/sedump.c

    rbc11fc1 r7848656  
    248248
    249249        if (sep->e_size EQ E_SIZE1)
    250                 printf(" $%04.4X $%04.4X",
     250                printf(" $%04.4X $%04.4X",
    251251                        ((struct n_entry *)sep)->e_vel,
    252252                        ((struct n_entry *)sep)->e_data4);
  • ram/sendval.c

    rbc11fc1 r7848656  
    218218                memsetw(lstends, 0, (NLSTENTS << 1));   /* clear end table */
    219219
    220                 /* re-establish dynamics and locations */
     220                /* re-establish dynamics and locations */
    221221
    222222                for (i = 0; i < 12; i++) {
  • rom/romp.c

    rbc11fc1 r7848656  
    778778        printf("       x0     x1     x2     x3     x4     x5     x6     x7     x8     x9\r\n");
    779779        printf("     -----  -----  -----  -----  -----  -----  -----  -----  -----  -----\r\n");
    780                        
     780                       
    781781        for (i = 0; i < 9; i++ ) {
    782782
Note: See TracChangeset for help on using the changeset viewer.