count              11 bidlist.c        ret->count =0;
count              27 bidlist.c        blist->count++;
count              28 bidlist.c        return blist->count;
count              48 bidlist.c        blist->count--;
count              49 bidlist.c        return blist->count;
count              53 bidlist.c        return blist->count;
count              15 bidlist.h        int count;
count              14 movingobjectmanager.c static int count=0;
count              22 movingobjectmanager.c   if(count<MAXOBJCNT){
count              28 movingobjectmanager.c     count++;
count              34 movingobjectmanager.c   count--;
count              11 walls.c        static int count = 0;
count             102 walls.c          count++;
count             109 walls.c            unit = ((count+i) / UNITLINES) % WALLLOOP; 
count             110 walls.c            lline = ((count+i) % UNITLINES);