TAG               323 src/blocks/fromswf.c static unsigned char treadc(TAG tp)
TAG               327 src/blocks/fromswf.c static TAG readtag_common(BITS bp)
TAG               328 src/blocks/fromswf.c {	TAG res = (TAG) malloc(sizeof(struct swftag));
TAG               344 src/blocks/fromswf.c static TAG readtag_file(struct swfile *sp)
TAG               345 src/blocks/fromswf.c {	TAG res = (TAG) readtag_common((BITS) sp);
TAG               354 src/blocks/fromswf.c static TAG readtag_sprite(TAG tp)
TAG               355 src/blocks/fromswf.c {	TAG res = readtag_common((BITS) tp);
TAG               365 src/blocks/fromswf.c static int change_id(TAG tp)
TAG               377 src/blocks/fromswf.c static void defineshape(TAG tp, int lev);
TAG               378 src/blocks/fromswf.c static void definetext(TAG tp, int lev);
TAG               379 src/blocks/fromswf.c static void placeobject(TAG tp, int lv);
TAG               380 src/blocks/fromswf.c static void definebutton(TAG tp);
TAG               381 src/blocks/fromswf.c static void definebutton2(TAG tp);
TAG               382 src/blocks/fromswf.c static void definetextfield(TAG tp);
TAG               383 src/blocks/fromswf.c static void definesprite(TAG tp);
TAG               384 src/blocks/fromswf.c static void definemorphshape(TAG tp,int lev);
TAG               385 src/blocks/fromswf.c static void exportassets(TAG tp);
TAG               386 src/blocks/fromswf.c static void definebuttonsound(TAG tp);
TAG               387 src/blocks/fromswf.c static void fillandlinestyles(TAG tp, int lev);
TAG               388 src/blocks/fromswf.c static void linestyle(TAG tp, int lev);
TAG               389 src/blocks/fromswf.c static void shape(TAG tp, int lev);
TAG               390 src/blocks/fromswf.c static void morphlinestyle2(TAG tp);
TAG               392 src/blocks/fromswf.c static int drop_tag(TAG tp)
TAG               405 src/blocks/fromswf.c static int handle_tag(TAG tp)
TAG               634 src/blocks/fromswf.c static void definesprite(TAG sp)
TAG               635 src/blocks/fromswf.c {	TAG tp;
TAG               653 src/blocks/fromswf.c static void shaperecord(TAG tp, int nfillbits, int nlinebits, int lev)
TAG               732 src/blocks/fromswf.c static void gradient(TAG tp, int alpha, int cod)
TAG               747 src/blocks/fromswf.c static void fillstyle(TAG tp, int lev)
TAG               787 src/blocks/fromswf.c static void morphgradient(TAG tp)
TAG               804 src/blocks/fromswf.c static void morphfillstyle(TAG tp)
TAG               849 src/blocks/fromswf.c static void fillandlinestyles(TAG tp, int lev)
TAG               873 src/blocks/fromswf.c static void linestyle(TAG tp, int lev)
TAG               881 src/blocks/fromswf.c static void morphlinestyle(TAG tp)
TAG               890 src/blocks/fromswf.c static void morphlinestyle2(TAG tp)
TAG               925 src/blocks/fromswf.c static void defineshape(TAG tp, int lev)
TAG               943 src/blocks/fromswf.c static void shape(TAG tp, int lev)
TAG               951 src/blocks/fromswf.c static void definemorphshape(TAG tp, int lev)
TAG              1002 src/blocks/fromswf.c static void definetext(TAG tp, int lev)
TAG              1059 src/blocks/fromswf.c static void placeobject(TAG tp, int lv)
TAG              1084 src/blocks/fromswf.c static void definebutton(TAG tp)
TAG              1109 src/blocks/fromswf.c static void cxform(TAG tp, int alpha)
TAG              1135 src/blocks/fromswf.c static void definebutton2(TAG tp)
TAG              1164 src/blocks/fromswf.c static void definetextfield(TAG tp)
TAG              1206 src/blocks/fromswf.c static void exportassets(TAG tp)
TAG              1220 src/blocks/fromswf.c static void soundinfo(TAG tp)
TAG              1258 src/blocks/fromswf.c static void definebuttonsound(TAG tp)
TAG              1282 src/blocks/fromswf.c 	TAG tp;