putout             64 ext/gd/libgd/wbmp.c putmbi (int i, void (*putout) (int c, void *out), void *out)
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            248 ext/gd/libgd/wbmp.c writewbmp (Wbmp * wbmp, void (*putout) (int c, void *out), void *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);
putout             43 ext/gd/libgd/wbmp.h void		putmbi( int i, void (*putout)(int c, void *out), void *out);
putout             48 ext/gd/libgd/wbmp.h int		writewbmp( Wbmp *wbmp, void (*putout)( int c, void *out), void *out);