putout             76 ext/gd/libgd/wbmp.c     putout (0x80 | (i & 0x7f << 7 * l) >> 7 * l, out);
putout             78 ext/gd/libgd/wbmp.c   putout (i & 0x7f, out);
putout            254 ext/gd/libgd/wbmp.c   putout (0, out);		/* WBMP Type 0: B/W, Uncompressed bitmap */
putout            255 ext/gd/libgd/wbmp.c   putout (0, out);		/* FixHeaderField */
putout            260 ext/gd/libgd/wbmp.c   putmbi (wbmp->width, putout, out);	/* width */
putout            261 ext/gd/libgd/wbmp.c   putmbi (wbmp->height, putout, out);	/* height */
putout            275 ext/gd/libgd/wbmp.c 	      putout (octet, out);
putout            280 ext/gd/libgd/wbmp.c 	putout (octet, out);
putout            378 ext/gd/libgd/wbmp.c       writewbmp (wbmp, &putout, stdout);