getC             2144 ext/gd/gd.c    		i = (ctx->getC)(ctx);
getC               73 ext/gd/libgd/gd_io.c 	return ((ctx->getC) (ctx));
getC               79 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC               88 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC               91 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC              101 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC              105 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC              109 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC              115 ext/gd/libgd/gd_io.c 	r = (ctx->getC) (ctx);
getC               11 ext/gd/libgd/gd_io.h 	int	(*getC)(struct gdIOCtx*);
getC               81 ext/gd/libgd/gd_io_dp.c 	ctx->ctx.getC = dynamicGetchar;
getC               57 ext/gd/libgd/gd_io_file.c 	ctx->ctx.getC = fileGetchar;
getC               59 ext/gd/libgd/gd_io_ss.c 	ctx->ctx.getC = sourceGetchar;